Forum

Robot Python – Structural Units

Home Forums Temas ou Discussões Robot Python – Structural Units

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kaneza
    Guest
    Post count: 172

    try this

    RUCD = RobotUnitComplexData(Preferences.Units.Get(IRobotUnitType.I_UT_MOMENT))
    RUCD.E = False
    RUCD.Name = “kN”
    RUCD.Name2 = “m”
    RUCD.Precision = 2
    Preferences.Units.Set(IRobotUnitType.I_UT_MOMENT, RobotUnitData(RUCD))

    Best regards

    kaneza
    Guest
    Post count: 172

    add also

    Units.Refresh

    baave.gru
    Guest
    Post count: 172

    Thank you Stephane

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Home Forums Temas ou Discussões Robot Python – Structural Units