Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am having instance CAD Part and want to fetch Generic CAD Part using java code. Is there any
api for this.
Solved! Go to Solution.
Hi @PK_10937432
You can use EPMStructureHelper
EPMStructureHelper.service.navigateGeneric(epmdocument, null, true);
PetrH
Hi @PK_10937432
You can use EPMStructureHelper
EPMStructureHelper.service.navigateGeneric(epmdocument, null, true);
PetrH
Hello @PK_10937432,
It looks like you have a response on your topic. If it helped you solve your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Community Moderation Team.
