Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Ansys discovery live , python and udp › Reply To: Ansys discovery live , python and udp
July 12, 2021 at 4:00 pm
Subscriber
Thanks RK
i used this to connect Ansys session to Rhino via python and i success to send command and control Ansys discovery live , i also use python to get some data from the connected session but some tools don't work like this
SpaceClaim.Api.V19.Unsupported.Live.Solution.GetAllSolutions
and i can't get some data like from calculator (chart)
SpaceClaim plugin for Rhino only available for Rhino 5, and i need to send data using the session connection feature, i send some commands with :
SpaceClaim.Api.V19.api.Command.Execute(command)
i used this to connect Ansys session to Rhino via python and i success to send command and control Ansys discovery live , i also use python to get some data from the connected session but some tools don't work like this
SpaceClaim.Api.V19.Unsupported.Live.Solution.GetAllSolutions

and i can't get some data like from calculator (chart)
SpaceClaim plugin for Rhino only available for Rhino 5, and i need to send data using the session connection feature, i send some commands with :
SpaceClaim.Api.V19.api.Command.Execute(command)