Creation of a Model Picture in Batch - Example
- Last UpdatedJan 30, 2023
- 1 minute read
The syntax file below illustrates how a model picture is created in batch. The picture will be presented in standard projection 4, fetched from the default file and hidden lines will be removed.
CREATE_VIEW ,’TEST_123’/PROJ=4/HIDD=’YES’;
PANEL,’CR191-122’
/PAN=’MTRL’
/BRA=’MTRL’
/STI=’MTRL’;
PANEL,’CR815-31*’/PAN=’MTRL’/CUTOUT=’YES’;
CREATE_VIEW,’PVOLUME’/PROJ=2
/BOX=(XMIN= -10000,YMIN= 0.0, ZMIN=0.0,
XMAX=100000,YMAX=20000, ZMAX=20000);
PANEL,’ES123-*’;