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

Help for (failed from Guid to Surface)

$
0
0


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

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles