tune
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Segment3dDispUtil | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<meta name="description" content="Utilities for converting geometry segments to renderable drawings.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -97,7 +97,8 @@ Class Segment3dDispUtil
|
||||
<dl><dt>Assembly</dt><dd>HiDisp.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown summary"><p>Utilities for converting geometry segments to renderable drawings.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -159,7 +160,9 @@ Class Segment3dDispUtil
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Converts a sequence of 3D segments to a line drawing.
|
||||
Null endpoints are skipped. The resulting drawing uses GL_LINES with stamp <a class="xref" href="Hi.Disp.Stamp.html#Hi_Disp_Stamp_V">V</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -169,13 +172,15 @@ Class Segment3dDispUtil
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>segments</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Geom.Segment3d.html">Segment3d</a>></dt>
|
||||
<dd></dd>
|
||||
<dd><p>Input segments to convert.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Disp.Drawing.html">Drawing</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>A drawing that renders the provided segments.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user