Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
klemen_zivkovic
in reply to: adam.nagy

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?

 

pipePicture.png