formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction
Description
Parameter identifiers for the a note object parameter. Used for the "which" argument of fz_objt_edit_dimt_parm_get.
enum fz_objt_dimt_parm_enum {
FZ_OBJT_DIMT_PARM_STYLE,
FZ_OBJT_DIMT_PARM_MPLANE,
FZ_OBJT_DIMT_PARM_TEXT_STR,
FZ_OBJT_DIMT_PARM_TEXT_NCHAR,
FZ_OBJT_DIMT_PARM_PT1,
FZ_OBJT_DIMT_PARM_PT2,
FZ_OBJT_DIMT_PARM_TEXT_ALIGN };
Members
FZ_OBJT_DIMT_PARM_STYLE
Dimension style pointer.
Type: fz_dimn_style_ptr
FZ_OBJT_DIMT_PARM_MPLANE
plane in which the note is defined.
Type: fz_map_plane_td
FZ_OBJT_DIMT_PARM_TEXT_STR
note text string.
Type: char *
FZ_OBJT_DIMT_PARM_TEXT_NCHAR
Number of characters (char array size) in text string.
Type: fzrt_int
FZ_OBJT_DIMT_PARM_PT1
The 3d point at which the note's text is drawn.
Type: fz_xyz_td
FZ_OBJT_DIMT_PARM_PT2
The 3d point which determines the direction of the text in the note's plane.
Type: fz_xyz_td
FZ_OBJT_DIMT_PARM_TEXT_ALIGN
Text alignment
Type: fz_dimt_text_align_enum
Availability
7.0.0.0
See Also
Defined in