Add Labels For Pipes/Structures Drawn In Profile View

Is there a node (either in Camber or otherwise) that allows me to select a pipe/structure drawn in profile view and add a label to it in the style of my choosing? Note: I found a way to do this in plan view as depicted above. However, I would like to do this in certain Profile Views and not in Plan View. I’m open to doing it in Python, I just might need some help setting that up. Thanks in advance.

There’s not node for Profiles or Sections regarding this only pipe plan label

@hosneyalaa
Salam Alikom Akhy Alaa
Do you have any idea about this label in profile?

وعليكم السلام
Here is mothed for PipeProfileLabel

https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=1baf70bc-121d-fb8e-b53a-e4b62bb8e67b

And for PipeSectionLabel
Here
https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=ea79395b-2687-dcb6-de0c-3c4e0352150e

yes , so it there’s away by API
i highlighted for you already but i think you had confusion

Can we convert API Code from section to profile

@hosneyalaa Could you give more details how to where we can write this code to make a right node using python node in dynamo. i dont have VB or C++ or C+. more details please about API code to link it right with dynamo?

can you use Zero-Touch to create node

https://developer.dynamobim.org/03-Development-Options/3-2-zerotouch-example.html

Is there a way you could apply this method to a Python node within dynamo?

Maybe, but it likely wouldn’t be worth the combinations of security issues, performance degradations, and authoring headaches.

Unfortunately I am becoming increasingly aware that the reason we haven’t seen any major Python based packages for Civil 3D is that 9/10 times it is better to use C# in this context.

1 Like

Thank you, that makes sense. I’ll just accept there’s not an easy node to do this