Wall |
Creates a new instance of WallOpeningParams class
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public static WallOpeningParams Create( IConstructionPoint? point, IConstructionPlane? plane, Vector2D offset, double width, double height )
Parameters
- point IConstructionPoint
- The reference IConstructionPoint
- plane IConstructionPlane
- The reference IConstructionPlane
- offset Vector2D
- The wall opening offset measured in the reference plane from the reference point
- width Double
- The width of the wall opening
- height Double
- The height of the wall opening
Return Value
WallOpeningParamsThe newly created instance of WallOpeningParams class
See Also