How can i scope a remote point as mobile/reference location of a spring?

Mirko
Mirko Member Posts: 2 **
edited June 2023 in Structures

Hi,

i am trying to create a free standing spring that is not connected to a meshed body. I created two free standing remote points and tried to scope the mobile/reference location of the spring as i do with named selections, but that doesnt work. If i scope a named selection with the same code it works perfectly fine.


Spring = Model.Connections.AddSpring()

Spring.ReferenceScopeLocation = ExtAPI.DataModel.GetObjectsByName("Remote Point")[0].Location

Spring.MobileScopeLocation = ExtAPI.DataModel.GetObjectsByName("Remote Point 2")[0].Location


Thank you in advance!

Best Answer