The DXFPOINT structure defines the x-, y- and z- coordinates of a 3D point in CAD drawing units.
Syntax:
typedef struct _DXFPOINT
{
sgFloat x;
sgFloat y;
sgFloat z;
} DXFPOINT , *LPDXFPOINT
Fields:
X |
Specifies the x-coordinate of the point. |
Y |
Specifies the y-coordinate of the point. |
Z |
Specifies the z-coordinate of the point. |
See Also
CADDRAW | CADEXPORTPARAMS | DXFDATA | FPOINT | FRECT
© 2003-2024 CADSoftTools
Go to CAD DLL