Question
Creo 10 toolkit: detecting if an edge is inner or outer edge
- December 11, 2024
- 1 reply
- 2387 views
Hello,
in a toolkit application I need to know if an edge is an inner or an outer edge.
In the attachment I have an example what I mean with inner and outer edge.
What I have up to now:
I use visit functions to get all the edges in the part model. A function to determine if the edge is "inner" or "outer" seems not to exist (I found none). But there is the function ProEdgeNeighborsGet(), which has the two surfaces for every edge as an output parameter. Is ist possible to get the inner/outer information with this two surfaces? Or is there another procedure to get the information.
Any help would be appreciated.
regards HP

