Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello everybody,
I'm pretty new in Solid Designer/CoCreate/Direct Modeling world and I hope I'm writing in the right place for posting my question...
I would like to try to create a simple C++ external COM client to manage CoCreate assemblies/particular.
What I want to do is something like:
1) open a CoCreate assembly;
2) write inside it some properties (string, int, double, date);
3) save the assembly;
4) close it;
5) open it again;
6) read the properties I've written at step #2;
7) save/export the assembly as PDF
😎 close the assembly.
I'm trying to do all these steps by following the 'CoCreate.OsdmObjects.chm' document provided during the CoCreate installation (C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\common\COM_.NET_API_SDK folder).
The problem is that I can not start in this... I can not create an application instance.
Is there someone here can help me or suggest me some specific websites/links where ask/learn about this topic?
Thanks,
PL