How can I access the convex hull generated by MeshCollider ?

As title… if I set a MeshCollider to convex Unity generates it’s own convex hull but there doesn’t seem to be any way to access it. The MeshCollider’s sharedMesh member points to the source mesh rather than the convex one.

Is there any way to get at the convex mesh ?

Thanks.

Also wondering

bump