CircularSlabOpeningParams Class

Represents parameters required to create a circular slab opening
Inheritance Hierarchy

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class CircularSlabOpeningParams : SlabOpeningParams

The CircularSlabOpeningParams type exposes the following members.

Constructors
  NameDescription
Public methodCircularSlabOpeningParams(EntityInfo, Point2D, Double)
The constructor for a circular slab opening parameters
Public methodCircularSlabOpeningParams(IConstructionPlane, Point2D, Double)
The constructor for a circular slab opening parameters
Top
Properties
  NameDescription
Public propertyCenter
Gets the slab opening center Point2D
(Inherited from SlabOpeningParams.)
Public propertyEntityType (Inherited from EntityParams.)
Public propertyPlaneInfo
Gets the EntityInfo of the reference plane
(Inherited from SlabOpeningParams.)
Public propertyRadius
Gets the radius of the circular slab opening
Public propertySlabOpeningType
Gets the SlabOpeningType of the slab opening
(Overrides SlabOpeningParamsSlabOpeningType.)
Top
See Also