WallOpeningParams Class

Represents parameters required to create a wall opening
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Structure.CreateWallOpeningParams

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class WallOpeningParams : EntityParams

The WallOpeningParams type exposes the following members.

Constructors
  NameDescription
Public methodWallOpeningParams(IConstructionPoint, IConstructionPlane, Vector2D, Double, Double)
The constructor for a wall opening parameters
Public methodWallOpeningParams(Int32, EntityInfo, Vector2D, Double, Double)
The constructor for a wall opening parameters
Top
Properties
  NameDescription
Public propertyEntityType (Inherited from EntityParams.)
Public propertyHeight
Gets the height of the wall opening
Public propertyOffset
Gets the wall opening offset Vector2D
Public propertyPlaneInfo
Gets the EntityInfo of the reference plane
Public propertyPointIndex
Gets the reference construction point index
Public propertyWidth
Gets the width of the wall opening
Top
See Also