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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Export stl file including each entity? (Creo 4.0)

Yu_707
10-Marble

Export stl file including each entity? (Creo 4.0)

 

Hello there,

 

I tried to export an assembly file in stl format then I got the stl like below:

 

 solid  ABC(assembly name)

       ~information on location~

 endsolid ABC

 

This one describes the assembly as a single entity that has a lot of surface.

However, I'd like to export the stl file which has each entity name and its location info as this:

 

  solid A-1 (on of the parts)

        ~information on location~

  endsolid A-1

  solid A-2

        ~information on location~

  endsolid A-2

  solid B-1

    ...

    ...

 

Could you guys have any tips and solitions to export an stl file as above?

I've looked export configuration window in Creo 4.0 but could not find any options like that. 

 

Thanks for your help!

ACCEPTED SOLUTION

Accepted Solutions
remy
21-Topaz I
(To:Yu_707)

Right.

Your project requires to create some tooling and fortunately stl file format is rather "open" / Flexible.

A third party application like Talend and some scripting tool can make it. This is out of PTC's scope though and a wholesome Tooling project.
Good luck.

View solution in original post

5 REPLIES 5
remy
21-Topaz I
(To:Yu_707)

Hi 

Do you mean that you need to export an assembly as an STL that would retain the assembly organization and component locations?

Yu_707
10-Marble
(To:remy)

Hi remy, thank you for taking your time.
Yes. I'd like to have a single STL file that contains individual solids. If the solids hold their original component locations, it's the best.

remy
21-Topaz I
(To:Yu_707)

Thank you for your confirmation. 

That capability is not part of Creo Parametric. This would make for a good enhancement request.

A workaround though consists in exporting each and every components to ASCII STL and because the file format is rather "open" and flexible, you can manually concatenate the stl files.

I tested with a two part assembly and it looked like it work. Needing deeper investigation.

If the test is conclusive then you may consider automating the thing.

 

In the end what is the purpose of such an STL data structure? Maybe we can find another way if we understand the endpoint of your request.

For example, what software that STL will be imported in?

Yu_707
10-Marble
(To:remy)

Hi remy, thank you for your reply.
Okay. I hope it handles the ASCII STL containing distinct surfaces.

Unfortunately, the model that I would like to convert has more than 100 entities, so it should be processed automatically.

We would like to import the converted ASCII STL into our in-house analysis program. To set individual boundary conditions, each surface must be recognized.

remy
21-Topaz I
(To:Yu_707)

Right.

Your project requires to create some tooling and fortunately stl file format is rather "open" / Flexible.

A third party application like Talend and some scripting tool can make it. This is out of PTC's scope though and a wholesome Tooling project.
Good luck.

Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags