Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Save as STL using the API

#1
Hi Sit,


How to use the API to perform the Save Stl function,
As attached image(Test0001.png)

thanks


Attached Files Thumbnail(s)
   
#2
You can save your objects as STL files using the API by using the Save command:
Code:
object_item = RDK.Item("Object", Robolink.ITEM_TYPE_OBJECT)
RDK.Save("your-file-path.stl", object_item)
You can find more information about the Save command of the API here:
https://robodk.com/doc/en/PythonAPI/robo...olink.Save
  




Users browsing this thread:
1 Guest(s)