Hello to all,
Only an information, I saw that the pipe material (both categories) is set on the AutoCAD generic material and not from specific part properties (Below two images where are the correct information).
You think it’s possible get this information some other way maybe througt Python or these are not expose inside API.
So, there is no node to access remaining pressure part properties (for example, Pipe Start Easting, Minimum Cover, Minimum Flex Radius, Id Material, Pressure Class, etc) ???
Yep, pressure network/pipes/fittings/appurtenances properties can by acces trougt Civil3Dtoolkit - PressurePipeNetworks nodes (as you say), but not all they.
For example, some Part Data Properties such idMaterial, Minimum Cover, Minimum Flex Radius, Pressure Class, or PressurePipe Geometry properties such Pipe Start Easting cant be acces trougt Civil3Dtoolkit - PressurePipeNetworks nodes (Neither through camber complement).
So, the question is,
there is no node to access remaining pressure part properties (for example, Pipe Start Easting, Minimum Cover, Minimum Flex Radius, Id Material, Pressure Class, etc) ???
I must assume that I can only access via phyton node (civil 3d API .net) at the moment???
Great news. I assure you, many people are waiting for that. It will be a great advance
I leave you some comments that may be useful,
By default, pressure parts are stored in .sqlite files in the path:
C:\ProgramData\Autodesk\C3D 2022\enu\Pressure Pipes Catalog\Metric (or imperial)
The user can create their own parts catalogs with the Content Catalog Editor application:
C:\Program Files\Autodesk\AutoCAD 2022\C3D\Autodesk.Aec.Content.CatalogEditor.exe
It is third party application (not autodesk) included in civil3d.
Hello everyone, could you please tell me which node I can use to replace the Material field of a structure? I tried to use also the tools from the tool kit but with no success.