Autodesk / PowerShapeAndPowerMillAPI

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

Implemented GUID property `ID` on `PMEntity`. Set on constructor. #40

Closed GeorgeKerwood closed 1 year ago

GeorgeKerwood commented 1 year ago

WARNING - Calls to DoCommandEX on the contruction of all PMEntities. May have adverse performance implications.

Added GUID property ID to PMEntity and overrode the equality operator to allow for value base equality check based on this ID.