HI How can I fix the guid conversion to Surface?
This post-IF and GH Library created does not actually detect scriptsyntax output
import rhinoscriptsyntax as rs
import ghpythonlib.components as gh
from Rhino.Geometry import *
if surface:
if direction==1 or direction==2:
rs.ReverseSurface(surface,direction)
elif direction==3:
rs.ReverseSurface(surface,4)
if flip:
tmp=gh.Flip(surface)[0]
surface=tmp
revSrf=surface
6 posts - 2 participants
