formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction

fz_objt_diml_parm_enum

Description

Parameter identifiers for the a linear dimension object parameter. Used for the "which" argument of fz_objt_edit_diml_parm_get.

enum fz_objt_diml_parm_enum {

FZ_OBJT_DIML_PARM_STYLE,

FZ_OBJT_DIML_PARM_MPLANE,

FZ_OBJT_DIML_PARM_P1,

FZ_OBJT_DIML_PARM_P1_OBJ,

FZ_OBJT_DIML_PARM_P2,

FZ_OBJT_DIML_PARM_P2_OBJ,

FZ_OBJT_DIML_PARM_CUST_TEXT,

FZ_OBJT_DIML_PARM_LINE_OFFSET,

FZ_OBJT_DIML_PARM_TEXT_ALIGN,

FZ_OBJT_DIML_PARM_TYPE,

FZ_OBJT_DIML_DIM_P1,

FZ_OBJT_DIML_DIM_P2 };

Members

FZ_OBJT_DIML_PARM_STYLE

Dimension style pointer.

Type: fz_dimn_style_ptr

FZ_OBJT_DIML_PARM_MPLANE

plane in which the dimension is defined.

Type: fz_map_plane_td

FZ_OBJT_DIML_PARM_P1

3d point, from which the dimension is measured (1st point).

Type: fz_xyz_td

FZ_OBJT_DIML_PARM_P1_OBJ

Object to which the 1st 3d point belongs. NULL, if the 1st point is non associative.

Type: fz_objt_ptr

FZ_OBJT_DIML_PARM_P2

3d point, to which the dimension is measured (2nd point).

Type: fz_xyz_td

FZ_OBJT_DIML_PARM_P2_OBJ

Object to which the 2nd 3d point belongs. NULL, if the 2nd point is non associative.

Type: fz_objt_ptr

FZ_OBJT_DIML_PARM_CUST_TEXT

Custom text for the dimension display.

Type: fz_string_td

FZ_OBJT_DIML_PARM_LINE_OFFSET

Offset of the dimension line from the projection of the 1st point on the dimension plane.

Type: double

FZ_OBJT_DIML_PARM_TEXT_ALIGN

Text alignment

Type: fz_diml_text_align_enum

FZ_OBJT_DIML_PARM_TYPE

Dimension type

Type: diml_type_enum

FZ_OBJT_DIML_DIM_P1

Dimension type

Type: diml_type_enum

FZ_OBJT_DIML_DIM_P2

Dimension type

Type: diml_type_enum

Availability

7.0.0.0

See Also

fz_objt_edit_diml_parm_get, fz_objt_edit_diml_parm_set

Defined in

fz_objt_api.h