DiscussionsIssue archiveOther usage issues

Archived discussion

topology of wires

Other usage issuesMon, 06/08/2009 - 19:372 replies

Browse this forum
QuestionAuthor

Hi,

I have a set of wires where there are a few wires inside other.How can I distinguish which one is outerwire and which one of them is inner wire? and the relation between those wires.Any class or function related would be really helpful..

Please reply
Author

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Dear Author.

A wire itself is just set of edges and nothing more.
Thus you can not classify one wire (W1) vs another (W2).
This classification becomes possible when you have the one
surface (S) to which both of wires belong to.
- Try to make a face (F1) from S and say W1.
- Then classify W2 with regard to F1 using for e.g. IntTools_FClass2d.

good luck

02Author

Hi

Is there any function to figure out which surface does a particular wire lie on?