Click or drag to resize

ShapeFactoryCreateRegion Method (Shape, Int32)

Create a new instance of the region.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract RegionShape CreateRegion(
	Shape[] shapes,
	int tolerance
)

Parameters

shapes
Type: RootPro.RootProCADShape
Array of Shape representing regions
tolerance
Type: SystemInt32
A value that represents the tolerance for considering a shape that is not completely closed as a region.

Return Value

Type: RegionShape
Representing a region RegionShape
See Also