formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Bend Curve
Description
Indicates the scaling type of a parametric Bend object. This enum is used in the parameter FZ_OBJT_BEND_PARM_SCL_TYPE in the functions fz_objt_edit_bend_parm_get and fz_objt_cnstr_bend_opts_set.
enum fz_objt_bend_scale_enum {
FZ_OBJT_BEND_SCL_NATURAL,
FZ_OBJT_BEND_SCL_PROPORTION,
FZ_OBJT_BEND_SCL_SIZE };
Members
FZ_OBJT_BEND_SCL_NATURAL
Bend Scaling is Natural
FZ_OBJT_BEND_SCL_PROPORTION
Bend Scaling is Preserve Proportion
FZ_OBJT_BEND_SCL_SIZE
Bend Scaling is Preserve Size
Availability
5.5.0.0
See Also
fz_objt_edit_bend_parm_get, fz_objt_cnstr_bend_opts_set
Defined in