Return to Statement


Crosshatching Example

How to create a crosshatch using the INHAT, BOUND, and HATCH statements together.

   ENTITY/LN1,LN2,PT1,CR1,CR2,CHAT1,BND1

LN1 = LINE/0,0,1,1
LN2 = LINE/0,0,1,-1
PT1 = POINT/.5,.4
CR1 = CIRCLE/.75,.75,.5
CR2 = CIRCLE/0,0,1

INHAT/XHATCH,UTIL,1,45,.05
BND1 = BOUND/LN1,PT1,CR1,CR2,LN2
BLANK/BND1

CHAT1 = HATCH/XHATCH,BND1
HALT