UF_SF_edge_density_data_s (view source)
 
Defined in: uf_sf_types.h
 
Also known as:
 
Overview
This Structure contains the data required to define the edge
density for a curve/edge object


Data Members

type
UF_SF_edge_density_type_t
indicates the type of density (size or
number).

size
double
The number of elements on the edge/curve is calculated
automatically from the length of the edge/curve and the
element size. If this option is set, the value of number
is disregarded.

number
int
The number of elements on the edge/curve is calculated
automatically from the length of the edge/curve and the
element size. If this option is set, the value of number is
disregarded.