formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Utility
Description
Object setup parameters. Used for the "which" argument of and fz_lite_set_opts_parm_data.
enum fz_objt_opts_parm_enum {
FZ_OBJT_OPTS_SHOW_COLOR,
FZ_OBJT_OPTS_HIGHLIGHT_PICKED,
FZ_OBJT_OPTS_OBJECT_NAME,
FZ_OBJT_OPTS_GROUP_NAME,
FZ_OBJT_OPTS_AXES,
FZ_OBJT_OPTS_CENTROID };
Members
FZ_OBJT_OPTS_SHOW_COLOR
Indicates if the names of the objects will be drawn in the color that was assigned to them in the objects palette. If not set, the names are all drawn the same.
Type: fzrt_boolean
Default Value: FALSE
FZ_OBJT_OPTS_HIGHLIGHT_PICKED
When set, the object name in the lights palette will be highlighted whenever an object is picked.
Type: fzrt_boolean
Default Value: FALSE
FZ_OBJT_OPTS_OBJECT_NAME
The default object name (32 characters max).
Type: char*
FZ_OBJT_OPTS_GROUP_NAME
The default object group name (32 characters max).
Type: char*
FZ_OBJT_OPTS_AXES
The default location of an object axes.
Type: fz_objt_loc_type_enum
Default Value: FZ_OBJT_LOC_PER_OBJECT
FZ_OBJT_OPTS_CENTROID
The position of the centroid of an object.
Type: fz_objt_loc_type_enum
Default Value: FZ_OBJT_LOC_COG
Availability
5.0.0.0
See Also
Defined in