PSWorkplane instance property 'IsLocked' setter has not affection to PowerShape
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
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.
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;
- Dominant language
- C#
- Stars
- 52
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Autodesk/PowerShapeAndPowerMillAPI
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Autodesk/PowerShapeAndPowerMillAPI#34 · 3 comments ·
All issues in Autodesk/PowerShapeAndPowerMillAPI
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Type: enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
apache/arrow-adbc#4809 ·
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
microsoft/vscode-azurefunctions#5197 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
microsoft/microsoft-ui-reactor#1274 ·