UF_SC_FACE_region_data_s (view source)
 
Defined in: uf_sc_types.h
 
Also known as:
 
Overview
For the region of faces, we have two ways to allow you input boundary faces.
You can either input the individual boundary faces in bndary_faces array or
you can input boundary faces as rules in bndary_face_data array.

You must input one type of boudnary faces.

The input rule data for boundary faces have to be one of the
UF_SC_FACE__data_p_t types.

If bndary_faces is not NULL, bndary_face_data array will be ignored. The
bndary_face_data will take effect only if num_bndary_faces = 0 and
bndary_faces = NULL;


Data Members

seed_face
tag_t


num_bndary_faces
int


bndary_faces
tag_t *


n_bndary_face_data
int


bndary_face_types
int *
array of int to input rule types

bndary_face_data
UF_SC_input_data_p_t
array of input data

n_negated_entities
int


negated_entities
tag_t *