IODBLayerHatchObject(InterfacePolyClass, PatternHatch, Double, Double, Boolean) Method

Hatch a object with the special pattern.

Definition

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

Parameters

outlineElements  InterfacePolyClass
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.

Implements

InterfaceODBLayerHatchObject(InterfacePolyClass, PatternHatch, Double, Double, Boolean)

See Also