CircularSlabOpeningParams Constructor (IConstructionPlane, Point2D, Double)

The constructor for a circular slab opening parameters

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public CircularSlabOpeningParams(
	IConstructionPlane plane,
	Point2D center,
	double radius
)

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
radius
Type: SystemDouble
The radius of the slab opening
See Also