formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Draft Sweep

fz_objt_dsweep_type_enum

Description

Indicates the type of a parametric Draft Sweep object. This enum is used in the read only parameter FZ_OBJT_DSWEEP_PARM_TYPE in the function fz_objt_edit_dsweep_parm_get.

enum fz_objt_dsweep_type_enum {

FZ_OBJT_DSWEEP_TYPE_ANGLE,

FZ_OBJT_DSWEEP_TYPE_DISTANCE,

FZ_OBJT_DSWEEP_TYPE_FUNCTION,

FZ_OBJT_DSWEEP_TYPE_CURVE };

Members

FZ_OBJT_DSWEEP_TYPE_ANGLE

Draft Sweep Type is By Angle

FZ_OBJT_DSWEEP_TYPE_DISTANCE

Draft Sweep Type is By Distance

FZ_OBJT_DSWEEP_TYPE_FUNCTION

Draft Sweep Type is By Function

FZ_OBJT_DSWEEP_TYPE_CURVE

Draft Sweep Type is By Curve

Availability

5.0.0.0

See Also

fz_objt_edit_dsweep_parm_get

Defined in

fz_objt_dswp_api.h