algorithmic modeling for Rhino
Hi Everyone,
I want to put a check in my grasshopper python component so that if what you see in the picture below happens - that is a datatree is entered as an input to the component.
The component will identify that its a datatree and then raise an error.
Essentially I dont want datatrees as an input in my component. So the question is what would be the best way to code a check so that I could raise an error if a datatree is used as an input?
Tags:
You've got different options:
- Use datatree as input type and flatten the input using python to use it as a list internally.
- Check if the amount of iterations is larger than one and throw an error.
- Use datatrees and check if the amount of branches is larger than one.
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