PowerShapeAndPowerMillAPI icon indicating copy to clipboard operation
PowerShapeAndPowerMillAPI copied to clipboard

An API for Autodesk PowerShape and PowerMill

Results 2 PowerShapeAndPowerMillAPI issues
Sort by recently updated
recently updated
newest added

Hi Luke, Hope you can help me with this. I've run below code and not sure why the toolpaths count I'm getting is 0. There are definitely toolpaths inside the...

When retrieving a PSWorkplane instance and setting its property 'IsLocked' to false, then the workplane in PowerShape remains locked. `PSWorkplane wpInstance = AppInterface.PowerShape.ActiveModel.Workplanes.FirstOrDefault(wp => wp.Name == "4.1 CNC UP");` `wpInstance.IsLocked...