Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More
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
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.