Camber Feedback Thread

Hello! I install the latest version but i can see all nodes (dimension, mleader, alignment…), how can i fix the error below?

2023-08-20_16-16-42
2023-08-20_16-20-38

@kina_86 make sure you have the latest updates installed for Civil 3D 2021.

1 Like

Oh not a problem! That’s all I needed to match them to the sheet number, makes it the workflow a lot easier.

1 Like

Hello,
I’m having trouble with redefining an external block in a dwg, I am using this code to try to overwrite the correct block onto the incorrect block, I expect it to swap but the block remains incorrect.


I’d like to eventually modify this to work on many dwgs at once.

@ssimpsonHU35B I just did a test and it worked correctly for me. Which version of Camber are you using?

just updated version 4.2.6

It’s been on the list for awhile, but I haven’t gotten around to it because it’s a bit of work. No timeline at the moment :confused:

Hmm. If you’re able to share the DWG files I can try to take a look. Let me know if you don’t want to share publicly.

Sorry I don’t have permission to do that right now, would it make a difference if both the old and new block are named TitleBlock?

No, that shouldn’t matter. I did a few more tests and can’t reproduce, so I’m going to need some more info about your setup. Can you explain in detail what your workflow looks like? You can also record a GIF to walk through the process if that’s easier.

Hi @zachri.jensen ,

I am trying to use the DataShortcut.CreateReference node with drawings which are saved in BIM360 and accessed using Desktop Connector but I am getting the error shown in the image below. The node seems to work for drawings which are saved locally. Am I doing something wrong or is this node limited to drawings which don’t use Desktop Connector?

Hi @Paul.P,

That node is simply making a call to the Civil 3D API for data shortcuts, so the short answer to your question…

…is yes. Sorry about that :confused:

OK thanks, good to know.

6 posts were split to a new topic: Convert from Camber Structure to Civil 3D Toolkit Structure

Hi @zachri.jensen

You have created Nodes to get the CutVolume/FillVoulme from a TinVolumeSurface…
Is it possible to create some nodes to get the CutArea/FillArea?

Hi, please how to get external object (polylines) geometry? Is it possible?

Not at present. Sorry :confused:

Hi @Drbohlav

Can you specify: do you need to get polylines geom from an Xref in general or do you need to get this information from an object of type “external object”?

Hi @ana.ortizMPU5K, I need only polylines from xref at this moment.

get_plines_from_xref.dyn (20.8 KB)
Check this.

6 Likes