Description
Enum for closure type of primitives. Used for the FZ_OBJT_SPHR_PARM_CAP_TYPE, FZ_OBJT_CYLN_PARM_CAP_TYPE, FZ_OBJT_CONE_PARM_CAP_TYPE, FZ_OBJT_TORS_PARM_CAP_TYPE, parameters of the respective primitives when getting / setting their closure type.
enum fz_objt_prim_cap_type_enum {
FZ_OBJT_PRIM_CAP_TYPE_NONE,
FZ_OBJT_PRIM_CAP_TYPE_AXIAL,
FZ_OBJT_PRIM_CAP_TYPE_CENTER };
Members
FZ_OBJT_PRIM_CAP_TYPE_NONE
No closure.
FZ_OBJT_PRIM_CAP_TYPE_AXIAL
Axial closure.
FZ_OBJT_PRIM_CAP_TYPE_CENTER
Center closure.
Availability
5.0.0.0
Example Files
See Also
fz_objt_edit_sphr_parm_get,, ,, , fz_objt_edit_cone_parm_set, ,,
Defined in