NAME
GDX_POINT - Point
GENERAL DESCRIPTION
The GDX Point is a geometric entity that defines a location in 3D Cartesian coordinates. Currently, it is only supported when it is referenced by the MDL_CURVE field of a GDX Edge entity to represent a surface pole in model space.
DDF SPECIFICATION
entity 50:0 GDX_POINT "Point" {
| double | XYZ_LOC[3]; |
FIELD DESCRIPTIONS
XYZ_LOC
The 3D coordinates (X, Y, and Z) that define the location of the GDX Point.
ADDITIONAL RESTRICTIONS
None.