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.
Commenter-1
Archived discussion
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
};
Discussion
Posts are displayed in their archived order.
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.
Commenter-1