algorithmic modeling for Rhino
I have a question I called in to execute Python
input0 is copy became two of the objects
What's the problem? Please help me
import rhinoscriptsyntax as rs
filter = rs.filter.surface | rs.filter.polysurface
input0 = rs.GetObjects ("Select first set of surfaces or polysurfaces", filter)
if input0:
input1 = rs.GetObjects ("Select second set of surfaces or polysurfaces", filter)
if input1: rs.BooleanDifference (input0, input1, False)
Tags:
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by