UF_SF_contact_mesh_data_s (view source)
 
Defined in: uf_sf_types.h
 
Also known as:
 


Data Members

element_name
char *
refer to uf_sf_lang_names.h

element_descritor_tag
tag_t
Set it to NULL_TAG

align_target_edge_node
int
0 - Equal Distance
1 - Minimum Distance or Normal To

target_edge_node_align_method
int
0 - Minimum Distance
1 - Normal To

number_of_elms
int
required

gap_tol_option
int
0 - Do not apply tol
1 - Apply gap tolerance

gap_tolerance
double
Gap tolerance option
0: Don't apply tolerance
1: Apply tolerance

contact_edge
tag_t
Tag of the contact edge.

contact_edge_mesh_dir
UF_SF_mesh_geom_meshdir_t
Direction of the mesh for the
contact edge:
UF_SF_MG_MESHDIR_FROM_START
UF_SF_MG_MESHDIR_FROM_END

contact_edge_start_limit
double
Limit of edge starting for the
contact edge.

contact_edge_end_limit
double
Limit of edge ending for the contact
edge.

target_edge
tag_t
Tag of the target edge.

target_edge_mesh_dir
UF_SF_mesh_geom_meshdir_t
Direction of the mesh for the target
edge:
UF_SF_MG_MESHDIR_FROM_START
UF_SF_MG_MESHDIR_FROM_END

target_edge_start_limit
double
set start limits to 0 and end limits
to 1 to build contact mesh between
entire length of the edges.

target_edge_end_limit
double
Limit of edge ending for the target
edge.