UF_SO_dirr_on_surf_data_s (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
Structure definition for direction on surface data. It includes all the
input elements to create a smart direction on surface object.

The direction will be evaluated along isoparametric, normal or a specified
section direction at a pair of (u,v) parameters on the underlying surface of
a given face. Two scalar objects need to be created for the uv parameters.

If the section option is chosen, a direction object needs to be created for
specification. The direction will be projected to be perpendicular to the
surface normal at the given uv parameters. The projected direction will
underlie the output direction on surface object.


Data Members

face
tag_t
object id of the face which contains the evaluation
surface

uv [ 2 ]
tag_t
scalar object ids for the u and v parameters of the
surface

option
int
flag for evaluation option:
0 = u isoparametric
1 = v isoparametric
2 = surface normal
3 = section

secdir
tag_t
object id of the section direction

flip
logical
flag for direction reversal
0 = no
1 = yes