Skip to main content
5-Regular Member
April 29, 2024
Solved

I am having instance CAD Part and want to fetch Generic CAD Part using java code.

  • April 29, 2024
  • 2 replies
  • 775 views

I am having instance CAD Part and want to fetch Generic CAD Part using java code. Is there any

api for this.

Best answer by HelesicPetr

Hi @PK_10937432 

You can use EPMStructureHelper

EPMStructureHelper.service.navigateGeneric(epmdocument, null, true);

PetrH

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
April 29, 2024

Hi @PK_10937432 

You can use EPMStructureHelper

EPMStructureHelper.service.navigateGeneric(epmdocument, null, true);

PetrH

Community Moderator
May 3, 2024

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.