Method Create

Create(IConstructionPlane?, Point2D, double)

Creates a new instance of CircularSlabOpeningParams class

Declaration
public static CircularSlabOpeningParams Create(IConstructionPlane? plane, Point2D center, double radius)
Parameters
Type Name Description
IConstructionPlane plane

The reference IConstructionPlane

Point2D center

The slab opening center measured in the reference plane from the reference plane origin

double radius

The radius of the slab opening

Returns
Type Description
CircularSlabOpeningParams

The newly created instance of CircularSlabOpeningParams class

Create(EntityInfo, Point2D, double)

Creates a new instance of CircularSlabOpeningParams class

Declaration
public static CircularSlabOpeningParams Create(EntityInfo planeInfo, Point2D center, double radius)
Parameters
Type Name Description
EntityInfo planeInfo

The EntityInfo of the reference IConstructionPlane

Point2D center

The slab opening center measured in the reference plane from the reference plane origin

double radius

The radius of the slab opening

Returns
Type Description
CircularSlabOpeningParams

The newly created instance of CircularSlabOpeningParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next