
Sat, 03/08/2003 - 15:12
Forums:
can any one explain in detail
of these enums and how they affect
the topologies.
enum TopAbs_Orientation {
TopAbs_FORWARD,
TopAbs_REVERSED,
TopAbs_INTERNAL,
TopAbs_EXTERNAL
};
can any one explain in detail
of these enums and how they affect
the topologies.
enum TopAbs_Orientation {
TopAbs_FORWARD,
TopAbs_REVERSED,
TopAbs_INTERNAL,
TopAbs_EXTERNAL
};
Sat, 03/08/2003 - 20:27
Hi !
It's a bit tricky to explain all the details in a short text, if you have a look in the modat40.pdf file starting at page 29 you get a pretty good description on how they work.
Mikael