Translations:A2plus Workbench/154/zh-hans

From FreeCAD Documentation
Revision as of 12:10, 29 December 2019 by Renoxray (talk | contribs) (Created page with "命令{{Code|code= starWheel.Placement.Rotation.Angle = math.radians(angle)}}意味着,我们将先前获得的零件的放置属性“ Rotation.Angle”更改为“ starWhe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

命令

starWheel.Placement.Rotation.Angle = math.radians(angle)

意味着,我们将先前获得的零件的放置属性“ Rotation.Angle”更改为“ starWheel”。 此属性的角度为radian。 库“数学”中的函数“ radians()”将角度从度转换为弧度。