convert/POLYGONS - convert GRID and MESH structures into POLYGONS
|
Calling Sequence
|
|
convert( p, POLYGONS )
convert( p, POLYGONS )
|
|
Parameters
|
|
p
|
-
|
PLOT3D structure; or GRID/MESH structure; or a list of GRID/MESH structures
|
|
|
|
|
Description
|
|
•
|
This routine converts MESH and GRID structures into POLYGONS structures. If the first argument is a GRID or MESH structure, then the result is a equivalent POLYGONS structure; if p is a list of GRID and MESH structures, then the result is a list of corresponding POLYGONS structures; if p is a PLOT3D structure, then the result is a list of POLYGONS structures corresponding to GRID and MESH structures in p.
|
|
|
Download Help Document
Was this information helpful?