@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, DirDim strObject strObject = Rhino.GetObject("Select a surface to reverse") If Rhino.IsSurface(strObject) Then Rhino.ReverseSurface strObject, 1 End If
Posts: 3
Participants: 2