UF_MODL_edge_blend_data_s (view source)
 
Defined in: uf_modl_blends.h
 
Also known as:
 


Data Members

blend_type
int
type of created blends
0 - regular edge blend
1 - cliff-edge blend

blend_instanced
logical
instanced blend

blend_setback
logical
setback blend

vrb_tolerance
double
tolerance of a variable blend

blend_radius [ UF_MAX_EXP_BUFSIZE ]
char
radius of a regular blend

smooth_overflow
logical
blend smooth overflow

cliff_overflow
logical
blend cliff overflow

notch_overflow
logical
blend notch overflow

number_edges
int
number of edges to be blended

edge_data
UF_MODL_blend_edge_p_t
Data of an edge to be blended or an edge collector.
If input an edge collector, input it in the first
element array. Extra elements in the array can be
used to input varialbe radius data and/or setback
data. But the edges specified for these data must
be the edges of the collector, otherwise they will
be ignored.