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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

About robot route plan

CAD_Roger
8-Gravel

About robot route plan

Hello,

I have a question about creo toolkit.

I want to draw the trajectory path in the creo environment in the completed CAD file.

Do I have a way to output the drawn trajectory path lines as point data or other file types that can be read by the robot ?

According to the figure below, I want to draw the welding trajectory path on the asterisk surface. How can I use the toolkit to draw and output point data?

 

CAD_Roger_0-1583475412677.png

 

Thanks,

Roger

 

1 REPLY 1
FV
17-Peridot
17-Peridot
(To:CAD_Roger)

Using toolkit :

  • ProXsecGeometryCollect
  • ProSurfaceContourVisit
  • ProContourEdgeVisit
  • ProEdgeTesselationGet

 

IMHO, writing code is an overkill. IGES data out of X-section curve should be sufficient to program a robot, another option to make a drawing and output DXF. Another option is to use a curve driven pattern for a datum point and output patterned points  to measure.dat file with Measure tool,  and another option is to use manufacturing app to make a trajectory cutter path and use the resulting CLS file. 

HIH.

FV.

Top Tags