Translations:A2plus Workbench/128/zh-hans

From FreeCAD Documentation
  1. 我们使用1度的步幅

step = 1

  1. 每步之间等待1毫秒

timeout = 0.001

  1. 初始角度为0度

angle = 0

  1. 我们获取当前打开的文档

document = FreeCAD.activeDocument()

  1. 我们获取当前打开的文档

starWheel = document.getObject("star_wheel_001")

  1. 我们获取当前打开的文档

progressDialog = PySide.QtGui.QProgressDialog(u"Animation progress", u"Stop", 0, 360)