From: Robert R. <tif...@ho...> - 2006-03-09 12:53:58
|
Does anyone know how to do a plain cylinder geom (not a capped cylinder geom)? The cylinder geom exists in in the C API but appears to be missing in PyODE. (of course, I could be missing something.) I find this strange because there is an ode.Mass.setCylinder AND and an ode.Mass.setCCylinder but no equivalent plain cylinder geom (i.e. no 'ode.GeomCylinder' while there is a 'ode.GeomCCylinder'). Thanks! Grant |