Autodesk / PowerShapeAndPowerMillAPI

An API for Autodesk PowerShape and PowerMill
MIT License
31 stars 39 forks source link

Debug CreateBlockFromBoundary functions #30

Closed Feuerbowle closed 5 years ago

Feuerbowle commented 5 years ago

The CreateBlockFromBoundary and CreateBlockFromBoundaryWithLimits functions now checking if the boundary exists before creating the block.

The CreateBlockFromBoundaryWithLimits now doesn't reset the block (isn't needed because we have the ZMin and ZMax)

Added an function to Export the Block as .dmt or .stl file

lukeedw commented 5 years ago

Made, one comment, other than that I think it looks good to go.