Autodesk / Autodesk/PowerShapeAndPowerMillAPI

PSWorkplane instance property 'IsLocked' setter has not affection to PowerShape

Open
#58 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.