fix cubetree init crash.
This commit is contained in:
+4
-3
@@ -1,6 +1,7 @@
|
||||
using Hi.Geom;
|
||||
using Hi.Disp;
|
||||
using Hi.Geom;
|
||||
using Hi.WpfPlus.Disp;
|
||||
using System;
|
||||
using Hi.Disp;
|
||||
|
||||
namespace Sample.Disp
|
||||
{
|
||||
@@ -41,7 +42,7 @@ namespace Sample.Disp
|
||||
Console.WriteLine("bouindingbox.Min: " + bouindingbox.Min);
|
||||
Console.WriteLine("bouindingbox.Max: " + bouindingbox.Max);
|
||||
Console.WriteLine("bouindingbox.Center: " + bouindingbox.Center);
|
||||
DispUtil.CallRenderingFrame("DemoForm", stl.ToFaceDrawing());
|
||||
DispFrameUtil.Call("DemoForm", stl.ToFaceDrawing());
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user