UF_SF_edge_density_data_s (查看源代码)
 
定义在: uf_sf_types.h
 
也被称为:
 
概述
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.