Class WallOpeningParams
Represents parameters required to create a wall opening
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class WallOpeningParams : EntityParams
Properties
| Name | Description |
|---|---|
| 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(int, EntityInfo, Vector2D, double, double) | Creates a new instance of WallOpeningParams class |
| Create(IConstructionPoint?, IConstructionPlane?, Vector2D, double, double) | Creates a new instance of WallOpeningParams class |