ShapeFactoryCreateRegion Method (Shape) |
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
)
Public MustOverride Function CreateRegion (
shapes As Shape()
) As RegionShape
Parameters
- shapes
- Type: RootPro.RootProCADShape
Array of Shape representing regions
Return Value
Type:
RegionShape Representing a region
RegionShape See Also