is that a way to convert camber object back to dynamo object?
Can you give an example?
Is it an option for you to instead use Toolkit Structures instead of converting to Camber Structures?
Yes I tried it, but this node from toolkit takes forever to run:
I cannot get my structure, so I use camber, but it doesnt have what I need, so I am thinking to mix them up to use
The short answer is no, you can’t “convert” from a Camber Structure to a Toolkit Structure. If you need to use Toolkit nodes, my recommendation is to avoid mixing. One example:
I use API to do the work finally
thanks!
Hey @zachri.jensen , is there any node in Camber which extract the pipe start and end invert?
Because I have same issue like this one. I wanted to take the pipe invert from the pipe that I have selected from Camber package node.
Unfortunately no, that functionality isn’t in Camber at the moment
I think your best bet is to use the Civil 3D Toolkit instead, or write a Python script to unwrap the Civil 3D Entity and get the inverts that way.
Thank you @zachri.jensen for the response,
I am doing it in a same way now, going with Civil3D Toolkit.
I am also at the moment discovering more about python and Civil3D API to crack this method. It seems tough for me initially, but I will get through this very soon.
Is there any suggestion on Python scripting?
Regards
There some good examples from others on this forum, and I’d also consider looking at the Dynamo Primer!
I think this section will help you out
Thank you for the suggestion!