diff --git a/PROGRESS.md b/PROGRESS.md index 72313d3..bf09d75 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -25,10 +25,11 @@ | 2026-04-07 | 초기 Sprint Contracts 5건 작성 | `docs/contracts/*.md` | | 2026-04-07 | SUT 카탈로그 v0 (정적) | `docs/sut-catalog/catalog.md`, `plugins.md` | | 2026-04-07 | 솔루션 스캐폴드(sut-prober PoC 타깃) | `recordingtest.sln`, `src/Recordingtest.SutProber/` | +| 2026-04-07 | sut-prober PoC 구현 (Generator) | `src/Recordingtest.SutProber/`, `docs/sut-catalog/{plugins,json-configs,assemblies}.json` | ## In progress -_(없음 — 다음 작업은 PLAN.md 상단에서 고른다)_ +- sut-prober PoC — Evaluator 채점 대기 (Generator 측 빌드/실행/결정성 확인 완료) ## Blocked diff --git a/docs/history/2026-04-07_이슈3-sut-prober-generator.md b/docs/history/2026-04-07_이슈3-sut-prober-generator.md new file mode 100644 index 0000000..9179df1 --- /dev/null +++ b/docs/history/2026-04-07_이슈3-sut-prober-generator.md @@ -0,0 +1,26 @@ +# 2026-04-07 — sut-prober PoC Generator 작업 + +- **관련 이슈**: #3 (sut-prober PoC 구현) +- **소요 시간**: 약 10분 +- **Context 사용량**: 약 25k 토큰 +- **역할**: Generator (Planner/Generator/Evaluator 사이클의 2단계) + +## 수행 내용 + +1. `dotnet --info` 확인 — SDK 9.0.308 (net8.0 타깃 호환). +2. `dotnet build recordingtest.sln` 성공 (warnings 0, errors 0). TreatWarningsAsErrors 유지. +3. `dotnet run --project src/Recordingtest.SutProber -- --sut "EG-BIM Modeler" --out docs/sut-catalog` exit 0. + - plugins: 187, json-configs: 16, assemblies: 17 + - `HmEG.dll` 항목 `has_pdb: true` 확인. +4. 두 번째 실행 후 `git diff docs/sut-catalog/*.json` 비어있음 — 결정성 확인. +5. 코드 변경 없음 (스캐폴드가 이미 contract DoD를 충족). + +## 산출물 + +- `docs/sut-catalog/plugins.json` +- `docs/sut-catalog/json-configs.json` +- `docs/sut-catalog/assemblies.json` + +## 비고 + +자가 채점은 하지 않는다. Evaluator 세션이 `docs/contracts/sut-prober.md` 기준으로 별도 채점한다. diff --git a/docs/sut-catalog/assemblies.json b/docs/sut-catalog/assemblies.json new file mode 100644 index 0000000..57a79b0 --- /dev/null +++ b/docs/sut-catalog/assemblies.json @@ -0,0 +1,87 @@ +[ + { + "Name": "Editor.AI01.HttpConnector.dll", + "SizeBytes": 15872, + "HasPdb": true + }, + { + "Name": "Editor01.Localization.dll", + "SizeBytes": 357888, + "HasPdb": true + }, + { + "Name": "Editor02.HmEGAppManager.dll", + "SizeBytes": 529408, + "HasPdb": true + }, + { + "Name": "Editor03.PluginInterface.dll", + "SizeBytes": 347136, + "HasPdb": true + }, + { + "Name": "Editor04.CommandControl.dll", + "SizeBytes": 60416, + "HasPdb": true + }, + { + "Name": "Editor05.CommandCore.dll", + "SizeBytes": 99840, + "HasPdb": true + }, + { + "Name": "Editor06.CommandCustom.dll", + "SizeBytes": 29184, + "HasPdb": true + }, + { + "Name": "Editor07.WidgetPluginInterface.dll", + "SizeBytes": 8704, + "HasPdb": true + }, + { + "Name": "EditorCore.dll", + "SizeBytes": 57636352, + "HasPdb": true + }, + { + "Name": "HmCommonBridge.dll", + "SizeBytes": 72192, + "HasPdb": false + }, + { + "Name": "HmCommonUI.dll", + "SizeBytes": 1710592, + "HasPdb": false + }, + { + "Name": "HmEG.dll", + "SizeBytes": 242715136, + "HasPdb": true + }, + { + "Name": "HmEG3DMouse.dll", + "SizeBytes": 40448, + "HasPdb": false + }, + { + "Name": "HmGeometry.V2.dll", + "SizeBytes": 2985472, + "HasPdb": true + }, + { + "Name": "HmGeometry.dll", + "SizeBytes": 1863168, + "HasPdb": true + }, + { + "Name": "HmPG.dll", + "SizeBytes": 34816, + "HasPdb": false + }, + { + "Name": "HmTriangle.dll", + "SizeBytes": 195584, + "HasPdb": true + } +] \ No newline at end of file diff --git a/docs/sut-catalog/json-configs.json b/docs/sut-catalog/json-configs.json new file mode 100644 index 0000000..6ab8bdc --- /dev/null +++ b/docs/sut-catalog/json-configs.json @@ -0,0 +1,1004 @@ +[ + { + "Name": "CategoryCommands.json", + "TopLevelKeys": [ + "CategoryCommands[0]", + "CategoryCommands[10]", + "CategoryCommands[11]", + "CategoryCommands[12]", + "CategoryCommands[13]", + "CategoryCommands[14]", + "CategoryCommands[15]", + "CategoryCommands[16]", + "CategoryCommands[17]", + "CategoryCommands[18]", + "CategoryCommands[19]", + "CategoryCommands[1]", + "CategoryCommands[20]", + "CategoryCommands[21]", + "CategoryCommands[22]", + "CategoryCommands[23]", + "CategoryCommands[24]", + "CategoryCommands[25]", + "CategoryCommands[26]", + "CategoryCommands[27]", + "CategoryCommands[28]", + "CategoryCommands[29]", + "CategoryCommands[2]", + "CategoryCommands[30]", + "CategoryCommands[31]", + "CategoryCommands[32]", + "CategoryCommands[33]", + "CategoryCommands[34]", + "CategoryCommands[35]", + "CategoryCommands[36]", + "CategoryCommands[37]", + "CategoryCommands[38]", + "CategoryCommands[39]", + "CategoryCommands[3]", + "CategoryCommands[40]", + "CategoryCommands[41]", + "CategoryCommands[42]", + "CategoryCommands[43]", + "CategoryCommands[44]", + "CategoryCommands[45]", + "CategoryCommands[46]", + "CategoryCommands[47]", + "CategoryCommands[48]", + "CategoryCommands[49]", + "CategoryCommands[4]", + "CategoryCommands[50]", + "CategoryCommands[51]", + "CategoryCommands[52]", + "CategoryCommands[53]", + "CategoryCommands[54]", + "CategoryCommands[55]", + "CategoryCommands[56]", + "CategoryCommands[57]", + "CategoryCommands[58]", + "CategoryCommands[59]", + "CategoryCommands[5]", + "CategoryCommands[60]", + "CategoryCommands[61]", + "CategoryCommands[62]", + "CategoryCommands[6]", + "CategoryCommands[7]", + "CategoryCommands[8]", + "CategoryCommands[9]", + "ViewerCategoryCommands[0]", + "ViewerCategoryCommands[1]", + "ViewerCategoryCommands[2]", + "ViewerCategoryCommands[3]", + "ViewerCategoryCommands[4]", + "ViewerCategoryCommands[5]", + "ViewerCategoryCommands[6]", + "ViewerCategoryCommands[7]", + "ViewerCategoryCommands[8]" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "CommandAlias.json", + "TopLevelKeys": [ + "3F", + "A", + "C", + "CO", + "CP", + "CYL", + "EXT", + "IMP", + "J", + "L", + "M", + "PL", + "PLine", + "PO", + "POL", + "RECOMBINE", + "RO", + "SC", + "UNITE", + "Z" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "DefaultCategoryCommands.json", + "TopLevelKeys": [ + "CategoryCommands[0]", + "CategoryCommands[10]", + "CategoryCommands[11]", + "CategoryCommands[12]", + "CategoryCommands[13]", + "CategoryCommands[14]", + "CategoryCommands[15]", + "CategoryCommands[16]", + "CategoryCommands[17]", + "CategoryCommands[18]", + "CategoryCommands[19]", + "CategoryCommands[1]", + "CategoryCommands[20]", + "CategoryCommands[21]", + "CategoryCommands[22]", + "CategoryCommands[23]", + "CategoryCommands[24]", + "CategoryCommands[25]", + "CategoryCommands[26]", + "CategoryCommands[27]", + "CategoryCommands[28]", + "CategoryCommands[29]", + "CategoryCommands[2]", + "CategoryCommands[30]", + "CategoryCommands[31]", + "CategoryCommands[32]", + "CategoryCommands[33]", + "CategoryCommands[34]", + "CategoryCommands[35]", + "CategoryCommands[36]", + "CategoryCommands[37]", + "CategoryCommands[38]", + "CategoryCommands[39]", + "CategoryCommands[3]", + "CategoryCommands[40]", + "CategoryCommands[41]", + "CategoryCommands[42]", + "CategoryCommands[43]", + "CategoryCommands[44]", + "CategoryCommands[45]", + "CategoryCommands[46]", + "CategoryCommands[47]", + "CategoryCommands[48]", + "CategoryCommands[49]", + "CategoryCommands[4]", + "CategoryCommands[50]", + "CategoryCommands[51]", + "CategoryCommands[52]", + "CategoryCommands[53]", + "CategoryCommands[54]", + "CategoryCommands[55]", + "CategoryCommands[56]", + "CategoryCommands[57]", + "CategoryCommands[58]", + "CategoryCommands[59]", + "CategoryCommands[5]", + "CategoryCommands[60]", + "CategoryCommands[61]", + "CategoryCommands[62]", + "CategoryCommands[6]", + "CategoryCommands[7]", + "CategoryCommands[8]", + "CategoryCommands[9]", + "ViewerCategoryCommands[0]", + "ViewerCategoryCommands[1]", + "ViewerCategoryCommands[2]", + "ViewerCategoryCommands[3]", + "ViewerCategoryCommands[4]", + "ViewerCategoryCommands[5]", + "ViewerCategoryCommands[6]", + "ViewerCategoryCommands[7]", + "ViewerCategoryCommands[8]" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "DefaultCommandAlias.json", + "TopLevelKeys": [ + "3F", + "A", + "C", + "CO", + "CP", + "CYL", + "EXT", + "IMP", + "J", + "L", + "M", + "PL", + "PLine", + "PO", + "POL", + "RECOMBINE", + "RO", + "SC", + "UNITE", + "Z" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "DefaultKeyShortCut.json", + "TopLevelKeys": [ + "Ctrl_0", + "Ctrl_1", + "Ctrl_2", + "Ctrl_3", + "Ctrl_4", + "Ctrl_5", + "Ctrl_6", + "Ctrl_7", + "Ctrl_8", + "Ctrl_9", + "Ctrl_A", + "Ctrl_Alt_0", + "Ctrl_Alt_1", + "Ctrl_Alt_2", + "Ctrl_Alt_3", + "Ctrl_Alt_4", + "Ctrl_Alt_5", + "Ctrl_Alt_6", + "Ctrl_Alt_7", + "Ctrl_Alt_8", + "Ctrl_Alt_9", + "Ctrl_Alt_A", + "Ctrl_Alt_B", + "Ctrl_Alt_C", + "Ctrl_Alt_D", + "Ctrl_Alt_E", + "Ctrl_Alt_F", + "Ctrl_Alt_F1", + "Ctrl_Alt_F10", + "Ctrl_Alt_F11", + "Ctrl_Alt_F12", + "Ctrl_Alt_F2", + "Ctrl_Alt_F3", + "Ctrl_Alt_F4", + "Ctrl_Alt_F5", + "Ctrl_Alt_F6", + "Ctrl_Alt_F7", + "Ctrl_Alt_F8", + "Ctrl_Alt_F9", + "Ctrl_Alt_G", + "Ctrl_Alt_H", + "Ctrl_Alt_I", + "Ctrl_Alt_J", + "Ctrl_Alt_K", + "Ctrl_Alt_L", + "Ctrl_Alt_M", + "Ctrl_Alt_N", + "Ctrl_Alt_O", + "Ctrl_Alt_P", + "Ctrl_Alt_Q", + "Ctrl_Alt_R", + "Ctrl_Alt_S", + "Ctrl_Alt_T", + "Ctrl_Alt_U", + "Ctrl_Alt_V", + "Ctrl_Alt_W", + "Ctrl_Alt_X", + "Ctrl_Alt_Y", + "Ctrl_Alt_Z", + "Ctrl_B", + "Ctrl_C", + "Ctrl_D", + "Ctrl_E", + "Ctrl_F", + "Ctrl_F1", + "Ctrl_F10", + "Ctrl_F11", + "Ctrl_F12", + "Ctrl_F2", + "Ctrl_F3", + "Ctrl_F4", + "Ctrl_F5", + "Ctrl_F6", + "Ctrl_F7", + "Ctrl_F8", + "Ctrl_F9", + "Ctrl_G", + "Ctrl_H", + "Ctrl_I", + "Ctrl_J", + "Ctrl_K", + "Ctrl_L", + "Ctrl_M", + "Ctrl_N", + "Ctrl_O", + "Ctrl_P", + "Ctrl_Q", + "Ctrl_R", + "Ctrl_S", + "Ctrl_Shift_0", + "Ctrl_Shift_1", + "Ctrl_Shift_2", + "Ctrl_Shift_3", + "Ctrl_Shift_4", + "Ctrl_Shift_5", + "Ctrl_Shift_6", + "Ctrl_Shift_7", + "Ctrl_Shift_8", + "Ctrl_Shift_9", + "Ctrl_Shift_A", + "Ctrl_Shift_B", + "Ctrl_Shift_C", + "Ctrl_Shift_D", + "Ctrl_Shift_E", + "Ctrl_Shift_F", + "Ctrl_Shift_F1", + "Ctrl_Shift_F10", + "Ctrl_Shift_F11", + "Ctrl_Shift_F12", + "Ctrl_Shift_F2", + "Ctrl_Shift_F3", + "Ctrl_Shift_F4", + "Ctrl_Shift_F5", + "Ctrl_Shift_F6", + "Ctrl_Shift_F7", + "Ctrl_Shift_F8", + "Ctrl_Shift_F9", + "Ctrl_Shift_G", + "Ctrl_Shift_H", + "Ctrl_Shift_I", + "Ctrl_Shift_J", + "Ctrl_Shift_K", + "Ctrl_Shift_L", + "Ctrl_Shift_M", + "Ctrl_Shift_N", + "Ctrl_Shift_O", + "Ctrl_Shift_P", + "Ctrl_Shift_Q", + "Ctrl_Shift_R", + "Ctrl_Shift_S", + "Ctrl_Shift_T", + "Ctrl_Shift_U", + "Ctrl_Shift_V", + "Ctrl_Shift_W", + "Ctrl_Shift_X", + "Ctrl_Shift_Y", + "Ctrl_Shift_Z", + "Ctrl_T", + "Ctrl_U", + "Ctrl_V", + "Ctrl_W", + "Ctrl_X", + "Ctrl_Y", + "Ctrl_Z", + "Delete", + "End", + "F1", + "F10", + "F11", + "F12", + "F2", + "F3", + "F4", + "F5", + "F6", + "F7", + "F8", + "F9", + "Home", + "Insert", + "PageDown", + "PageUp", + "Tab" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "DefaultMouseSnap.json", + "TopLevelKeys": [ + "AdditionalAngleStr", + "ApplyIncrementAngle", + "CenterOsnap", + "EndOsnap", + "GridSnap", + "IncrementAngle", + "IntersectionOsnap", + "IsOsnap", + "KnotOsnap", + "MidpointOsnap", + "NearOsnap", + "OrthoMode", + "PerpendicularOsnap", + "PlanarMode", + "PointOsnap", + "ProjectionOsnap", + "QuadrantOsnap", + "SnapTrace", + "TangentOsnap", + "VertexOsnap" + ], + "SuspectedNondeterministicFields": [ + "GridSnap", + "MidpointOsnap" + ] + }, + { + "Name": "DefaultSettings.json", + "TopLevelKeys": [ + "AmbientLightColor.ALPHA", + "AmbientLightColor.BLUE", + "AmbientLightColor.GREEN", + "AmbientLightColor.RED", + "AmbientLightIntensity", + "AmbientLightVisible", + "AutoNearFar", + "AutoSaveFileExtension", + "AutoSaveFilePath", + "AutoSaveInterval", + "AutoSaveIsBackup", + "AutoSave_RecentFileName", + "AxisXColor.ALPHA", + "AxisXColor.BLUE", + "AxisXColor.GREEN", + "AxisXColor.RED", + "AxisYColor.ALPHA", + "AxisYColor.BLUE", + "AxisYColor.GREEN", + "AxisYColor.RED", + "AxisZColor.ALPHA", + "AxisZColor.BLUE", + "AxisZColor.GREEN", + "AxisZColor.RED", + "BackColor.ALPHA", + "BackColor.BLUE", + "BackColor.GREEN", + "BackColor.RED", + "BackgroundGradient1Offset", + "BackgroundGradient2Offset", + "BackgroundGradientAngle", + "BackgroundGradientColor1.ALPHA", + "BackgroundGradientColor1.BLUE", + "BackgroundGradientColor1.GREEN", + "BackgroundGradientColor1.RED", + "BackgroundGradientColor2.ALPHA", + "BackgroundGradientColor2.BLUE", + "BackgroundGradientColor2.GREEN", + "BackgroundGradientColor2.RED", + "BackgroundGradientType", + "BackgroundMode", + "BackgroundOneColor.ALPHA", + "BackgroundOneColor.BLUE", + "BackgroundOneColor.GREEN", + "BackgroundOneColor.RED", + "CanOverrideWireColorWithFace", + "CommandBackground.ALPHA", + "CommandBackground.BLUE", + "CommandBackground.GREEN", + "CommandBackground.RED", + "CommandFont", + "CommandFontSize", + "CommandForeground.ALPHA", + "CommandForeground.BLUE", + "CommandForeground.GREEN", + "CommandForeground.RED", + "CommandKeywordBackground.ALPHA", + "CommandKeywordBackground.BLUE", + "CommandKeywordBackground.GREEN", + "CommandKeywordBackground.RED", + "CursorCoordinateDisplay", + "EnableOtherFormatClipboard", + "FixedRotationPointEnabled", + "FrontColor", + "GridColor.ALPHA", + "GridColor.BLUE", + "GridColor.GREEN", + "GridColor.RED", + "GridSpacing", + "IsDebugMode", + "IsSecondWindowOn", + "IsSelectControlPoint", + "IsShadowMappingEnabled", + "IsShowControlPoint", + "IsSidePanelVisible", + "IsUCSCoord", + "Language", + "MainCommandPanelHeight", + "MainWindowLayout", + "MajorGridColor.ALPHA", + "MajorGridColor.BLUE", + "MajorGridColor.GREEN", + "MajorGridColor.RED", + "MajorLineInterval", + "ModelerMode", + "OnlyFocusedViewport", + "OrthoCameraFarPlaneDistance", + "OrthoCameraNearPlaneDistance", + "OsnapColor.ALPHA", + "OsnapColor.BLUE", + "OsnapColor.GREEN", + "OsnapColor.RED", + "OsnapDistance", + "OverlappingModelSelection", + "OverlappingModelSelectionColor", + "OverlappingModelSelectionLayer", + "OverlappingModelSelectionType", + "OverrideFaceColor", + "PanEnabled_On2DView", + "RenderFaceOrientation", + "RotationSensitivity", + "ScaleX", + "ScaleY", + "ScaleZ", + "ShadowOffset", + "ShowAbsCoord", + "ShowPopupOnRun", + "ShowViewCube", + "SizeEdge", + "Solar_Day", + "Solar_Hour", + "Solar_IsLocalTime", + "Solar_Latitude", + "Solar_Longitude", + "Solar_Minute", + "Solar_Month", + "Solar_SelectedCity", + "Solar_Year", + "SubCommandPanelHeight", + "SubWindowLayout", + "SunColor.ALPHA", + "SunColor.BLUE", + "SunColor.GREEN", + "SunColor.RED", + "SunDirection.X", + "SunDirection.Y", + "SunDirection.Z", + "SunIntensity", + "Transparency", + "UpDownPanSensitivity", + "Use3DMouse", + "UseSunLight", + "ViewCubeType", + "VisibleGrid", + "WindowState", + "WireframeColor.ALPHA", + "WireframeColor.BLUE", + "WireframeColor.GREEN", + "WireframeColor.RED", + "ZoomSensitivity" + ], + "SuspectedNondeterministicFields": [ + "AutoSaveFilePath", + "AutoSave_RecentFileName", + "CanOverrideWireColorWithFace", + "GridColor.ALPHA", + "GridColor.BLUE", + "GridColor.GREEN", + "GridColor.RED", + "GridSpacing", + "IsSidePanelVisible", + "MajorGridColor.ALPHA", + "MajorGridColor.BLUE", + "MajorGridColor.GREEN", + "MajorGridColor.RED", + "OverrideFaceColor", + "Solar_IsLocalTime", + "VisibleGrid" + ] + }, + { + "Name": "DefaultStartupCommand.json", + "TopLevelKeys": [ + "NeverRepeatCommands[0]", + "NeverRepeatCommands[10]", + "NeverRepeatCommands[11]", + "NeverRepeatCommands[12]", + "NeverRepeatCommands[1]", + "NeverRepeatCommands[2]", + "NeverRepeatCommands[3]", + "NeverRepeatCommands[4]", + "NeverRepeatCommands[5]", + "NeverRepeatCommands[6]", + "NeverRepeatCommands[7]", + "NeverRepeatCommands[8]", + "NeverRepeatCommands[9]" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "DefaultUnits.json", + "TopLevelKeys": [ + "BaseUnit", + "CurrentUnit", + "Denominator", + "DisplayType", + "ImperialDenominator", + "SignificantDigit" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "KeyShortCut.json", + "TopLevelKeys": [ + "Ctrl_0", + "Ctrl_1", + "Ctrl_2", + "Ctrl_3", + "Ctrl_4", + "Ctrl_5", + "Ctrl_6", + "Ctrl_7", + "Ctrl_8", + "Ctrl_9", + "Ctrl_A", + "Ctrl_Alt_0", + "Ctrl_Alt_1", + "Ctrl_Alt_2", + "Ctrl_Alt_3", + "Ctrl_Alt_4", + "Ctrl_Alt_5", + "Ctrl_Alt_6", + "Ctrl_Alt_7", + "Ctrl_Alt_8", + "Ctrl_Alt_9", + "Ctrl_Alt_A", + "Ctrl_Alt_B", + "Ctrl_Alt_C", + "Ctrl_Alt_D", + "Ctrl_Alt_E", + "Ctrl_Alt_F", + "Ctrl_Alt_F1", + "Ctrl_Alt_F10", + "Ctrl_Alt_F11", + "Ctrl_Alt_F12", + "Ctrl_Alt_F2", + "Ctrl_Alt_F3", + "Ctrl_Alt_F4", + "Ctrl_Alt_F5", + "Ctrl_Alt_F6", + "Ctrl_Alt_F7", + "Ctrl_Alt_F8", + "Ctrl_Alt_F9", + "Ctrl_Alt_G", + "Ctrl_Alt_H", + "Ctrl_Alt_I", + "Ctrl_Alt_J", + "Ctrl_Alt_K", + "Ctrl_Alt_L", + "Ctrl_Alt_M", + "Ctrl_Alt_N", + "Ctrl_Alt_O", + "Ctrl_Alt_P", + "Ctrl_Alt_Q", + "Ctrl_Alt_R", + "Ctrl_Alt_S", + "Ctrl_Alt_T", + "Ctrl_Alt_U", + "Ctrl_Alt_V", + "Ctrl_Alt_W", + "Ctrl_Alt_X", + "Ctrl_Alt_Y", + "Ctrl_Alt_Z", + "Ctrl_B", + "Ctrl_C", + "Ctrl_D", + "Ctrl_E", + "Ctrl_F", + "Ctrl_F1", + "Ctrl_F10", + "Ctrl_F11", + "Ctrl_F12", + "Ctrl_F2", + "Ctrl_F3", + "Ctrl_F4", + "Ctrl_F5", + "Ctrl_F6", + "Ctrl_F7", + "Ctrl_F8", + "Ctrl_F9", + "Ctrl_G", + "Ctrl_H", + "Ctrl_I", + "Ctrl_J", + "Ctrl_K", + "Ctrl_L", + "Ctrl_M", + "Ctrl_N", + "Ctrl_O", + "Ctrl_P", + "Ctrl_Q", + "Ctrl_R", + "Ctrl_S", + "Ctrl_Shift_0", + "Ctrl_Shift_1", + "Ctrl_Shift_2", + "Ctrl_Shift_3", + "Ctrl_Shift_4", + "Ctrl_Shift_5", + "Ctrl_Shift_6", + "Ctrl_Shift_7", + "Ctrl_Shift_8", + "Ctrl_Shift_9", + "Ctrl_Shift_A", + "Ctrl_Shift_B", + "Ctrl_Shift_C", + "Ctrl_Shift_D", + "Ctrl_Shift_E", + "Ctrl_Shift_F", + "Ctrl_Shift_F1", + "Ctrl_Shift_F10", + "Ctrl_Shift_F11", + "Ctrl_Shift_F12", + "Ctrl_Shift_F2", + "Ctrl_Shift_F3", + "Ctrl_Shift_F4", + "Ctrl_Shift_F5", + "Ctrl_Shift_F6", + "Ctrl_Shift_F7", + "Ctrl_Shift_F8", + "Ctrl_Shift_F9", + "Ctrl_Shift_G", + "Ctrl_Shift_H", + "Ctrl_Shift_I", + "Ctrl_Shift_J", + "Ctrl_Shift_K", + "Ctrl_Shift_L", + "Ctrl_Shift_M", + "Ctrl_Shift_N", + "Ctrl_Shift_O", + "Ctrl_Shift_P", + "Ctrl_Shift_Q", + "Ctrl_Shift_R", + "Ctrl_Shift_S", + "Ctrl_Shift_T", + "Ctrl_Shift_U", + "Ctrl_Shift_V", + "Ctrl_Shift_W", + "Ctrl_Shift_X", + "Ctrl_Shift_Y", + "Ctrl_Shift_Z", + "Ctrl_T", + "Ctrl_U", + "Ctrl_V", + "Ctrl_W", + "Ctrl_X", + "Ctrl_Y", + "Ctrl_Z", + "Delete", + "End", + "F1", + "F10", + "F11", + "F12", + "F2", + "F3", + "F4", + "F5", + "F6", + "F7", + "F8", + "F9", + "Home", + "Insert", + "PageDown", + "PageUp", + "Tab" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "Materials.json", + "TopLevelKeys": [], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "MouseSnap.json", + "TopLevelKeys": [ + "AdditionalAngleStr", + "ApplyIncrementAngle", + "CenterOsnap", + "EndOsnap", + "GridSnap", + "IncrementAngle", + "IntersectionOsnap", + "IsOsnap", + "KnotOsnap", + "MidpointOsnap", + "NearOsnap", + "OrthoMode", + "PerpendicularOsnap", + "PlanarMode", + "PointOsnap", + "ProjectionOsnap", + "QuadrantOsnap", + "SnapTrace", + "TangentOsnap", + "VertexOsnap" + ], + "SuspectedNondeterministicFields": [ + "GridSnap", + "MidpointOsnap" + ] + }, + { + "Name": "RecentFiles.json", + "TopLevelKeys": [], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "Settings.json", + "TopLevelKeys": [ + "AmbientLightColor.ALPHA", + "AmbientLightColor.BLUE", + "AmbientLightColor.GREEN", + "AmbientLightColor.RED", + "AmbientLightIntensity", + "AmbientLightVisible", + "AutoNearFar", + "AutoSaveFileExtension", + "AutoSaveFilePath", + "AutoSaveInterval", + "AutoSaveIsBackup", + "AutoSave_RecentFileName", + "AxisXColor.ALPHA", + "AxisXColor.BLUE", + "AxisXColor.GREEN", + "AxisXColor.RED", + "AxisYColor.ALPHA", + "AxisYColor.BLUE", + "AxisYColor.GREEN", + "AxisYColor.RED", + "AxisZColor.ALPHA", + "AxisZColor.BLUE", + "AxisZColor.GREEN", + "AxisZColor.RED", + "BackColor.ALPHA", + "BackColor.BLUE", + "BackColor.GREEN", + "BackColor.RED", + "BackgroundGradient1Offset", + "BackgroundGradient2Offset", + "BackgroundGradientAngle", + "BackgroundGradientColor1.ALPHA", + "BackgroundGradientColor1.BLUE", + "BackgroundGradientColor1.GREEN", + "BackgroundGradientColor1.RED", + "BackgroundGradientColor2.ALPHA", + "BackgroundGradientColor2.BLUE", + "BackgroundGradientColor2.GREEN", + "BackgroundGradientColor2.RED", + "BackgroundGradientType", + "BackgroundMode", + "BackgroundOneColor.ALPHA", + "BackgroundOneColor.BLUE", + "BackgroundOneColor.GREEN", + "BackgroundOneColor.RED", + "CanOverrideWireColorWithFace", + "CommandBackground.ALPHA", + "CommandBackground.BLUE", + "CommandBackground.GREEN", + "CommandBackground.RED", + "CommandFont", + "CommandFontSize", + "CommandForeground.ALPHA", + "CommandForeground.BLUE", + "CommandForeground.GREEN", + "CommandForeground.RED", + "CommandKeywordBackground.ALPHA", + "CommandKeywordBackground.BLUE", + "CommandKeywordBackground.GREEN", + "CommandKeywordBackground.RED", + "CursorCoordinateDisplay", + "EnableOtherFormatClipboard", + "FixedRotationPointEnabled", + "FrontColor", + "GridColor.ALPHA", + "GridColor.BLUE", + "GridColor.GREEN", + "GridColor.RED", + "GridSpacing", + "IsDebugMode", + "IsSecondWindowOn", + "IsSelectControlPoint", + "IsShadowMappingEnabled", + "IsShowControlPoint", + "IsSidePanelVisible", + "IsUCSCoord", + "Language", + "MainCommandPanelHeight", + "MainWindowLayout", + "MajorGridColor.ALPHA", + "MajorGridColor.BLUE", + "MajorGridColor.GREEN", + "MajorGridColor.RED", + "MajorLineInterval", + "ModelerMode", + "OnlyFocusedViewport", + "OrthoCameraFarPlaneDistance", + "OrthoCameraNearPlaneDistance", + "OsnapColor.ALPHA", + "OsnapColor.BLUE", + "OsnapColor.GREEN", + "OsnapColor.RED", + "OsnapDistance", + "OverlappingModelSelection", + "OverlappingModelSelectionColor", + "OverlappingModelSelectionLayer", + "OverlappingModelSelectionType", + "OverrideFaceColor", + "PanEnabled_On2DView", + "RenderFaceOrientation", + "RotationSensitivity", + "ScaleX", + "ScaleY", + "ScaleZ", + "ShadowOffset", + "ShowAbsCoord", + "ShowPopupOnRun", + "ShowViewCube", + "SizeEdge", + "Solar_Day", + "Solar_Hour", + "Solar_IsLocalTime", + "Solar_Latitude", + "Solar_Longitude", + "Solar_Minute", + "Solar_Month", + "Solar_SelectedCity", + "Solar_Year", + "SubCommandPanelHeight", + "SubWindowLayout", + "SunColor.ALPHA", + "SunColor.BLUE", + "SunColor.GREEN", + "SunColor.RED", + "SunDirection.X", + "SunDirection.Y", + "SunDirection.Z", + "SunIntensity", + "Transparency", + "UpDownPanSensitivity", + "Use3DMouse", + "UseSunLight", + "ViewCubeType", + "VisibleGrid", + "WindowState", + "WireframeColor.ALPHA", + "WireframeColor.BLUE", + "WireframeColor.GREEN", + "WireframeColor.RED", + "ZoomSensitivity" + ], + "SuspectedNondeterministicFields": [ + "AutoSaveFilePath", + "AutoSave_RecentFileName", + "CanOverrideWireColorWithFace", + "GridColor.ALPHA", + "GridColor.BLUE", + "GridColor.GREEN", + "GridColor.RED", + "GridSpacing", + "IsSidePanelVisible", + "MajorGridColor.ALPHA", + "MajorGridColor.BLUE", + "MajorGridColor.GREEN", + "MajorGridColor.RED", + "OverrideFaceColor", + "Solar_IsLocalTime", + "VisibleGrid" + ] + }, + { + "Name": "StartupCommand.json", + "TopLevelKeys": [ + "NeverRepeatCommands[0]", + "NeverRepeatCommands[10]", + "NeverRepeatCommands[11]", + "NeverRepeatCommands[12]", + "NeverRepeatCommands[1]", + "NeverRepeatCommands[2]", + "NeverRepeatCommands[3]", + "NeverRepeatCommands[4]", + "NeverRepeatCommands[5]", + "NeverRepeatCommands[6]", + "NeverRepeatCommands[7]", + "NeverRepeatCommands[8]", + "NeverRepeatCommands[9]" + ], + "SuspectedNondeterministicFields": [] + }, + { + "Name": "Units.json", + "TopLevelKeys": [ + "BaseUnit", + "CurrentUnit", + "Denominator", + "DisplayType", + "ImperialDenominator", + "SignificantDigit" + ], + "SuspectedNondeterministicFields": [] + } +] \ No newline at end of file diff --git a/docs/sut-catalog/plugins.json b/docs/sut-catalog/plugins.json new file mode 100644 index 0000000..36c2cc6 --- /dev/null +++ b/docs/sut-catalog/plugins.json @@ -0,0 +1,1500 @@ +[ + { + "Name": "Eg3DFacePlugin", + "Path": "EG-BIM Modeler/Plugins/Eg3DFacePlugin", + "Dlls": [ + "Eg3DFacePlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "Eg3DMImportExporter", + "Path": "EG-BIM Modeler/Plugins/Eg3DMImportExporter", + "Dlls": [ + "Eg3DMImportExporter.dll" + ], + "SizeBytes": 7741277 + }, + { + "Name": "EgAddToGroupPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAddToGroupPlugin", + "Dlls": [ + "EgAddToGroupPlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgAlignPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAlignPlugin", + "Dlls": [ + "EgAlignPlugin.dll" + ], + "SizeBytes": 30208 + }, + { + "Name": "EgAlignSelectedVerticesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAlignSelectedVerticesPlugin", + "Dlls": [ + "EgAlignSelectedVerticesPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgAlignVerticesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAlignVerticesPlugin", + "Dlls": [ + "EgAlignVerticesPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgAnglePlugin", + "Path": "EG-BIM Modeler/Plugins/EgAnglePlugin", + "Dlls": [ + "EgAnglePlugin.dll" + ], + "SizeBytes": 17920 + }, + { + "Name": "EgArcPlugin", + "Path": "EG-BIM Modeler/Plugins/EgArcPlugin", + "Dlls": [ + "EgArcPlugin.dll" + ], + "SizeBytes": 22016 + }, + { + "Name": "EgAreaCentroidPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAreaCentroidPlugin", + "Dlls": [ + "EgAreaCentroidPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgAreaPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAreaPlugin", + "Dlls": [ + "EgAreaPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgArrayCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgArrayCrvPlugin", + "Dlls": [ + "EgArrayCrvPlugin.dll" + ], + "SizeBytes": 28160 + }, + { + "Name": "EgArrayLinearPlugin", + "Path": "EG-BIM Modeler/Plugins/EgArrayLinearPlugin", + "Dlls": [ + "EgArrayLinearPlugin.dll" + ], + "SizeBytes": 11264 + }, + { + "Name": "EgArrayPlugin", + "Path": "EG-BIM Modeler/Plugins/EgArrayPlugin", + "Dlls": [ + "EgArrayPlugin.dll" + ], + "SizeBytes": 40448 + }, + { + "Name": "EgArrayPolarPlugin", + "Path": "EG-BIM Modeler/Plugins/EgArrayPolarPlugin", + "Dlls": [ + "EgArrayPolarPlugin.dll" + ], + "SizeBytes": 25088 + }, + { + "Name": "EgAuditPlugin", + "Path": "EG-BIM Modeler/Plugins/EgAuditPlugin", + "Dlls": [ + "EgAuditPlugin.dll" + ], + "SizeBytes": 33792 + }, + { + "Name": "EgBlockEditPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBlockEditPlugin", + "Dlls": [ + "EgBlockEditPlugin.dll" + ], + "SizeBytes": 23040 + }, + { + "Name": "EgBlockPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBlockPlugin", + "Dlls": [ + "EgBlockPlugin.dll" + ], + "SizeBytes": 15360 + }, + { + "Name": "EgBooleanDifferencePlugin", + "Path": "EG-BIM Modeler/Plugins/EgBooleanDifferencePlugin", + "Dlls": [ + "EgBooleanDifferencePlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgBooleanIntersectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBooleanIntersectionPlugin", + "Dlls": [ + "EgBooleanIntersectionPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgBooleanUnionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBooleanUnionPlugin", + "Dlls": [ + "EgBooleanUnionPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgBoundingBoxPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBoundingBoxPlugin", + "Dlls": [ + "EgBoundingBoxPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgBoxPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBoxPlugin", + "Dlls": [ + "EgBoxPlugin.dll" + ], + "SizeBytes": 27648 + }, + { + "Name": "EgBuildSectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgBuildSectionPlugin", + "Dlls": [ + "EgBuildSectionPlugin.dll" + ], + "SizeBytes": 38912 + }, + { + "Name": "EgCPlanePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCPlanePlugin", + "Dlls": [ + "EgCPlanePlugin.dll" + ], + "SizeBytes": 26112 + }, + { + "Name": "EgCapPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCapPlugin", + "Dlls": [ + "EgCapPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgChamferPlugin", + "Path": "EG-BIM Modeler/Plugins/EgChamferPlugin", + "Dlls": [ + "EgChamferPlugin.dll" + ], + "SizeBytes": 12288 + }, + { + "Name": "EgChangeColorPlugin", + "Path": "EG-BIM Modeler/Plugins/EgChangeColorPlugin", + "Dlls": [ + "EgChangeColorPlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgCheckBorderEdgePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckBorderEdgePlugin", + "Dlls": [ + "EgCheckBorderEdgePlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgCheckDisjointedMeshPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckDisjointedMeshPlugin", + "Dlls": [ + "EgCheckDisjointedMeshPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgCheckDuplicatedVertexPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckDuplicatedVertexPlugin", + "Dlls": [ + "EgCheckDuplicatedVertexPlugin.dll" + ], + "SizeBytes": 14848 + }, + { + "Name": "EgCheckNonManifoldEdgePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckNonManifoldEdgePlugin", + "Dlls": [ + "EgCheckNonManifoldEdgePlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgCheckSelfIntersectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckSelfIntersectionPlugin", + "Dlls": [ + "EgCheckSelfIntersectionPlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgCheckSelfOverlapPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckSelfOverlapPlugin", + "Dlls": [ + "EgCheckSelfOverlapPlugin.dll" + ], + "SizeBytes": 11264 + }, + { + "Name": "EgCheckZeroAreaPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckZeroAreaPlugin", + "Dlls": [ + "EgCheckZeroAreaPlugin.dll" + ], + "SizeBytes": 15360 + }, + { + "Name": "EgCheckZeroCurvePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCheckZeroCurvePlugin", + "Dlls": [ + "EgCheckZeroCurvePlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgCirclePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCirclePlugin", + "Dlls": [ + "EgCirclePlugin.dll" + ], + "SizeBytes": 23040 + }, + { + "Name": "EgClashPlugin", + "Path": "EG-BIM Modeler/Plugins/EgClashPlugin", + "Dlls": [ + "EgClashPlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgCloseCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCloseCrvPlugin", + "Dlls": [ + "EgCloseCrvPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgClosestPtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgClosestPtPlugin", + "Dlls": [ + "EgClosestPtPlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgConePlugin", + "Path": "EG-BIM Modeler/Plugins/EgConePlugin", + "Dlls": [ + "EgConePlugin.dll" + ], + "SizeBytes": 14336 + }, + { + "Name": "EgConvertTextToBlockAttributePlugin", + "Path": "EG-BIM Modeler/Plugins/EgConvertTextToBlockAttributePlugin", + "Dlls": [ + "EgConvertTextToBlockAttributePlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgCopyPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCopyPlugin", + "Dlls": [ + "EgCopyPlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgCopyToClipboardPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCopyToClipboardPlugin", + "Dlls": [ + "EgCopyToClipboardPlugin.dll" + ], + "SizeBytes": 6144 + }, + { + "Name": "EgCrvEndPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCrvEndPlugin", + "Dlls": [ + "EgCrvEndPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgCrvStartPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCrvStartPlugin", + "Dlls": [ + "EgCrvStartPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgCurvePlugin", + "Path": "EG-BIM Modeler/Plugins/EgCurvePlugin", + "Dlls": [ + "EgCurvePlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgCurveThroughPtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCurveThroughPtPlugin", + "Dlls": [ + "EgCurveThroughPtPlugin.dll" + ], + "SizeBytes": 11264 + }, + { + "Name": "EgCutPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCutPlugin", + "Dlls": [ + "EgCutPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgCylinderPlugin", + "Path": "EG-BIM Modeler/Plugins/EgCylinderPlugin", + "Dlls": [ + "EgCylinderPlugin.dll" + ], + "SizeBytes": 15360 + }, + { + "Name": "EgDeleteFacesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDeleteFacesPlugin", + "Dlls": [ + "EgDeleteFacesPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgDeletePlugin", + "Path": "EG-BIM Modeler/Plugins/EgDeletePlugin", + "Dlls": [ + "EgDeletePlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgDeleteSubCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDeleteSubCrvPlugin", + "Dlls": [ + "EgDeleteSubCrvPlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgDeselByUidsPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDeselByUidsPlugin", + "Dlls": [ + "EgDeselByUidsPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgDimAnglePlugin", + "Path": "EG-BIM Modeler/Plugins/EgDimAnglePlugin", + "Dlls": [ + "EgDimAnglePlugin.dll" + ], + "SizeBytes": 15872 + }, + { + "Name": "EgDirPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDirPlugin", + "Dlls": [ + "EgDirPlugin.dll" + ], + "SizeBytes": 26624 + }, + { + "Name": "EgDistancePlugin", + "Path": "EG-BIM Modeler/Plugins/EgDistancePlugin", + "Dlls": [ + "EgDistancePlugin.dll" + ], + "SizeBytes": 10752 + }, + { + "Name": "EgDividePlugin", + "Path": "EG-BIM Modeler/Plugins/EgDividePlugin", + "Dlls": [ + "EgDividePlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgDomainPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDomainPlugin", + "Dlls": [ + "EgDomainPlugin.dll" + ], + "SizeBytes": 15360 + }, + { + "Name": "EgDotPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDotPlugin", + "Dlls": [ + "EgDotPlugin.dll" + ], + "SizeBytes": 18432 + }, + { + "Name": "EgDupBorderPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDupBorderPlugin", + "Dlls": [ + "EgDupBorderPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgDupEdgePlugin", + "Path": "EG-BIM Modeler/Plugins/EgDupEdgePlugin", + "Dlls": [ + "EgDupEdgePlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgDupMeshHoleBoundaryPlugin", + "Path": "EG-BIM Modeler/Plugins/EgDupMeshHoleBoundaryPlugin", + "Dlls": [ + "EgDupMeshHoleBoundaryPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgEditTheGradingElevationPlugin", + "Path": "EG-BIM Modeler/Plugins/EgEditTheGradingElevationPlugin", + "Dlls": [ + "EgEditTheGradingElevationPlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgEllipsePlugin", + "Path": "EG-BIM Modeler/Plugins/EgEllipsePlugin", + "Dlls": [ + "EgEllipsePlugin.dll" + ], + "SizeBytes": 16896 + }, + { + "Name": "EgEllipsoidPlugin", + "Path": "EG-BIM Modeler/Plugins/EgEllipsoidPlugin", + "Dlls": [ + "EgEllipsoidPlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "EgEvaluatePtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgEvaluatePtPlugin", + "Dlls": [ + "EgEvaluatePtPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgExplodeBlockPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExplodeBlockPlugin", + "Dlls": [ + "EgExplodeBlockPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgExplodePlugin", + "Path": "EG-BIM Modeler/Plugins/EgExplodePlugin", + "Dlls": [ + "EgExplodePlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgExportByPathPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExportByPathPlugin", + "Dlls": [ + "EgExportByPathPlugin.dll" + ], + "SizeBytes": 629248 + }, + { + "Name": "EgExtendPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtendPlugin", + "Dlls": [ + "EgExtendPlugin.dll" + ], + "SizeBytes": 29184 + }, + { + "Name": "EgExtractMeshFacePlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtractMeshFacePlugin", + "Dlls": [ + "EgExtractMeshFacePlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgExtractNonManifoldMeshEdgesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtractNonManifoldMeshEdgesPlugin", + "Dlls": [ + "EgExtractNonManifoldMeshEdgesPlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgExtractPtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtractPtPlugin", + "Dlls": [ + "EgExtractPtPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgExtrudeAlongCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtrudeAlongCrvPlugin", + "Dlls": [ + "EgExtrudeAlongCrvPlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgExtrudePlugin", + "Path": "EG-BIM Modeler/Plugins/EgExtrudePlugin", + "Dlls": [ + "EgExtrudePlugin.dll" + ], + "SizeBytes": 26624 + }, + { + "Name": "EgFillMeshHolePlugin", + "Path": "EG-BIM Modeler/Plugins/EgFillMeshHolePlugin", + "Dlls": [ + "EgFillMeshHolePlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgFilletEdgePlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilletEdgePlugin", + "Dlls": [ + "EgFilletEdgePlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgFilletPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilletPlugin", + "Dlls": [ + "EgFilletPlugin.dll" + ], + "SizeBytes": 18944 + }, + { + "Name": "EgFilterByFaceCountPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilterByFaceCountPlugin", + "Dlls": [ + "EgFilterByFaceCountPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgFilterByLayerPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilterByLayerPlugin", + "Dlls": [ + "EgFilterByLayerPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgFilterByLengthPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilterByLengthPlugin", + "Dlls": [ + "EgFilterByLengthPlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgFilterByModelTypePlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilterByModelTypePlugin", + "Dlls": [ + "EgFilterByModelTypePlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgFilterBySpatialBoxPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilterBySpatialBoxPlugin", + "Dlls": [ + "EgFilterBySpatialBoxPlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgFilteringWithXYPlanePlugin", + "Path": "EG-BIM Modeler/Plugins/EgFilteringWithXYPlanePlugin", + "Dlls": [ + "EgFilteringWithXYPlanePlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgFindTextPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFindTextPlugin", + "Dlls": [ + "EgFindTextPlugin.dll" + ], + "SizeBytes": 26112 + }, + { + "Name": "EgFlipPlugin", + "Path": "EG-BIM Modeler/Plugins/EgFlipPlugin", + "Dlls": [ + "EgFlipPlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgGroupPlugin", + "Path": "EG-BIM Modeler/Plugins/EgGroupPlugin", + "Dlls": [ + "EgGroupPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgHandleCurvePlugin", + "Path": "EG-BIM Modeler/Plugins/EgHandleCurvePlugin", + "Dlls": [ + "EgHandleCurvePlugin.dll" + ], + "SizeBytes": 15872 + }, + { + "Name": "EgHidePlugin", + "Path": "EG-BIM Modeler/Plugins/EgHidePlugin", + "Dlls": [ + "EgHidePlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgHyperbolaPlugin", + "Path": "EG-BIM Modeler/Plugins/EgHyperbolaPlugin", + "Dlls": [ + "EgHyperbolaPlugin.dll" + ], + "SizeBytes": 13824 + }, + { + "Name": "EgImportByPathPlugin", + "Path": "EG-BIM Modeler/Plugins/EgImportByPathPlugin", + "Dlls": [ + "EgImportByPathPlugin.dll" + ], + "SizeBytes": 633344 + }, + { + "Name": "EgInsertPlugin", + "Path": "EG-BIM Modeler/Plugins/EgInsertPlugin", + "Dlls": [ + "EgInsertPlugin.dll" + ], + "SizeBytes": 24576 + }, + { + "Name": "EgInterpCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgInterpCrvPlugin", + "Dlls": [ + "EgInterpCrvPlugin.dll" + ], + "SizeBytes": 17920 + }, + { + "Name": "EgIsolatePlugin", + "Path": "EG-BIM Modeler/Plugins/EgIsolatePlugin", + "Dlls": [ + "EgIsolatePlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgJoinPlugin", + "Path": "EG-BIM Modeler/Plugins/EgJoinPlugin", + "Dlls": [ + "EgJoinPlugin.dll" + ], + "SizeBytes": 26624 + }, + { + "Name": "EgLengthPlugin", + "Path": "EG-BIM Modeler/Plugins/EgLengthPlugin", + "Dlls": [ + "EgLengthPlugin.dll" + ], + "SizeBytes": 21504 + }, + { + "Name": "EgLinePlugin", + "Path": "EG-BIM Modeler/Plugins/EgLinePlugin", + "Dlls": [ + "EgLinePlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgLineSmoothPlugin", + "Path": "EG-BIM Modeler/Plugins/EgLineSmoothPlugin", + "Dlls": [ + "EgLineSmoothPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgLoftPlugin", + "Path": "EG-BIM Modeler/Plugins/EgLoftPlugin", + "Dlls": [ + "EgLoftPlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "EgMarginLinePlugin", + "Path": "EG-BIM Modeler/Plugins/EgMarginLinePlugin", + "Dlls": [ + "EgMarginLinePlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgMatchPropertiesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgMatchPropertiesPlugin", + "Dlls": [ + "EgMatchPropertiesPlugin.dll" + ], + "SizeBytes": 20480 + }, + { + "Name": "EgMergeFacesPlugin", + "Path": "EG-BIM Modeler/Plugins/EgMergeFacesPlugin", + "Dlls": [ + "EgMergeFacesPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgMeshIntersectPlugin", + "Path": "EG-BIM Modeler/Plugins/EgMeshIntersectPlugin", + "Dlls": [ + "EgMeshIntersectPlugin.dll" + ], + "SizeBytes": 12288 + }, + { + "Name": "EgMeshPatchPlugin", + "Path": "EG-BIM Modeler/Plugins/EgMeshPatchPlugin", + "Dlls": [ + "EgMeshPatchPlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgMeshPolylinePlugin", + "Path": "EG-BIM Modeler/Plugins/EgMeshPolylinePlugin", + "Dlls": [ + "EgMeshPolylinePlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgMirrorPlugin", + "Path": "EG-BIM Modeler/Plugins/EgMirrorPlugin", + "Dlls": [ + "EgMirrorPlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgModelClearPlugin", + "Path": "EG-BIM Modeler/Plugins/EgModelClearPlugin", + "Dlls": [ + "EgModelClearPlugin.dll" + ], + "SizeBytes": 6144 + }, + { + "Name": "EgMovePlugin", + "Path": "EG-BIM Modeler/Plugins/EgMovePlugin", + "Dlls": [ + "EgMovePlugin.dll" + ], + "SizeBytes": 15872 + }, + { + "Name": "EgObjectDescriptionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgObjectDescriptionPlugin", + "Dlls": [ + "EgObjectDescriptionPlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgOffsetMeshPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOffsetMeshPlugin", + "Dlls": [ + "EgOffsetMeshPlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgOffsetPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOffsetPlugin", + "Dlls": [ + "EgOffsetPlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "EgOneLayerOffPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOneLayerOffPlugin", + "Dlls": [ + "EgOneLayerOffPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgOneLayerOnPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOneLayerOnPlugin", + "Dlls": [ + "EgOneLayerOnPlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "EgOpenURLPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOpenURLPlugin", + "Dlls": [ + "EgOpenURLPlugin.dll" + ], + "SizeBytes": 6144 + }, + { + "Name": "EgOrientPlugin", + "Path": "EG-BIM Modeler/Plugins/EgOrientPlugin", + "Dlls": [ + "EgOrientPlugin.dll" + ], + "SizeBytes": 15360 + }, + { + "Name": "EgParabolaPlugin", + "Path": "EG-BIM Modeler/Plugins/EgParabolaPlugin", + "Dlls": [ + "EgParabolaPlugin.dll" + ], + "SizeBytes": 10752 + }, + { + "Name": "EgPastePlugin", + "Path": "EG-BIM Modeler/Plugins/EgPastePlugin", + "Dlls": [ + "EgPastePlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgPatchPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPatchPlugin", + "Dlls": [ + "EgPatchPlugin.dll" + ], + "SizeBytes": 19968 + }, + { + "Name": "EgPipePlugin", + "Path": "EG-BIM Modeler/Plugins/EgPipePlugin", + "Dlls": [ + "EgPipePlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgPlanarDifferencePlugin", + "Path": "EG-BIM Modeler/Plugins/EgPlanarDifferencePlugin", + "Dlls": [ + "EgPlanarDifferencePlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgPlanarIntersectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPlanarIntersectionPlugin", + "Dlls": [ + "EgPlanarIntersectionPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgPlanarUnionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPlanarUnionPlugin", + "Dlls": [ + "EgPlanarUnionPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgPlanePlugin", + "Path": "EG-BIM Modeler/Plugins/EgPlanePlugin", + "Dlls": [ + "EgPlanePlugin.dll" + ], + "SizeBytes": 23552 + }, + { + "Name": "EgPlaneThroughPtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPlaneThroughPtPlugin", + "Dlls": [ + "EgPlaneThroughPtPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgPointPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPointPlugin", + "Dlls": [ + "EgPointPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgPointsOffPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPointsOffPlugin", + "Dlls": [ + "EgPointsOffPlugin.dll" + ], + "SizeBytes": 5632 + }, + { + "Name": "EgPointsOnPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPointsOnPlugin", + "Dlls": [ + "EgPointsOnPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgPointsPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPointsPlugin", + "Dlls": [ + "EgPointsPlugin.dll" + ], + "SizeBytes": 10240 + }, + { + "Name": "EgPolygonCountPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPolygonCountPlugin", + "Dlls": [ + "EgPolygonCountPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgPolygonPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPolygonPlugin", + "Dlls": [ + "EgPolygonPlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgPolylinePlugin", + "Path": "EG-BIM Modeler/Plugins/EgPolylinePlugin", + "Dlls": [ + "EgPolylinePlugin.dll" + ], + "SizeBytes": 26624 + }, + { + "Name": "EgProfileSweepPlugin", + "Path": "EG-BIM Modeler/Plugins/EgProfileSweepPlugin", + "Dlls": [ + "EgProfileSweepPlugin.dll" + ], + "SizeBytes": 57856 + }, + { + "Name": "EgProjectPlugin", + "Path": "EG-BIM Modeler/Plugins/EgProjectPlugin", + "Dlls": [ + "EgProjectPlugin.dll" + ], + "SizeBytes": 10752 + }, + { + "Name": "EgProjectionPointPlugin", + "Path": "EG-BIM Modeler/Plugins/EgProjectionPointPlugin", + "Dlls": [ + "EgProjectionPointPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgPyramidPlugin", + "Path": "EG-BIM Modeler/Plugins/EgPyramidPlugin", + "Dlls": [ + "EgPyramidPlugin.dll" + ], + "SizeBytes": 22016 + }, + { + "Name": "EgRLeaderEditPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRLeaderEditPlugin", + "Dlls": [ + "EgRLeaderEditPlugin.dll" + ], + "SizeBytes": 47616 + }, + { + "Name": "EgRebuildPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRebuildPlugin", + "Dlls": [ + "EgRebuildPlugin.dll" + ], + "SizeBytes": 26624 + }, + { + "Name": "EgRectanglePlugin", + "Path": "EG-BIM Modeler/Plugins/EgRectanglePlugin", + "Dlls": [ + "EgRectanglePlugin.dll" + ], + "SizeBytes": 29696 + }, + { + "Name": "EgReduceMeshPlugin", + "Path": "EG-BIM Modeler/Plugins/EgReduceMeshPlugin", + "Dlls": [ + "EgReduceMeshPlugin.dll" + ], + "SizeBytes": 30208 + }, + { + "Name": "EgRemoveFromGroupPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRemoveFromGroupPlugin", + "Dlls": [ + "EgRemoveFromGroupPlugin.dll" + ], + "SizeBytes": 10240 + }, + { + "Name": "EgRemoveSelfIntersectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRemoveSelfIntersectionPlugin", + "Dlls": [ + "EgRemoveSelfIntersectionPlugin.dll" + ], + "SizeBytes": 11264 + }, + { + "Name": "EgRepairCrvTopologyPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRepairCrvTopologyPlugin", + "Dlls": [ + "EgRepairCrvTopologyPlugin.dll" + ], + "SizeBytes": 25600 + }, + { + "Name": "EgRevolvePlugin", + "Path": "EG-BIM Modeler/Plugins/EgRevolvePlugin", + "Dlls": [ + "EgRevolvePlugin.dll" + ], + "SizeBytes": 16896 + }, + { + "Name": "EgRibbonPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRibbonPlugin", + "Dlls": [ + "EgRibbonPlugin.dll" + ], + "SizeBytes": 12800 + }, + { + "Name": "EgRoadSectionPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRoadSectionPlugin", + "Dlls": [ + "EgRoadSectionPlugin.dll" + ], + "SizeBytes": 28160 + }, + { + "Name": "EgRotate3DPlugin", + "Path": "EG-BIM Modeler/Plugins/EgRotate3DPlugin", + "Dlls": [ + "EgRotate3DPlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgRotatePlugin", + "Path": "EG-BIM Modeler/Plugins/EgRotatePlugin", + "Dlls": [ + "EgRotatePlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgScale1DPlugin", + "Path": "EG-BIM Modeler/Plugins/EgScale1DPlugin", + "Dlls": [ + "EgScale1DPlugin.dll" + ], + "SizeBytes": 18432 + }, + { + "Name": "EgScale2DPlugin", + "Path": "EG-BIM Modeler/Plugins/EgScale2DPlugin", + "Dlls": [ + "EgScale2DPlugin.dll" + ], + "SizeBytes": 14336 + }, + { + "Name": "EgScalePlugin", + "Path": "EG-BIM Modeler/Plugins/EgScalePlugin", + "Dlls": [ + "EgScalePlugin.dll" + ], + "SizeBytes": 13312 + }, + { + "Name": "EgScreenShotPlugin", + "Path": "EG-BIM Modeler/Plugins/EgScreenShotPlugin", + "Dlls": [ + "EgScreenShotPlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgSelBoxPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelBoxPlugin", + "Dlls": [ + "EgSelBoxPlugin.dll" + ], + "SizeBytes": 11264 + }, + { + "Name": "EgSelByUidsPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelByUidsPlugin", + "Dlls": [ + "EgSelByUidsPlugin.dll" + ], + "SizeBytes": 7168 + }, + { + "Name": "EgSelColorPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelColorPlugin", + "Dlls": [ + "EgSelColorPlugin.dll" + ], + "SizeBytes": 20480 + }, + { + "Name": "EgSelLayerPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelLayerPlugin", + "Dlls": [ + "EgSelLayerPlugin.dll" + ], + "SizeBytes": 18944 + }, + { + "Name": "EgSelNamePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelNamePlugin", + "Dlls": [ + "EgSelNamePlugin.dll" + ], + "SizeBytes": 20992 + }, + { + "Name": "EgSelectedLayersOffPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSelectedLayersOffPlugin", + "Dlls": [ + "EgSelectedLayersOffPlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgSetDisplayModePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSetDisplayModePlugin", + "Dlls": [ + "EgSetDisplayModePlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgSetFocusedViewportPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSetFocusedViewportPlugin", + "Dlls": [ + "EgSetFocusedViewportPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgSetGroupNamePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSetGroupNamePlugin", + "Dlls": [ + "EgSetGroupNamePlugin.dll" + ], + "SizeBytes": 10240 + }, + { + "Name": "EgSetObjectNamePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSetObjectNamePlugin", + "Dlls": [ + "EgSetObjectNamePlugin.dll" + ], + "SizeBytes": 8704 + }, + { + "Name": "EgSetViewmodePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSetViewmodePlugin", + "Dlls": [ + "EgSetViewmodePlugin.dll" + ], + "SizeBytes": 9728 + }, + { + "Name": "EgShearPlugin", + "Path": "EG-BIM Modeler/Plugins/EgShearPlugin", + "Dlls": [ + "EgShearPlugin.dll" + ], + "SizeBytes": 12288 + }, + { + "Name": "EgShowPlugin", + "Path": "EG-BIM Modeler/Plugins/EgShowPlugin", + "Dlls": [ + "EgShowPlugin.dll" + ], + "SizeBytes": 6656 + }, + { + "Name": "EgSlabPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSlabPlugin", + "Dlls": [ + "EgSlabPlugin.dll" + ], + "SizeBytes": 20992 + }, + { + "Name": "EgSlopePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSlopePlugin", + "Dlls": [ + "EgSlopePlugin.dll" + ], + "SizeBytes": 16896 + }, + { + "Name": "EgSnipCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSnipCrvPlugin", + "Dlls": [ + "EgSnipCrvPlugin.dll" + ], + "SizeBytes": 10240 + }, + { + "Name": "EgSpherePlugin", + "Path": "EG-BIM Modeler/Plugins/EgSpherePlugin", + "Dlls": [ + "EgSpherePlugin.dll" + ], + "SizeBytes": 19456 + }, + { + "Name": "EgSplitDisjointMeshPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSplitDisjointMeshPlugin", + "Dlls": [ + "EgSplitDisjointMeshPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgSplitPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSplitPlugin", + "Dlls": [ + "EgSplitPlugin.dll" + ], + "SizeBytes": 39936 + }, + { + "Name": "EgSrfPtPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSrfPtPlugin", + "Dlls": [ + "EgSrfPtPlugin.dll" + ], + "SizeBytes": 11776 + }, + { + "Name": "EgSubCrvPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSubCrvPlugin", + "Dlls": [ + "EgSubCrvPlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgSurfaceQuadRemeshPlugin", + "Path": "EG-BIM Modeler/Plugins/EgSurfaceQuadRemeshPlugin", + "Dlls": [ + "EgSurfaceQuadRemeshPlugin.dll" + ], + "SizeBytes": 22016 + }, + { + "Name": "EgSweep1Plugin", + "Path": "EG-BIM Modeler/Plugins/EgSweep1Plugin", + "Dlls": [ + "EgSweep1Plugin.dll" + ], + "SizeBytes": 36352 + }, + { + "Name": "EgSweep2Plugin", + "Path": "EG-BIM Modeler/Plugins/EgSweep2Plugin", + "Dlls": [ + "EgSweep2Plugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgTextPlugin", + "Path": "EG-BIM Modeler/Plugins/EgTextPlugin", + "Dlls": [ + "EgTextPlugin.dll" + ], + "SizeBytes": 80896 + }, + { + "Name": "EgTorusPlugin", + "Path": "EG-BIM Modeler/Plugins/EgTorusPlugin", + "Dlls": [ + "EgTorusPlugin.dll" + ], + "SizeBytes": 16384 + }, + { + "Name": "EgTrimPlugin", + "Path": "EG-BIM Modeler/Plugins/EgTrimPlugin", + "Dlls": [ + "EgTrimPlugin.dll" + ], + "SizeBytes": 25600 + }, + { + "Name": "EgTruncatedPyramidPlugin", + "Path": "EG-BIM Modeler/Plugins/EgTruncatedPyramidPlugin", + "Dlls": [ + "EgTruncatedPyramidPlugin.dll" + ], + "SizeBytes": 29696 + }, + { + "Name": "EgTubePlugin", + "Path": "EG-BIM Modeler/Plugins/EgTubePlugin", + "Dlls": [ + "EgTubePlugin.dll" + ], + "SizeBytes": 23040 + }, + { + "Name": "EgUnGroupPlugin", + "Path": "EG-BIM Modeler/Plugins/EgUnGroupPlugin", + "Dlls": [ + "EgUnGroupPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgUngroupAllPlugin", + "Path": "EG-BIM Modeler/Plugins/EgUngroupAllPlugin", + "Dlls": [ + "EgUngroupAllPlugin.dll" + ], + "SizeBytes": 8192 + }, + { + "Name": "EgUnifyNormalPlugin", + "Path": "EG-BIM Modeler/Plugins/EgUnifyNormalPlugin", + "Dlls": [ + "EgUnifyNormalPlugin.dll" + ], + "SizeBytes": 7680 + }, + { + "Name": "EgVerticalScalePlugin", + "Path": "EG-BIM Modeler/Plugins/EgVerticalScalePlugin", + "Dlls": [ + "EgVerticalScalePlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgVolumeCentroidPlugin", + "Path": "EG-BIM Modeler/Plugins/EgVolumeCentroidPlugin", + "Dlls": [ + "EgVolumeCentroidPlugin.dll" + ], + "SizeBytes": 9216 + }, + { + "Name": "EgZoomPlugin", + "Path": "EG-BIM Modeler/Plugins/EgZoomPlugin", + "Dlls": [ + "EgZoomPlugin.dll" + ], + "SizeBytes": 15872 + }, + { + "Name": "HMEGImportExport", + "Path": "EG-BIM Modeler/Plugins/HMEGImportExport", + "Dlls": [ + "Google.Protobuf.dll", + "HMEGImportExport.dll", + "WayExportModelIOProto.dll" + ], + "SizeBytes": 91653706 + } +] \ No newline at end of file