UF_BREP_oriented_child_s (view source)
 
Defined in: uf_brep_types.h
 
Also known as:
 
Overview
Describes a child and its orientation with respect to its parent.


Data Members

child
struct UF_BREP_topology_s *
Topology structure for any kind
of Parasolid topology entity.

orientation
int
Only for loop and fin children,
otherwise UF_BREP_ORIENTATION_NONE.
Since fins are always oriented
positively (forward) with respect to
their loop parent, `orientation' only
applies to an edge whose parent is a
loop or fin.
UF_BREP_ORIENTATION_FORWARD:
edge traverse from start to end vertex
UF_BREP_ORIENTATION_REVERSE:
edge traverse from end to start vertex