I would like a function to determine whether a geom is placeable. Currently, I see no way to do this without either using dGeomGetClass() and using knowledge about which classes are placeable, or calling dGeomGetPosition() and checking if the pointer is NULL (which will fail in debug builds). -- Kevin Reid