UF_MODL_stycorner_crv_opt_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
Structure to store the curve control option and corresponding
parameters for top curve, bottom curve, interior u-curve and
v-curve.


Data Members

shape_control
int
0: depth & skew,
1: Tangent magnitude,
2: Template
If shape_control is 2 (template),
then there is no need to set
the rest of the data structure

start_tagmag
double
start tangent magnitude
must be set if
shape_control is 1 (tangent magnitude),

end_tagmag
double
end tangent magnitude
must be set if
shape_control is 1 (tangent magnitude),

depth
double
depth of curve
must be set if
shape_control is 0 (depth & skew),

skew
double
skew of curve
must be set if
shape_control is 0 (depth & skew),