tune
This commit is contained in:
@@ -342,84 +342,6 @@ Class Box3dDispUtil
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_GetFaceDraw_" data-uid="Hi.Disp.Box3dDispUtil.GetFaceDraw*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_GetFaceDraw_Hi_Geom_Box3d___" data-uid="Hi.Disp.Box3dDispUtil.GetFaceDraw(Hi.Geom.Box3d[])">
|
||||
GetFaceDraw(params Box3d[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get faces <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Drawing GetFaceDraw(params Box3d[] boxs)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>boxs</code> <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a>[]</dt>
|
||||
<dd><p>boxes</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Disp.Drawing.html">Drawing</a></dt>
|
||||
<dd><p>a draw with face</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_GetLineDraw_" data-uid="Hi.Disp.Box3dDispUtil.GetLineDraw*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_GetLineDraw_Hi_Geom_Box3d___" data-uid="Hi.Disp.Box3dDispUtil.GetLineDraw(Hi.Geom.Box3d[])">
|
||||
GetLineDraw(params Box3d[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get the edges <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a> of <code class="paramref">boxs</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Drawing GetLineDraw(params Box3d[] boxs)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>boxs</code> <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a>[]</dt>
|
||||
<dd><p>boxs</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Disp.Drawing.html">Drawing</a></dt>
|
||||
<dd><p>The Drawing</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_ToDraw_" data-uid="Hi.Disp.Box3dDispUtil.ToDraw*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_ToDraw_Hi_Geom_Box3d_" data-uid="Hi.Disp.Box3dDispUtil.ToDraw(Hi.Geom.Box3d)">
|
||||
@@ -537,6 +459,45 @@ Class Box3dDispUtil
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_ToFaceDraw_" data-uid="Hi.Disp.Box3dDispUtil.ToFaceDraw*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_ToFaceDraw_System_Collections_Generic_IEnumerable_Hi_Geom_Box3d__" data-uid="Hi.Disp.Box3dDispUtil.ToFaceDraw(System.Collections.Generic.IEnumerable{Hi.Geom.Box3d})">
|
||||
ToFaceDraw(IEnumerable<Box3d>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get faces <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Drawing ToFaceDraw(this IEnumerable<Box3d> boxs)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>boxs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Geom.Box3d.html">Box3d</a>></dt>
|
||||
<dd><p>boxes</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Disp.Drawing.html">Drawing</a></dt>
|
||||
<dd><p>a draw with face</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_ToLineBuf_" data-uid="Hi.Disp.Box3dDispUtil.ToLineBuf*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_ToLineBuf_Hi_Geom_Box3d_System_Double___System_Int32__" data-uid="Hi.Disp.Box3dDispUtil.ToLineBuf(Hi.Geom.Box3d,System.Double[],System.Int32@)">
|
||||
@@ -583,6 +544,45 @@ The data is used according to GL_LINES.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Box3dDispUtil_ToLineDraw_" data-uid="Hi.Disp.Box3dDispUtil.ToLineDraw*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Box3dDispUtil_ToLineDraw_System_Collections_Generic_IEnumerable_Hi_Geom_Box3d__" data-uid="Hi.Disp.Box3dDispUtil.ToLineDraw(System.Collections.Generic.IEnumerable{Hi.Geom.Box3d})">
|
||||
ToLineDraw(IEnumerable<Box3d>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get the edges <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a> of <code class="paramref">boxs</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Drawing ToLineDraw(this IEnumerable<Box3d> boxs)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>boxs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Geom.Box3d.html">Box3d</a>></dt>
|
||||
<dd><p>boxs</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Disp.Drawing.html">Drawing</a></dt>
|
||||
<dd><p>The Drawing</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user