CircularSlabOpeningParams Constructor (EntityInfo, 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(
	EntityInfo planeInfo,
	Point2D center,
	double radius
)

Parameters

planeInfo
Type: TSD.API.Remoting.CommonEntityInfo
The EntityInfo of 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