Wall |
Represents parameters required to create a wall opening
Inheritance Hierarchy
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The WallOpeningParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
EntityType |
The EntityType (Inherited from EntityParams) | |
Height | Gets the height of the wall opening | |
Offset | Gets the wall opening offset Vector2D | |
PlaneInfo | Gets the EntityInfo of the reference plane | |
PointIndex | Gets the reference construction point index | |
Width | Gets the width of the wall opening |
Methods
Name | Description | |
---|---|---|
Create(IConstructionPoint, IConstructionPlane, Vector2D, Double, Double) | Creates a new instance of WallOpeningParams class | |
Create(Int32, EntityInfo, Vector2D, Double, Double) | Creates a new instance of WallOpeningParams class |
See Also