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