formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Cube
Description
Parameter identifiers for a parametric cube object. Used for the "which" argument of and .
enum fz_objt_cube_parm_enum {
FZ_OBJT_CUBE_PARM_WIDTH,
FZ_OBJT_CUBE_PARM_DEPTH,
FZ_OBJT_CUBE_PARM_HEIGHT,
FZ_OBJT_CUBE_PARM_ORIGIN,
FZ_OBJT_CUBE_PARM_ROTATION };
Members
FZ_OBJT_CUBE_PARM_WIDTH
Editing - Cube width.
Type: double
Range: value > 0.0
FZ_OBJT_CUBE_PARM_DEPTH
Editing - Cube depth.
Type: double
Range: value > 0.0
FZ_OBJT_CUBE_PARM_HEIGHT
Editing - Cube height.
Type: double
Range: value > 0.0
FZ_OBJT_CUBE_PARM_ORIGIN
Editing - Cube origin.
Type: fz_xyz_td
FZ_OBJT_CUBE_PARM_ROTATION
Editing - Cube rotation. Rotation angles are applied in z y x order to transform the cube from alignment with the world axes to its 3d orientation
Type: fz_xyz_td
Availability
5.0.0.0
See Also
,
Defined in