Camber Feedback Thread

Sorry for the delayed response. If I understand you correctly, you would like to have a dropdown node for selecting Sites? Is that correct?

Hi @mzjensen,

I want to use the swap part node but i cant find a way to get a partsize using camber nodes only!

Thank you for your amazing package.

Hi @hamza.fahmawi96,

Thanks for testing! This is a known issue that will be fixed in the next release. I left it out by mistake the first time around :confused:

Exactly (see screenshots below as an example)

afbeelding

afbeelding

Got it, thanks @PieterH. I’ll look into it.

Hi @mzjensen,
First of all, I want to congratulate you for your great work.
I’m a total newbie with Dynamo, and I’m making my first steps trying to use Camber package.
Is there a way to get all the profile views in the document in order to adjust each height to a value? I know I can get a list of all the profile views as DynamoNodes.ProfileView but I wasn’t able to find a way to get them as Camber.Civil.ProfileView.
Thanks in advance

Hi @EmiLovatto,

Thanks! Glad to hear that you are finding it useful :slight_smile:

I’ll have to work on a node for that. In the meantime, you could put them all on the same layer and then use the All Objects on Layer node followed by ProfileView.GetFromCivilObject.

1 Like

Hi @mzjensen, can Camber do this now? Set ProfileView Band profile 1 or profile 2 to new profile

Hi @Drbohlav, sorry for the delay. No, that is not implemented at the moment.

Happy New Year everyone! :partying_face: :fireworks:

We’re starting off 2022 with a big update to Camber (v2.0.0), which is now live on the package manager.

There are a ton of new features, enhancements, and bug fixes, and it’s too much to list them all here. Please review the full release notes on GitHub so you get the full picture. Here’s the summary (click the arrows to expand more info):

Do more with data shortcuts

The data shortcuts section of Camber has been completely rebuilt in v2.0.0 to enable more access to working folders, projects, and data shortcuts, including the ability to create data shortcuts and references to them.

Work with external documents

Another major addition in v2.0.0 is an attempt to enable access to other drawings besides the current drawing. There is a new dedicated shelf under Camber → External that includes shelfs for External Documents, External Objects, External Blocks, and External Block References. This is a preliminary set of nodes for testing purposes and gathering feedback.

CAUTION

Everything under the External shelf should be used with care since these features are still experimental and not all use cases have been tested. It is recommended to backup files prior to working with them to prevent data loss.

Simplified way to convert objects

The workflow of converting an Object or CivilObject to a Camber object (e.g. CivilObject → ProfileView) has been simplified by the addition of a new node, Convert to Camber Object. This replaces all of the nodes that included GetFromObject or GetFromCivilObject.

image

convert

Library reorganization

An effort has been made with this version to reorganize the node library to align better with how the core nodes for AutoCAD and Civil 3D are organized in the main library. It should be pretty self-explanatory, but please refer to the release notes if you get lost.

Key bug fixes

There are several bug fixes, but here are some key ones:

  • Fixed a longstanding bug where dropdown nodes would add extra output ports upon saving and reopening a graph
  • Label Style dropdown nodes now include child styles

Give it a try and report back with what you find!

7 Likes

FYI these are all fixed in v2.0.0.

1 Like

hi @mzjensen
how is make profile label set ?

1 Like

hi @mzjensen
and how to output curve radius in profile? txt or csv…

Not available right now. It will be awhile before Label Sets (Profile or Alignment) are implemented because to really do it justice, you have to implement all of the categories of labels that make up the Label set. So it’s a lot more work than what it seems.

Can you clarify? Profile curves are typically parabolic and don’t have a radius, so I think I’m misunderstanding.

nice addition with the Document.SendCommand !

3 Likes

Hurray for setting layer ACI color! Thank you, thank you, thank you!

2 Likes

You’re welcome, Kirk! You’ve been very patient on that one :slight_smile:

1 Like

Also excitingly browsing the pipe networks nodes and replacing old nodes, very excited about these man. Especially the pipes at the structure and the shortest network path!

1 Like

Oh and forgot to ask, I’m not familiar with using a layer book, what is that?