Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5892

Reverse the normal direction of many surfaces?

$
0
0

@rhinoceros.adv wrote:

Is there a way to find multiple polysurface showing the reverse and flip them over?

If each object is selected, the command will be used
Flip, Dir

Dim strObject

strObject = Rhino.GetObject("Select a surface to reverse")

If Rhino.IsSurface(strObject) Then

Rhino.ReverseSurface strObject, 1

End If

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5892

Trending Articles