Divya Mon, 03/16/2009 - 20:20 Forums: Other usage issuesHi, I use Handle(TopTools_HSequenceOfShape) Edges = new TopTools_HSequenceOfShape(); to add all edges from a wire,which are not in sequence.How can I put them in sequence taking Orientation into consideration. Marco Matt Tue, 03/17/2009 - 11:41 Take a look at ShapeAnalysis_WireOrder Log in to post comments Divya Tue, 03/17/2009 - 19:44 while trying to order the edges the result of status() in ShapeAnalysis_WireOrder is : -1 : some edges are reversed, but no gap remain what does this mean? Log in to post comments
Tue, 03/17/2009 - 11:41
Take a look at ShapeAnalysis_WireOrder
Tue, 03/17/2009 - 19:44
while trying to order the edges
the result of status() in ShapeAnalysis_WireOrder is :
-1 : some edges are reversed, but no gap remain
what does this mean?