How to set the axis?
Options

Mr.G
Member Posts: 4
**
in Structures
I want to set the rotor axis by named selection,but it failed:
rotor_speed = analysis.AddRotationalVelocity()
rotor_speed.Magnitude.Output.SetDiscreteValue(0,Quantity(30000,'rev min^-1'))
ns = DataModel.GetObjectsByName('axis')[0]
cs = ExtAPI.SelectionManager.AddSelection(ns)
rotor_speed.Axis = ns
0
Answers
-
Hi @Mr.G which product is this in? I am afraid I don't recognise it well enough myself! If I can tag this post properly we can get it answered
0