I'm attempting to model the contact between the landing leg of a launch vehicle using the spatial contact force block in simscape multibody.
The geometry of the landing leg is stored in a .STEP file and I can successfully run the simulation with the contact when exporting the geometry in simscape using the convex hull option.
However, I was wondering if it's possible to view the convex hull geometry that is created in simulink as I'm not sure what this looks like and if it will be suitable for use in my model or whether I should just implement the use of spheres at the ends of the legs to model the contact. Is there a way to view the export output from the solid block that then leads into the contact force? Or, alternatively, can I import a .STEP file (or perhaps convert it first as it's not in x,y,z coordinate format) into MATLAB and calculate the convex hull using 'convhull'?
Any help would be much appreciated.
Many thanks,
Will