Perimeter |
Represents parameters required to create a perimeter load
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreatePlanarLoadParams
TSD.API.Remoting.Loading.CreatePerimeterLoadParams
TSD.API.Remoting.CommonEntityParams
TSD.API.Remoting.Loading.CreateLoadParams
TSD.API.Remoting.Loading.CreatePlanarLoadParams
TSD.API.Remoting.Loading.CreatePerimeterLoadParams
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The PerimeterLoadParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
Direction |
Gets the LoadDirection (Inherited from PlanarLoadParams) | |
EntityType |
The EntityType (Inherited from EntityParams) | |
IgnoreOpenings | Gets the flag indicating whether openings should be ignored | |
Load | Gets the load (in [N/mm]) | |
Measuring |
Gets the DistanceMeasuring (Inherited from PlanarLoadParams) | |
PlaneInfo |
Gets the EntityInfo of the load's plane
(Inherited from PlanarLoadParams) | |
Type |
Gets the type of the load
(Inherited from LoadParams) |
Methods
Name | Description | |
---|---|---|
AlongGlobalZ(IHorizontalConstructionPlane, Double, Boolean, PlanarLoadParamsApplicableMeasuring) | Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in global Z direction | |
AlongGlobalZ(ISlopedConstructionPlane, Double, Boolean, PlanarLoadParamsApplicableMeasuring) | Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in global Z direction | |
AlongPlaneNormal(IHorizontalConstructionPlane, Double, Boolean) | Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in direction of plane's normal | |
AlongPlaneNormal(ISlopedConstructionPlane, Double, Boolean) | Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in direction of plane's normal |
See Also