개정판 932933ed
dev issue #1230 : Linenumber modeling
Change-Id: I15a1e7458d6b0f76032dbad0e1d4a48aeba9bf15
DTI_PID/APIDConverter/PIDCustomization.cs | ||
---|---|---|
175 | 175 |
{ |
176 | 176 |
if (AutoModeling.Running != null) |
177 | 177 |
{ |
178 |
GUIUtils.SetAutoLabelUnCehck();
|
|
178 |
GUIUtils.SetAutoLabelCheck(false);
|
|
179 | 179 |
AutoModeling.Running.Run(); |
180 | 180 |
} |
181 | 181 |
} |
... | ... | |
419 | 419 |
[CommandMethod("TestS", Autodesk.AutoCAD.Runtime.CommandFlags.UsePickSet)] |
420 | 420 |
public static void TestSelection() |
421 | 421 |
{ |
422 |
GUIUtils.SetAutoLabelUnCehck(); |
|
423 |
//APIDUtils.CreateDrawingAndOpen("testA1", "1", "Aveva-Metric", "1"); |
|
422 |
AccessPropertyForm.Run(); |
|
423 |
|
|
424 |
//GUIUtils.SetAutoLabelCheck(false); |
|
425 |
////APIDUtils.CreateDrawingAndOpen("testA1", "1", "Aveva-Metric", "1"); |
|
424 | 426 |
AutoModeling.TESTStatic(); |
427 |
|
|
428 |
AccessPropertyForm.Stop(); |
|
425 | 429 |
} |
426 | 430 |
|
427 | 431 |
[CommandMethod("PicTest", Autodesk.AutoCAD.Runtime.CommandFlags.UsePickSet)] |
내보내기 Unified diff