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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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