cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

how to Retrieve copied(.asm) file by using j link programme.

sdibakar
4-Participant

how to Retrieve copied(.asm) file by using j link programme.

Screenshot (18).png

1 REPLY 1

Dear Sudhan

Maybe your Modeldescriptor isnt correct, but it is not shown in the image.

this usually works :

   ModelDescriptor modeldesc = pfcModel.ModelDescriptor_Create(ModelType.MDL_PART, "modelNameAsString",null);

   Model model = session.RetrieveModel(modeldesc);

for ASM change the ModelType to ModelType.MDL_ASSEMBLY

Top Tags