C 讀取和修改Inventor模型的屬性

2021-10-08 03:06:33 字數 1094 閱讀 8111

安裝inventor軟體

建立c#控制台程式,引入inventor相關dll

**獲取相關模型及屬性

using system;

using system.collections.generic;

using system.diagnostics;

using system.linq;

using system.runtime.interopservices;

using system.text;

using system.threading.tasks;

using inventor;

namespace inventortest

catch

assemblycomponentdefinition asmdef = asmdoc.componentdefinition;

foreach (componentoccurrence oocc in asmdef.occurrences)

"];// using proid to find title

inventor.property op = ops.itembypropid[(int)propertiesforsummaryinformationenum.ktitlesummaryinformation];

op.value = op.value + "new";}}

}}

屬性列表(propertysets對應表)

參考propertysets對應表

**參考

執行結果

2 1 畫素的讀取和修改

一 通過下標的方式對影象畫素進行讀取與修改 二 利用numpy庫的方式對影象畫素的讀取與修改 一 通過下標的方式對影象畫素進行讀取與修改 1 灰度影象畫素的讀取與修改 print image 100,100 訪問影象image的第100行第100列的畫素。例1 image 100,100 255 修...

C 讀取 修改Oracle資料庫

連線oracle的時候,需要在 nuget 中安裝 oracle.manageddataaccess.dll 讀取oracle的資料 id 配置資訊 data source description address protocol tcp host ip位址 port 埠號 connect data...

C語言配置檔案讀取以及修改

include paramread.h include common.h 讀取字元型別的值 int getinikeystring char dst,const char title,const char key,const char filename else else fclose fp str...