Skip to main content
4-Participant
January 9, 2025
Solved

Is there wayto extract named Co-ordinate systems from a published lightweight cad

  • January 9, 2025
  • 2 replies
  • 1606 views

I need to extract named coordinate system and its values from cad assembly. I know there are methods available in creoparametric toolkit. But it become inefficience considering number of cad and size of cad. 

Is there a possible way to extract the details from published light weight binary files (OL).

Saw some methods in Creoview toolkit 

Best answer by VladimirN

Similar question - "How to export a CSV file containing point coordinates from a section path?": https://community.ptc.com/t5/Analysis/How-to-export-a-CSV-file-containing-point-coordinates-from-a/td-p/780850 

2 replies

VladimirN24-Ruby IIIAnswer
24-Ruby III
January 9, 2025

Similar question - "How to export a CSV file containing point coordinates from a section path?": https://community.ptc.com/t5/Analysis/How-to-export-a-CSV-file-containing-point-coordinates-from-a/td-p/780850 

RPN
18-Opal
January 10, 2025

In Creo I would traverse the assembly, get the transformation matrix of each component, visit any csys feature in this components, and multiply this with the matrix, finally export this 4 points to a file.

You need  the assembly in a Creo session, else you don’t have the transformation. Without Creo - I have no clue, but with a light weight simplified representation this may possible as well, not sure about this. In Tcl I would think to solve this in about 45 minutes. 

 

 

 

4-Participant
January 10, 2025

Thanks for the suggestion.

 

I can able to do with creo session or creo toolkit.  but was looking from converted/ published files