fix cubetree init crash.
This commit is contained in:
@@ -149,89 +149,10 @@ Class DispUtil
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Disp_DispUtil_GetRenderingWindowFunc_" data-uid="Hi.Disp.DispUtil.GetRenderingWindowFunc*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_DispUtil_GetRenderingWindowFunc" data-uid="Hi.Disp.DispUtil.GetRenderingWindowFunc">
|
||||
GetRenderingWindowFunc
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Internal Use Only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Func<object, IGetDispEngine> GetRenderingWindowFunc { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="Hi.Disp.IGetDispEngine.html">IGetDispEngine</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Disp_DispUtil_CallRenderingFrame_" data-uid="Hi.Disp.DispUtil.CallRenderingFrame*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_DispUtil_CallRenderingFrame_System_Object_Hi_Disp_IDisplayee_" data-uid="Hi.Disp.DispUtil.CallRenderingFrame(System.Object,Hi.Disp.IDisplayee)">
|
||||
CallRenderingFrame(object, IDisplayee)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Internal Use Only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static object CallRenderingFrame(object key, IDisplayee displayee)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>key</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>displayee</code> <a class="xref" href="Hi.Disp.IDisplayee.html">IDisplayee</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd><p>rendering window</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Disp_DispUtil_CallRenderingFrame_System_Object_Hi_Disp_IDisplayee__remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Note that the window may not be WPF window if using other OS.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_DispUtil_Display_" data-uid="Hi.Disp.DispUtil.Display*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_DispUtil_Display_Hi_Disp_IDisplayee_Hi_Disp_Bind_Hi_Geom_Mat4d_" data-uid="Hi.Disp.DispUtil.Display(Hi.Disp.IDisplayee,Hi.Disp.Bind,Hi.Geom.Mat4d)">
|
||||
|
||||
Reference in New Issue
Block a user