How can i scope a remote point as mobile/reference location of a spring?
Mirko
Member Posts: 2 **
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!
Tagged:
0
Best Answer
-
Hi @Mirko , please refer to this post: https://discuss.ansys.com/discussion/133/using-act-how-can-i-create-a-spring-between-two-remote-points
1