Grasshopper

algorithmic modeling for Rhino

i am trying boolean consequetive cones from a list of cones in a  " for loop iteration "

but i am getting an error which say s :

Runtime error (ValueErrorException): unable to convert [<System.Guid object at 0x00000000000000DB [6ab89d7f-61cd-4630-9cbc-e0417677843e]>, <System.Guid object at 0x00000000000000DC [b9c4f0ee-cedf-40df-b3b4-a10733ad8c69]>] into Brep geometry

can anybody help me with this ..?? i want to boolean union the cone one by one !

Views: 355

Attachments:

Replies to This Discussion

aggvol=cones[0]
i =1
#aggvol = rs.BooleanUnion(cones,delete_input = False)


for i in range(len(pts)):
if i > 0:
cones1=cones[i]
aggvol = rs.BooleanUnion((aggvol,cones1),delete_input = False)

Look at your loop again! I think it's clear what happened.

Cheers

FF

Attachments:

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