We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation 3D Design space claim script issue Reply To: space claim script issue

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

Â