Copying Object data to Property Sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a drawing with a lot of elements, which contain Object Data. This is useful to view/edit in the properties dialog. Disadvantage is that this information (and Xdata) isn't present in NavisWorks when the DWG is added.
Therefore you need to add Property sets (manage -> Property Set Data). These show the Extended Data tab of the properties dialog. The values can be adjusted there.
To convert the data, I need to select every single element which is time consuming.
Does anyone figured out how to add property sets to a drawing and connect these to an element through Lisp?
I'd like to keep this in Lisp, because the rest of my routine is build on Lisp and I don't have Visual Studio installed on my machine (don't have the rights to install it).
The examples I found, run on AutoDesk Architect or AutoDesk MEP, but not on Civil 3D (2019).