Autodesk / Autodesk/PowerShapeAndPowerMillAPI
PSWorkplane instance property 'IsLocked' setter has not affection to PowerShape
Open
- Dominant language
- C#
- Stars
- 52
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
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 = false;`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.