tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class AptDerivative
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class AptDerivative : IExpandToBox3d, IGetZrContour</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class AptDerivative : IExpandToBox3d, IGetZrContour, IGenStl</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -121,6 +121,7 @@ Class AptDerivative
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
|
||||
<div><a class="xref" href="Hi.Geom.IGetZrContour.html">IGetZrContour</a></div>
|
||||
<div><a class="xref" href="Hi.Geom.IGenStl.html">IGenStl</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -318,6 +319,37 @@ Class AptDerivative
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Milling_Apts_AptDerivative_DefaultPolarResolution2d_" data-uid="Hi.Milling.Apts.AptDerivative.DefaultPolarResolution2d*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_DefaultPolarResolution2d" data-uid="Hi.Milling.Apts.AptDerivative.DefaultPolarResolution2d">
|
||||
DefaultPolarResolution2d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static IPolarResolution2d DefaultPolarResolution2d { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Resolution.IPolarResolution2d.html">IPolarResolution2d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Milling_Apts_AptDerivative_Mr_" data-uid="Hi.Milling.Apts.AptDerivative.Mr*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_Mr" data-uid="Hi.Milling.Apts.AptDerivative.Mr">
|
||||
@@ -614,33 +646,29 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
<a id="Hi_Milling_Apts_AptDerivative_GenStl_" data-uid="Hi.Milling.Apts.AptDerivative.GenStl*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_GenStl_System_Int32_System_Int32_" data-uid="Hi.Milling.Apts.AptDerivative.GenStl(System.Int32,System.Int32)">
|
||||
GenStl(int, int)
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_GenStl_Hi_Geom_Resolution_IPolarResolution2d_" data-uid="Hi.Milling.Apts.AptDerivative.GenStl(Hi.Geom.Resolution.IPolarResolution2d)">
|
||||
GenStl(IPolarResolution2d)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Generate shank stl.</p>
|
||||
<div class="markdown level1 summary"><p>Generate a new Stl.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Stl GenStl(int latitudeNum = 8, int longitudeNum = 24)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Stl GenStl(IPolarResolution2d resolution)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>latitudeNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>latitude number</p>
|
||||
</dd>
|
||||
<dt><code>longitudeNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>longitude number</p>
|
||||
</dd>
|
||||
<dt><code>resolution</code> <a class="xref" href="Hi.Geom.Resolution.IPolarResolution2d.html">IPolarResolution2d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Stl.html">Stl</a></dt>
|
||||
<dd><p>shank stl</p>
|
||||
<dd><p>newly created Stl</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -695,45 +723,6 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Milling_Apts_AptDerivative_GetPairZrList_" data-uid="Hi.Milling.Apts.AptDerivative.GetPairZrList*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_GetPairZrList_System_Int32_" data-uid="Hi.Milling.Apts.AptDerivative.GetPairZrList(System.Int32)">
|
||||
GetPairZrList(int)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets a list of Z-R pairs that define the tool profile.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<PairZr> GetPairZrList(int latitudeNum = 8)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>latitudeNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The number of latitude divisions for the profile.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>></dt>
|
||||
<dd><p>A list of Z-R coordinate pairs defining the tool profile.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Milling_Apts_AptDerivative_GetRadius_" data-uid="Hi.Milling.Apts.AptDerivative.GetRadius*"></a>
|
||||
|
||||
<h3 id="Hi_Milling_Apts_AptDerivative_GetRadius_System_Double_" data-uid="Hi.Milling.Apts.AptDerivative.GetRadius(System.Double)">
|
||||
|
||||
Reference in New Issue
Block a user