Autodesk / Autodesk/PowerShapeAndPowerMillAPI

sNCProgram.Toolpaths.Count returns zero

オープン
#34 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
52
フォーク
49
PR マージ指標
30日以内にマージされた PR はありません

説明

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 NC program. Please note this is old 2017 dated project, which I want to modify and re-post. I have just checked there is no issue with a project created in 2021 version of PowerMill. I even created new NC program, added toolpaths to this freshly created NC program - same issue - Toolpath count=0

Please approach me and I can send you the whole affected project, for you to investigate this.

I've updated project to 1.1.53 in NuGet but still the same issue.

**_powerMILL = New PMAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance)
Dim pSession As PMProject = powerMILL.ActiveProject

For Each sNCProgram As PMNCProgram In pSession.NCPrograms
If sNCProgram.IsActive Then
MsgBox("Toolpaths count =" & sNCProgram.Toolpaths.Count)
End If
Next_**

![image](https://user-images.githubusercontent.com/13207483/108239423-ccef9b80-7141-11eb-919f-bb05d5babb8e.png)
![image](https://user-images.githubusercontent.com/13207483/108239634-03c5b180-7142-11eb-9cde-12d3dbedcd09.png)

Hope you can help me with this.

Cheers
Arthur

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start by reproducing the Visual Basic example against the affected 2017 project and a newly created NC program, checking PMNCProgram.Toolpaths.Count with PowerMill API version 1.1.53. Compare the result with a project created in the 2021 PowerMill version; done means determining why contained toolpaths are not counted or documenting the version-specific limitation.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
visualbasic
領域
api
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。