![]() | WallOpeningParams Constructor (Int32, EntityInfo, Vector2D, Double, Double) |
The constructor for a wall opening parameters
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public WallOpeningParams( int pointIndex, EntityInfo planeInfo, Vector2D offset, double width, double height )
Parameters
- pointIndex
- Type: SystemInt32
The index of the reference IConstructionPoint - planeInfo
- Type: TSD.API.Remoting.CommonEntityInfo
The EntityInfo of the reference IConstructionPlane - offset
- Type: TSD.API.Remoting.GeometryVector2D
The wall opening offset measured in the reference plane from the reference point - width
- Type: SystemDouble
The width of the wall opening - height
- Type: SystemDouble
The height of the wall opening
