Class RectangularSlabOpeningParams
Represents parameters required to create a rectangular slab opening
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class RectangularSlabOpeningParams : SlabOpeningParams
Properties
| Name | Description |
|---|---|
| Angle | Gets the angle of the rectangular slab opening |
| Height | Gets the height of the rectangular slab opening |
| SlabOpeningType | Gets the SlabOpeningType of the slab opening |
| Width | Gets the width of the rectangular slab opening |
Methods
| Name | Description |
|---|---|
| Create(EntityInfo, Point2D, double, double, double) | Creates a new instance of RectangularSlabOpeningParams class |
| Create(IConstructionPlane?, Point2D, double, double, double) | Creates a new instance of RectangularSlabOpeningParams class |