Click or drag to resize

ShapeFactoryCreateHatch Method (Shape, Int32)

Create a new instance of 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 CreateHatch(
	Shape[] outerShapes,
	int tolerance
)

Parameters

outerShapes
Type: RootPro.RootProCADShape
Array of Shape that represents the geometry of the hatched area
tolerance
Type: SystemInt32
A value that represents the tolerance for considering a shape that is not completely closed as a region.

Return Value

Type: HatchShape
representing a hatched figure HatchShape
See Also