formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
Description
Parameter identifiers for the meshing options. Used for the "which" argument of fz_objt_mesh_opts_get and fz_objt_mesh_opts_set.
enum fz_objt_mesh_parm_enum {
FZ_OBJT_MESH_OPTS_IVAL,
FZ_OBJT_MESH_OPTS_USE_IVAL_X,
FZ_OBJT_MESH_OPTS_USE_IVAL_Y,
FZ_OBJT_MESH_OPTS_USE_IVAL_Z,
FZ_OBJT_MESH_OPTS_TRIANG,
FZ_OBJT_MESH_OPTS_ROTATION,
FZ_OBJT_MESH_OPTS_ORIGIN };
Members
FZ_OBJT_MESH_OPTS_IVAL
meshing interval in x,y and z direction.
Type: fz_xyz_td
Range: value > 0.0
Default Value: English 24.0 in, Metric 50.0 cm
FZ_OBJT_MESH_OPTS_USE_IVAL_X
use meshing in x direction on (TRUE) or off (FALSE)
Type: fzrt_boolean
Default Value: TRUE
FZ_OBJT_MESH_OPTS_USE_IVAL_Y
use meshing in y direction on (TRUE) or off (FALSE)
Type: fzrt_boolean
Default Value: TRUE
FZ_OBJT_MESH_OPTS_USE_IVAL_Z
use meshing in z direction on (TRUE) or off (FALSE)
Type: fzrt_boolean
Default Value: TRUE
FZ_OBJT_MESH_OPTS_TRIANG
triangulation on (TRUE) or off (FALSE)
Type: fzrt_boolean
Default Value: FALSE
FZ_OBJT_MESH_OPTS_ROTATION
rotation of the meshing coordinate .
By default, the meshing coordinate is
aligned with the world axes. By specifying three
angles, this can be reoriented.
Type: fz_xyz_td
Default Value: {0.0,0.0,0.0}
FZ_OBJT_MESH_OPTS_ORIGIN
origin of the meshing coordinate . By default, the meshing coordinate is placed at the world origin. By specifying a new origin, this can moved to a different place.
Type: fz_xyz_td
Default Value: {0.0,0.0,0.0}
Availability
5.0.0.0
See Also
fz_objt_mesh_opts_set, fz_objt_mesh_opts_get
Defined in