C# .NET get/set property sets without using aec

C# .NET get/set property sets without using aec

Anonymous
Not applicable
1,373 Views
2 Replies
Message 1 of 3

C# .NET get/set property sets without using aec

Anonymous
Not applicable

I'm looking to get and set data on property sets using the forge design automation API. I'll try not to go to much into Forge since this isn't a Forge form, but for context: forge takes a C# .NET (or VB.NET or LISP) plugin and can run its commands 'in the cloud' on one of the engines(Autocad,revit, inventor) and provide output. The forge design automation for Autocad seems to come with the interesting restriction not to include the AEC parts (https://stackoverflow.com/questions/57853402/aec-assemblies-in-forge-design-automation/57859227#5785...)

 

Is there any way to get/set property sets without aec? Perhaps using the extension dictionary directly?

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

Virupaksha_aithal
Autodesk Support
Autodesk Support

Hi,

 

Can you set/get the required values in vanilla AutoCAD without using AEC Objects (as just entities) and using dictionary directly?     

 

 



Virupaksha Aithal KM
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 3

Anonymous
Not applicable
Accepted solution

Yes, that is exactly the approach I would take, was just wondering whether someone had explored that route. I'm sure you could access the dictionaries, but the data might not be usable until you cast it to the right entities? 

Anyway, I think we can close this question as the Forge design automation engines do support aec functions, although they do not bundle the dlls needed, you can bundle them yourself. See this question: https://stackoverflow.com/questions/57853402/aec-assemblies-in-forge-design-automation/57859227?nore...

0 Likes