formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Rectangle Object

fz_objt_rect_parm_enum

Description

Parameter identifiers for a parametric Rectangle object. Used for the "which" argument of fz_objt_cnstr_rect_opts_get,fz_objt_cnstr_rect_opts_set, , fz_objt_edit_rect_parm_set

enum fz_objt_rect_parm_enum {

FZ_OBJT_RECT_PARM_WIDTH,

FZ_OBJT_RECT_PARM_LENGTH,

FZ_OBJT_RECT_PARM_ORIGIN,

FZ_OBJT_RECT_PARM_XAXIS,

FZ_OBJT_RECT_PARM_YAXIS };

Members

FZ_OBJT_RECT_PARM_WIDTH

Editing - Rectangle width.

Type: double

Range: value > 0.0

FZ_OBJT_RECT_PARM_LENGTH

Editing - Rectangle length.

Type: double

Range: value > 0.0

FZ_OBJT_RECT_PARM_ORIGIN

Editing - Rectangle origin.

Type: fz_xyz_td

FZ_OBJT_RECT_PARM_XAXIS

Vector for the Xaxiz of the rectangle.

Type: fz_xyz_td

FZ_OBJT_RECT_PARM_YAXIS

Vector for the Yaxis of the rectangle.

Type: fz_xyz_td

Availability

8.0.2.0

See Also

, fz_objt_edit_rect_parm_set

Defined in

fz_objt_poly_api.h