Page 1 of 1
Adding sphere
Posted: Tue Dec 26, 2017 8:34 am
by gautamr1858
How to add a sphere in opensim environment using python ?
Re: Adding sphere
Posted: Tue Dec 26, 2017 2:47 pm
by mitkof6
If you are using OpenSim V4.0 then you can attach a geometry to a body
Code: Select all
sphere = Sphere(radius);
body.attachGeometry(sphere);
http://myosin.sourceforge.net/1865/clas ... ml#details