InterfaceODBLayerHatchObject(IPolyClass, PatternHatch, Double, Double, Boolean) Method

Hatch a object with the special pattern.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IODBObject> HatchObject(
	IPolyClass outlineElements,
	PatternHatch patternType,
	double distaceStep = 10,
	double elementWidth = 5,
	bool onlyInside = true
)

Parameters

outlineElements  IPolyClass
Polygon of a Surface or other object to fill with the pattern hatch.
patternType  PatternHatch
 
distaceStep  Double  (Optional)
 
elementWidth  Double  (Optional)
 
onlyInside  Boolean  (Optional)
 

Return Value

ListIODBObject
All elements needed for the pattern hatch.

See Also