|
C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Structure of data fields representing a geometric object. More...
#include <gcm_types.h>
Collaboration diagram for GCM_g_record:Public Attributes | |
| GCM_g_type | type |
| Type of geometric object. | |
| GCM_point | origin |
| Location of a geometric object. | |
| GCM_vec3d | axisZ |
| Direction of line, normal of plane, Z-axis of a local coordinate frame. | |
| GCM_vec3d | axisX |
| X-axis of local coordinate frame . | |
| GCM_vec3d | axisY |
| Y-axis of local coordinate frame. | |
| double | radiusA |
| Radius of circle, sphere and cylinder or major radius of cone and torus. | |
| double | radiusB |
| Minor radius of cone and torus. | |
Structure of data fields representing a geometric object.
This plain data structure represents variants of geometric data types that the solver works with.