ShapeCollectionAddHatch Method |
Add hatching.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract HatchShape AddHatch(
Shape[] outerShapes
)
Public MustOverride Function AddHatch (
outerShapes As Shape()
) As HatchShape
Parameters
- outerShapes
- Type: RootPro.RootProCADShape
Array of Shape that represents the geometry of the hatched area
Return Value
Type:
HatchShape representing a hatched figure
HatchShape See Also