I have written a function which determines the Create Bounding Box dimensions for cut list items. This is so we can use this SolidWorks 2013 feature in earlier versions of SolidWorks. This function requires a list of vertices and works really well. Unfortunately, bodies that have curved surfaces (e.g. cylinders) have no vertices. What's the best way to convert these curved edges into some approximate collection of vertices so that I can use them with my Bounding Box function?
SolidworksApi macros