formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction
Description
Parameter identifiers for the a radial/diameter dimension object parameter. Used for the "which" argument of fz_objt_edit_dimr_parm_get.
enum fz_objt_dimr_parm_enum {
FZ_OBJT_DIMR_PARM_STYLE,
FZ_OBJT_DIMR_PARM_MPLANE,
FZ_OBJT_DIMR_PARM_IS_DIAM,
FZ_OBJT_DIMR_PARM_CENTER,
FZ_OBJT_DIMR_PARM_P_END,
FZ_OBJT_DIMR_PARM_RADIUS,
FZ_OBJT_DIMR_PARM_TEXT_ANGLE,
FZ_OBJT_DIMR_PARM_CUST_TEXT,
FZ_OBJT_DIMR_PARM_TEXT_ALIGN };
Members
FZ_OBJT_DIMR_PARM_STYLE
Dimension style pointer.
Type: fz_dimn_style_ptr
FZ_OBJT_DIMR_PARM_MPLANE
plane in which the dimension is defined.
Type: fz_map_plane_td
FZ_OBJT_DIMR_PARM_IS_DIAM
TRUE if the dimension is a diameter diemsnion, FALSE if it is a radial dimension.
Type: fzrt_boolean
FZ_OBJT_DIMR_PARM_CENTER
Center point of the arc/circle, which is dimensioned.
Type: fz_xyz_td
FZ_OBJT_DIMR_PARM_P_END
End point of the dimension line.
Type: fz_xyz_td
FZ_OBJT_DIMR_PARM_RADIUS
Radius of the arc/circle, which is dimensioned.
Type: fz_xyz_td
FZ_OBJT_DIMR_PARM_TEXT_ANGLE
The angle of the dimension text relative to the x axis of the dimension plane. This is only used, if the dimension text is not view aligned (style parameter).
Type: double
FZ_OBJT_DIMR_PARM_CUST_TEXT
Custom text for the dimension display.
Type: fz_string_td
FZ_OBJT_DIMR_PARM_TEXT_ALIGN
Text alignment
Type: fz_dimr_text_align_enum
Availability
7.0.0.0
See Also
Defined in