Grasshopper

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)

Views: 316

Attachments:

Replies to This Discussion

Hi doloc

You should delete input0,Check the attached file" I hope this helps" "

Attachments:

When it will run well
Thank you.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service