NAME
GDX_RECT_MESH - Rectangular Surface Point Mesh
GENERAL DESCRIPTION
The GDX Rectangular Surface Point Mesh (GDX Rectangular Mesh) entity is a collection of linear approximation points that form a regular (rectangular) UV grid on a GDX surface entity. This is the default entity for linear approximation of GDX surface entities for faceted approximation. This entity is also used to define the initial projection grid for the projection of curves and/or points to a GDX surface.
DDF SPECIFICATION
entity 31:0 GDX_RECT_MESH "Rectangular Surface Point Mesh" {
| count | NUM_U_POINTS; | |
| count | NUM_V_POINTS; | |
| double | MESH_POINTS[NUM_U_POINTS][NUM_V_POINTS][3]; | |
| double | MESH_PARMS[NUM_U_POINTS][NUM_V_POINTS][2]; |
FIELD DESCRIPTIONS
The number of points in the u direction.
The number of points in the v direction.
Array, dimensioned to [NUM_U_POINTS][NUM_V_POINTS][3], containing values that define the model space points of the GDX Rectangular Mesh.
Array, dimensioned to [NUM_U_POINTS][NUM_V_POINTS][2], containing values that define the parameter space points of the GDX Rectangular Mesh.
RESTRICTIONS
None.