Ansys Learning Forum › Forums › Discuss Simulation › 3D Design › space claim script issue › Reply To: space claim script issue
November 20, 2024 at 4:45 pm
Shyam Prasad V Atri
Subscriber
Tube body also does not work and sweep body does not work (I would prefer to do it with tube body than sweep body)
Making sweep body
(If you think sweep is a good idea, please tell me why this is not working. (I did this manually not with API))
( Also can you please give me the API code to make such a thing, because the API code does not work - Â Â Â Â Â Â
      t1 = Selection.Create(GetRootPart().Bodies[j])
      t2 = Selection.Create(Selection.Create(GetRootPart().Curves[2]))
      result = Sweep.Execute(t1,t2) )
Making tube body
Both sweep and tube do not work
Â