yucad3d

Hatch

Solid and pattern hatches over boundary loops.

11 functions.

CadAddHatchCreates a new hatch and returns its handle.
CadAddHatchPathCadAddHatchPath(hDwg, hEnt): accumulate hEnt's outline as a boundary path for the next CadAddHatch (Vecad order).
CadAddHatchPointCreates a new hatch — point and returns its handle.
CadHatchGetAngleReturns the angle of the hatch.
CadHatchGetNamePattern name + size (scale) getters (Vecad CadHatchGetName/GetSize).
CadHatchGetPatternPattern name get / put — our extra over Vecad's angle/scale-only attrs.
CadHatchGetScaleReturns the scale of the hatch.
CadHatchGetSizeReturns the size of the hatch.
CadHatchPutAngleSets the angle of the hatch.
CadHatchPutPatternSets the pattern of the hatch.
CadHatchPutScaleSets the scale of the hatch.