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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

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

Announcements


Top Tags