IODBLayerHatchObject(IPolyClass, 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(
	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
Selected fill style.
DistaceStep  Double  (Optional)
Distance between middle of the pattern hatch elements.
ElementWidth  Double  (Optional)
Diameter of pattern elements.
OnlyInside  Boolean  (Optional)
Only inside the outline Element IPolyClass, means if true the element width can look over the edge of the origin polygon.

Return Value

ListIODBObject
All elements needed for the pattern hatch.

Implements

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

See Also