Please help me fix this problem with my Grasshopper python script editor.
I got this error (Error: Runtime error (MissingMemberException): ‘NoneType’ object has no attribute ‘Branches’
Traceback:
line 6, in the script) when am trying to run this script.
Does this error occur when one of central_pts and corners_pts has no input?
What do you want your script to do when central_pts or corners_pts has no input?
You can try setting the typehints on the component inputs to DataTree. But it would be best if your code tested if central_pts and corner_pts have .Branches attributes before referring to them (as Data Trees do).
As @James_Parrott pointed out, if you want your code to be more robust you should add some error checks (what to do if input is missing or wrong type).
I so much appreciate your response but am still having issues with the other extended GhPython Script, the GhPython Script is not connecting with the other two GhPython Scripts, I try to highlight them but they not highlighting.
The variable names in your script (lines1 and lines2) do not match the names of the output parameters (line1 and line2). You will need to rename them in one place or the other.
I am very sorry for that.
this is the problem I’m having,
Component (Expression) error (Exoskeleton tower)
I have an error with one of the components in my script.
I’d try to design an Exoskeleton tower with Grasshopper but keep getting this error
I need to add the ArchiCad component to the script so that I can connect with Graphisoft ArchiCAD and continue with the remaining necessary things.
But the issue I’m having now is I’m unable to attach the ArchiCad slab component to it, the only component that I can attach is the Morph Solid and it works with it. But I need to connect it to the proper component, like the ArchiCad slab component to the Floor slab Modeling not Morph Solid and the wall component to the Elevator Modeling not Morph Solid. Those components I circle are the component I want to replace with the proper component.
Pls help me with this one too so that I can know to connect my Rhino+Grasshopper design with the Graphisoft ArchiCAD connection, I really need this if it is going to be the last, Thanks.
Kevin,
Thanks for your assistance it has really helped me improve.
You are a life changer
I also need help from you with this one.
I want to create a column and beams for this tower, and this is how it looks in Graphisoft ArchiCAD.
Find the attached file below ArchiCAD and Grasshopper Design.gh (59.5 KB)
And I don’t know if it is possible to increase the ground floor height to 5000mm.
Making it two things you are going to solve for me;
(1) Columns and Beams
(2) The ground floor height
Or you can choose anyone you think you can do out of the two or if there is anyone you direct me to, you can please do that for me please, Thanks.