Get Part Data

Hi @mzjensen
Is it possible to add Part.PartData to Camber in the new version?
For now I can only see PressurePart.PartData.

I will add it to the list, although there is no timeline for the next release.

2 Likes

Thank you @mzjensen for the reply. I managed to get the PartData for the pipes with Python but I was disappointed because I wanted to get all the properties under geometry also but I could not find an Enumeration or anything similar in the API for me iterate over those properties. I was only able to find PartdData which returns “as it says” the PartData only. For now I guess it is best to manually handpick which properties I need from other groups.

If you know how to get the other properties under Geometry similar to getting PartData, a hint would be much appreciated!

What do you mean by this?

I mean other properties which don’t fall under Part Data. For example the data (properties) which fall under Geometry or another group. I know I can individually get every value but i was wondering if it is possible to retrieve everything related to the pipe (part) and not only part data using the API.