tmaire Wed, 12/03/2003 - 18:11 Forums: Other usage issueshi, how can I know if a Wire is clockwise or counter clockwire oriented ? Thank's for answer. mbd (not verified) Wed, 12/03/2003 - 21:49 Hi, did you try TopoDS_Shape::Orientation() ? It should return the TopAbs_Orientation of the considered shape. mbd Log in to post comments tmaire Thu, 12/04/2003 - 10:03 Hi mbd, I've seen this method, but what meens the different results. TopAbs_FORWARD == clockwise ??? TopAbs_REVERSED == counter clockwise ??? TopAbs_INTERNAL == ??? TopAbs_EXTERNAL == ??? Do you know the meaning of that ? Thank you for answer. thm Log in to post comments
Wed, 12/03/2003 - 21:49
Hi,
did you try TopoDS_Shape::Orientation() ?
It should return the TopAbs_Orientation of the considered shape.
mbd
Thu, 12/04/2003 - 10:03
Hi mbd,
I've seen this method, but what meens the different results.
TopAbs_FORWARD == clockwise ???
TopAbs_REVERSED == counter clockwise ???
TopAbs_INTERNAL == ???
TopAbs_EXTERNAL == ???
Do you know the meaning of that ?
Thank you for answer.
thm