Message 1 of 4
Insert stl file using C++ script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There are many samples how to insert .stl or .obj file using Python or JavaScript script. But there are no any sample for C++.
I can't call addByInsert method from :
Ptr<Component> rootComp = design->rootComponent();
auto occ = rootComp->occurrences();
what next should be?
what I doing wrong ?