formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
Description
Identifier of a nurbz surface match point. Used to identify which point of the edges to use when matching surfaces.
enum fz_nsrf_attach_point_enum {
FZ_NSRF_ATTACH_START,
FZ_NSRF_ATTACH_END,
FZ_NSRF_ATTACH_MID,
FZ_NSRF_ATTACH_CUSTOM };
Members
FZ_NSRF_ATTACH_START
attach with first point of edge
FZ_NSRF_ATTACH_END
attach with last point of edge
FZ_NSRF_ATTACH_MID
attach with mid point of edge
FZ_NSRF_ATTACH_CUSTOM
attach with custom point provided by user
Availability
5.0.0.0
Defined in