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
)
Public MustOverride Function CreateRegion (
shapes As Shape(),
tolerance As Integer
) As RegionShape
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