StructuralSurfaceActionFreeLoadSharedTwoDirectionsTCoordinate Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.Shared.Models.Loads
public class StructuralSurfaceActionFreeLoadSharedTwoDirections<TCoordinate> : StructuralSurfaceActionFreeLoadShared<TCoordinate>, IEquatable<StructuralSurfaceActionFreeLoadSharedTwoDirections<TCoordinate>> where TCoordinate : class, ICoordinate
The StructuralSurfaceActionFreeLoadSharedTwoDirectionsTCoordinate type exposes the following members.
Name | Description | |
---|---|---|
StructuralSurfaceActionFreeLoadSharedTwoDirectionsTCoordinate |
Default constructor. Not publicly accessible to prevent construction of invalid Analysis Objects (e.g. without an ID or name)
AutoMapper and JSON module require this constructor to be present for reflection purposes.
| |
StructuralSurfaceActionFreeLoadSharedTwoDirectionsTCoordinate(LoadInPointSharedTCoordinate, LoadInPointSharedTCoordinate, LoadInPointSharedTCoordinate) |
Creates new free surface two direction load
|
Name | Description | |
---|---|---|
Distribution |
Defines the way the load is distributed on the surface
(Inherited from StructuralSurfaceActionFreeLoadSharedTCoordinate.) | |
ValueFirst |
First load with location
| |
ValueSecond |
Second load with location
| |
ValueThird |
Third load with location
|