formZ SDK | 5.0 API Reference | System | Nurbs Curve

fz_nurbs_algn_type_enum

Description

Identifier of an alignment type. Used to identify one of the four types of alignments available (CO,G1,C1,C2)..

enum fz_nurbs_algn_type_enum {

FZ_NURBS_ALGN_C0,

FZ_NURBS_ALGN_G1,

FZ_NURBS_ALGN_C1,

FZ_NURBS_ALGN_C2 };

Members

FZ_NURBS_ALGN_C0

CO alignment type

FZ_NURBS_ALGN_G1

G1 alignment type

FZ_NURBS_ALGN_C1

C1 alignment type

FZ_NURBS_ALGN_C2

C2 alignment type

Availability

5.0.0.0

See Also

fz_ncrv_merge_align, fz_nsrf_merge_align

Defined in

fz_ncrv_api.h