Blitz's ODE Deleting a Trimesh

Blitz3D Forums/Blitz3D Programming/Blitz's ODE Deleting a Trimesh

syntax(Posted 2008) [#1]
I have been using the Devil Physics Engine (an old version) for my physics. It uses Blitz's native ODE and its been fine except now as I need to delete a trimesh. The Physics engine compiles data from a mesh into banks then uses ODE_dGeomTriMeshDataCreate(), ODE_dGeomTriMeshBuildSimple(), and ODE_dCreateTrimesh() to put together the trimesh. so my question once again is: what is/are the command(s) that I would have to use to delete the trimesh. Thanks for your help.