DiscussionsIssue archiveOther usage issues

Archived discussion

TopoAbs_Orientation

Other usage issuesSat, 03/08/2003 - 15:121 reply

Browse this forum
QuestionAuthor

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

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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