Class PerimeterLoadParams
Represents parameters required to create a perimeter load
Inherited Members
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class PerimeterLoadParams : PlanarLoadParams
Properties
Name | Description |
---|---|
IgnoreOpenings | Gets the flag indicating whether openings should be ignored |
Load | Gets the load (in [N/mm]) |
Methods
Name | Description |
---|---|
AlongGlobalZ(IHorizontalConstructionPlane?, double, bool, ApplicableMeasuring?) | Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in global Z direction |
AlongGlobalZ(ISlopedConstructionPlane?, double, bool, ApplicableMeasuring?) | Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in global Z direction |
AlongPlaneNormal(IHorizontalConstructionPlane?, double, bool) | Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in direction of plane's normal |
AlongPlaneNormal(ISlopedConstructionPlane?, double, bool) | Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in direction of plane's normal |