개정판 74a0c9d6
dev issue #000 : add ui
Change-Id: I2947ecc3f254338c227420f5692b023c27cddf1d
DTI_PID/APIDConverter/PIDCustomization.cs | ||
---|---|---|
87 | 87 |
/// <summary> |
88 | 88 |
/// This is test command which gives the idea regarding selection of an entity and assigning different color to it |
89 | 89 |
/// </summary> |
90 |
[CommandMethod("TestS")]
|
|
91 |
public static void TestSelection()
|
|
90 |
[CommandMethod("APIDConverter")]
|
|
91 |
public static void APIDConverter()
|
|
92 | 92 |
{ |
93 | 93 |
ConverterRibbonUI.InitUI(); |
94 |
|
|
95 |
//AutoModeling.TEST(); |
|
96 | 94 |
} |
97 | 95 |
[CommandMethod("ConverterForm")] |
98 |
public static void Test2()
|
|
96 |
public static void ConverterForm()
|
|
99 | 97 |
{ |
100 |
MessageBox.Show("HI"); |
|
98 |
APIDConverter converter = new APIDConverter(); |
|
99 |
if (AcadApp.ShowModalDialog(converter) == DialogResult.OK) |
|
100 |
{ |
|
101 |
|
|
102 |
} |
|
101 | 103 |
} |
102 | 104 |
#region private methods |
103 | 105 |
private string SaveBinaryDrawing() |
내보내기 Unified diff