UF_MODL_project_curves_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
This structure is used in various functions to define a set of curves that
is then subsequently projected along the specified vector. The
function also requires the input of faces/planes/datum_planes to
define the target of the projection.


Data Members

number_of_curves
int
The number of curves in the
following array.

curves
tag_t *
The array of curves.

curve_projection_type
UF_MODL_proj_type_t
Indication of whether the
curves should be projected
along their plane normal or
along the following vector.

curve_projection_vector
UF_MODL_vector_p_t
The vector along which to
project the curves, if
curve_projection_type is
UF_MODL_PROJ_ALONG_VECTOR.