I’m new to Grasshopper, but loving what I’ve learned so far…I am facing a challenge in the development of the grasshopper script of the wooden joinery.
I am developing the script for the basic joinery for the complex geometry. the main joinery is figure Tenon joinery, Teneon, And Moist Joinery, and halved and Laped joinery . Can anyone please guide me in these regards and help me to fix the error in the script? i attached the reference picture and the
HAVE AND LAPE 1234.gh (33.6 KB)
I internalize the curves, but it is not still working that’s the whole file and the reference image that I want to achieve nothing is working.
HAVE AND LAPE 1234.gh (33.6 KB)
Idivide it the curves, but it is not still working that’s the whole file and the reference image that I want to achieve nothing is working.
This T (Type) input is expecting integers (values 0, 1, or 2) and you are feeding it the empty P (Points) output from the Brep | Brep component.
If you disconnect the T input to the Extend Curve component, you get 10 curves at the output.
But now you can see the Shatter components are indicating errors. You have the tA and tB (parameter) outputs of the Curve | Curve components feedint the C and t inputs of these components. You will need to supply curves to the C inputs.
Looking a little further downstream in your file, the Pt output of the Construct Point component is not connected to anything. The inputs to the Evaluate Surface component are both connected to the output of the Loft component.
To be successful with grasshopper, you need to learn to troubleshoot your files. Start at the beginning (or known error location) and step through the logic and see if your inputs and outputs seem correct at each point. Data Viewer can be useful for doing this (from grasshopper menu View ->Data Viewer…)
Are you following a tutorial? If yes, can you post a link to it.
thank so yes I am reproducing the script from old research and fabricating them in a modern way it is like old research but a step in advance way. the images are from the research paper published in 2015. and I produce the script by looking at the picture on the paper. so it is a small but essential part of the research.
i appreciated your help once again.