UF_MOTION_point_curve_constraint_s (view source)
 
Defined in: uf_motion_types.h
 
Also known as:
 


Data Members

name [ UF_OBJ_NAME_BUFSIZE ]
char
The name of the point curve
constraint. If NULL, a default
name will be created.

num_curve_tags
int
The number of tags in the curve
tag array.

curve
tag_t *
The tags of the constraint
curves. All curves must be on
same link (or no link).

point
tag_t
The tag of the constrained point.
It cannot belong to the same link
as the curves. See uf_so.h for
smart point creation methods.