This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class ExtendedCylinder | HiAPI-C# 2025 ">
<meta name="description" content="An extensible cylinder geometry that generates a corresponding by the start section and the total length.">
<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 ExtendedCylinder
<dl><dt>Assembly</dt><dd>HiGeom.dll</dd></dl>
</div>
<div class="markdown summary"></div>
<div class="markdown summary"><p>An extensible cylinder geometry that generates a corresponding <a class="xref" href="Hi.Geom.ExtendedCylinder.html#Hi_Geom_ExtendedCylinder_Cylindroid">Cylindroid</a> by the start section and the total length.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
@@ -219,7 +220,8 @@ Class ExtendedCylinder
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Geom.ExtendedCylinder.html">ExtendedCylinder</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -245,7 +247,8 @@ Class ExtendedCylinder
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with the specified total length and start section provider.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -255,9 +258,11 @@ Class ExtendedCylinder
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>fullLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Total length</p>
</dd>
<dt><code>beginPairZrSource</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>&gt;</dt>
<dd></dd>
<dd><p>Start section provider</p>
</dd>
</dl>
@@ -315,7 +320,8 @@ Class ExtendedCylinder
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The provider of the starting ZR section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -346,7 +352,8 @@ Class ExtendedCylinder
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Returns a <a class="xref" href="Hi.Geom.ExtendedCylinder.html#Hi_Geom_ExtendedCylinder_Cylindroid">Cylindroid</a> view generated from current settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -377,7 +384,8 @@ Class ExtendedCylinder
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The total length of the cylinder along the Z-axis.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -517,7 +525,7 @@ This function is usually used to compute the bounding box of elements.</p>
</h3>
<div class="markdown level1 summary"><p>Generate a new Stl.</p>
<div class="markdown level1 summary"><p>Generates a new STL.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -528,13 +536,14 @@ This function is usually used to compute the bounding box of elements.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>resolution</code> <a class="xref" href="Hi.Geom.Resolution.IPolarResolution2d.html">IPolarResolution2d</a></dt>
<dd></dd>
<dd><p>Polar resolution</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Stl.html">Stl</a></dt>
<dd><p>newly created Stl</p>
<dd><p>A newly created STL.</p>
</dd>
</dl>