PerimeterLoadParams Class

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

Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public sealed class PerimeterLoadParams : PlanarLoadParams

The PerimeterLoadParams type exposes the following members.

Properties
 NameDescription
Public propertyDirection Gets the LoadDirection
(Inherited from PlanarLoadParams)
Public propertyEntityType The EntityType
(Inherited from EntityParams)
Public propertyIgnoreOpenings Gets the flag indicating whether openings should be ignored
Public propertyLoad Gets the load (in [N/mm])
Public propertyMeasuring Gets the DistanceMeasuring
(Inherited from PlanarLoadParams)
Public propertyPlaneInfo Gets the EntityInfo of the load's plane
(Inherited from PlanarLoadParams)
Public propertyType Gets the type of the load
(Inherited from LoadParams)
Top
Methods
 NameDescription
Public methodStatic memberAlongGlobalZ(IHorizontalConstructionPlane, Double, Boolean, PlanarLoadParamsApplicableMeasuring) Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in global Z direction
Public methodStatic memberAlongGlobalZ(ISlopedConstructionPlane, Double, Boolean, PlanarLoadParamsApplicableMeasuring) Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in global Z direction
Public methodStatic memberAlongPlaneNormal(IHorizontalConstructionPlane, Double, Boolean) Creates a new instance of PerimeterLoadParams class for a load on an IHorizontalConstructionPlane in direction of plane's normal
Public methodStatic memberAlongPlaneNormal(ISlopedConstructionPlane, Double, Boolean) Creates a new instance of PerimeterLoadParams class for a load on an ISlopedConstructionPlane in direction of plane's normal
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next