How to get and set the "Insulation Thickness" and "InsulationType" properties for Plant 3D using a .NET API

How to get and set the "Insulation Thickness" and "InsulationType" properties for Plant 3D using a .NET API

eduardo_salvador02
Enthusiast Enthusiast
496 Views
2 Replies
Message 1 of 3

How to get and set the "Insulation Thickness" and "InsulationType" properties for Plant 3D using a .NET API

eduardo_salvador02
Enthusiast
Enthusiast

Hello, I would like to know how I can update the "InsulationThickness" and "insulationType" properties through the .NET API for Plant 3D. I tried to use the DataLinksManager by passing the SetProperties method, however, it does not contain the properties within the "Process Line" TAB.

Does anyone know how I can update the properties of objects within Process Line?

The only thing I found was this information inside the table in SQL Server called "P3dLineGroup".

However, I need to define this directly through the API.

0 Likes
Accepted solutions (1)
497 Views
2 Replies
Replies (2)
Message 2 of 3

sreeparna_mandal
Autodesk
Autodesk
Accepted solution

Hi @eduardo_salvador02 , let me know if this helps - https://forums.autodesk.com/t5/autocad-plant-3d-forum/set-insulationdiameter-via-plant-sdk/m-p/95240... . Meanwhile, I'll connect with the plant team and try to get some sample to update the "InsulationThickness" and "insulationType" properties through .NET API 

0 Likes
Message 3 of 3

sreeparna_mandal
Autodesk
Autodesk

Plant3D team confirms that it is the way to go... set Overidden AcquisitionStatus, and then assign new value

 

0 Likes