Skip to main content
6-Contributor
August 7, 2023
Question

STEP files

  • August 7, 2023
  • 1 reply
  • 2666 views

How to merge multiple STEP files generated for let say CAB assembly in Creo using code.

 

 

 

 

 

 

 

 

1 reply

5-Regular Member
August 7, 2023
Hi @AS_9976907!
I encourage you to bring more details and context to your initial post. For example, screenshots are useful to better understand what you are trying to do and will also increase your chance to receive meaningful help from other Community members.
Thanks for using the PTC Community!
 
6-Contributor
August 7, 2023

Here is, what I am trying to achieve, I have various STEP files having ENGINE CAD models in .asm format. Let say crankshaft, piston, ring, cylinder etc. Now how to merge these multiple STEP files having .asm into single .asm in STEP format.

 

 

21-Topaz I
August 7, 2023

One of the premises of the API is that if an operation can be performed from the User Interface then it is likely achievable from the API.

Consequently the question you need to answer is : what do you need to do from the UI perspective.
From that you will know whether / how to do it from the API perspective.