Skip to main content
1-Visitor
February 27, 2020
Question

I would like to get the Outer contour of a Sheet body which is an IGES file imported into Creo.

  • February 27, 2020
  • 1 reply
  • 993 views

Hi All,

 

I would like to get the Outer contour of a Sheet body which is an IGES file imported into Creo. 

I have to get this information using Pro/Toolkit. Kindly suggest a solution.

The boundary line shown in RED is what is required.

 

Regards,

-Vijay

 

 

 

1 reply

17-Peridot
February 27, 2020

You would have to visit the surfaces and then the edges for each surface within the part and then tie them together by subtracting the overlapping edges... and then scanning for the extrementy.

 

We have some function examples in CREOSON as a reference for the type of data you should be looking for.  Look for:

geometry : get_surfaces

geometry : get_edges

in the Functions List.