Overview | Statement List | Example
obj = HATCH/{XHATCH|AFILL},obj list[,VIEW,'View Name'][,IFERR,label:]
Specifies an area to be crosshatched. You can specify both user-defined crosshatches and area fills. You can also specify sub-boundaries (islands).
NOTE: If you do not use the INHAT statement to define the type of
hatch prior to the HATCH statement, then the system defaults define the hatch
parameters.
Parameter |
Description |
XHATCH |
Minor word which specifies that the hatch being created is a crosshatch. |
AFILL |
Minor word which specifies that the hatch being created is an area fill. |
obj list |
A list of existing boundary objects which are to be crosshatched. Create these boundaries using the BOUND statement. |
VIEW |
Minor word that indicates that a view name is to follow. |
'View Name' |
This is a string variable or literal that is the view name. |
IFERR,label: |
Label to which execution jumps if an error occurs in creating the crosshatch object. |