05-26-2015
07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-26-2015
07:34 AM
I am trying to understand property "IsOuterEdgeLoop". Is this property only available in sheet metal parts?
I see sample code and it is used within flatpattern.
Dim oEdgeLoop As EdgeLoop
For Each oEdgeLoop In oFlatPattern.TopFace.EdgeLoops
If oEdgeLoop.IsOuterEdgeLoop Then
Exit For
End If
Next
The thing here is (in my specific situation) - that I have pipe, created from ordinary extrusion - and I don't have FlatPattern to work with.
What is out or in is pretty hard to decide for ordinary extrusion - is there a way to do that?
Is there a clever way to do that programatically?