Forum

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

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