Autodesk / Autodesk/PowerShapeAndPowerMillAPI
PSWorkplane instance property 'IsLocked' setter has not affection to PowerShape
- 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
Research direction
Start by reproducing the issue with AppInterface.PowerShape.ActiveModel.Workplanes and the PSWorkplane named "4.1 CNC UP". Inspect the PSWorkplane.IsLocked setter and verify whether setting it to false changes the corresponding workplane in PowerShape. Done means the workplane is visibly unlocked after the assignment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100