![]() | RectangularSlabOpeningParams Constructor (IConstructionPlane, Point2D, Double, Double, Double) |
The constructor for a rectangular slab opening parameters
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public RectangularSlabOpeningParams( IConstructionPlane plane, Point2D center, double width, double height, double angle )
Parameters
- plane
- Type: TSD.API.Remoting.StructureIConstructionPlane
The reference IConstructionPlane - center
- Type: TSD.API.Remoting.GeometryPoint2D
The slab opening center measured in the reference plane from the reference plane origin - width
- Type: SystemDouble
The width of the slab opening - height
- Type: SystemDouble
The height of the slab opening - angle
- Type: SystemDouble
The angle of the slab opening
