The FPOINT type defines the point location in the 3D coordinate system with the origin in the drawing coordinate system.
Syntax:
typedef struct _FPOINT
{
sgFloat x;
sgFloat y;
sgFloat z;
} FPOINT, *LPFPOINT
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 | DXFPOINT | FRECT
© 2003-2024 CADSoftTools
Go to CAD DLL