pregion
Saves, replaces, stores, or retrieves sets of pstatus points (also known as point regions).
pregion / dir
pregion / save | replace | store / name / pstatus1, pstatus2, ..., pstatusn / pstatus
pregion / get / name / array pointer
|
Parameters
|
Type/Value
|
Description/Default
|
|
|
dir
|
Prints a directory of all point regions.
|
|
|
save
|
The pstatus points with names pstatus1 through pstatusn are saved under point region name.
|
|
|
replace
|
The pstatus points in point region name are replaced by the pstatus points with names pstatus1 through pstatusn.
|
|
|
store
|
The pstatus points in point region name are overwritten by the pstatus points with names pstatus1 through pstatusn.
|
|
|
get
|
Retrieves the set of pstatus points in point region name.
|
|
name
|
char*32
|
Name of region points.
|
|
pstatus1, pstatus2, ..., pstatusn
|
|
|
|
pstatus
|
|
|
|
array pointer
|
|
An array pointer used for the array containing the mesh size for the point region.
|