Click or drag to resize

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
)

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