tune
This commit is contained in:
@@ -405,6 +405,37 @@ Class Workpiece
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_ConstructionDefectDisplayee_" data-uid="Hi.NcMech.Workpieces.Workpiece.ConstructionDefectDisplayee*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_ConstructionDefectDisplayee" data-uid="Hi.NcMech.Workpieces.Workpiece.ConstructionDefectDisplayee">
|
||||
ConstructionDefectDisplayee
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ConstructionDefectDisplayee ConstructionDefectDisplayee { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Cbtr.ConstructionDefectDisplayee.html">ConstructionDefectDisplayee</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_CuttingPara_" data-uid="Hi.NcMech.Workpieces.Workpiece.CuttingPara*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_CuttingPara" data-uid="Hi.NcMech.Workpieces.Workpiece.CuttingPara">
|
||||
@@ -1147,6 +1178,32 @@ The derived solid from <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_ClearCubeTreeDefectDrawing_" data-uid="Hi.NcMech.Workpieces.Workpiece.ClearCubeTreeDefectDrawing*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_ClearCubeTreeDefectDrawing" data-uid="Hi.NcMech.Workpieces.Workpiece.ClearCubeTreeDefectDrawing">
|
||||
ClearCubeTreeDefectDrawing()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void ClearCubeTreeDefectDrawing()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_ClearIdealGeomCache_" data-uid="Hi.NcMech.Workpieces.Workpiece.ClearIdealGeomCache*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_ClearIdealGeomCache" data-uid="Hi.NcMech.Workpieces.Workpiece.ClearIdealGeomCache">
|
||||
@@ -1203,8 +1260,8 @@ The derived solid from <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_Diff_" data-uid="Hi.NcMech.Workpieces.Workpiece.Diff*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_Diff_System_Double_System_Threading_CancellationToken_System_Progress_Hi_Common_NativeProgresses_IProgressReport__" data-uid="Hi.NcMech.Workpieces.Workpiece.Diff(System.Double,System.Threading.CancellationToken,System.Progress{Hi.Common.NativeProgresses.IProgressReport})">
|
||||
Diff(double, CancellationToken, Progress<IProgressReport>)
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_Diff_System_Double_System_Threading_CancellationToken_System_IProgress_System_Object__" data-uid="Hi.NcMech.Workpieces.Workpiece.Diff(System.Double,System.Threading.CancellationToken,System.IProgress{System.Object})">
|
||||
Diff(double, CancellationToken, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -1213,7 +1270,7 @@ The derived solid from <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Diff(double detectionRadius, CancellationToken token, Progress<IProgressReport> progress = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void Diff(double detectionRadius, CancellationToken token, IProgress<object> progress = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -1224,7 +1281,7 @@ The derived solid from <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html
|
||||
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
|
||||
<dd><p>Cancellation token.</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.progress-1">Progress</a><<a class="xref" href="Hi.Common.NativeProgresses.IProgressReport.html">IProgressReport</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Progress reporting interface.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -1565,8 +1622,8 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_GetRuntimeGeom_" data-uid="Hi.NcMech.Workpieces.Workpiece.GetRuntimeGeom*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_GetRuntimeGeom_System_Threading_CancellationToken_System_IProgress_Hi_Common_NativeProgresses_IProgressReport__" data-uid="Hi.NcMech.Workpieces.Workpiece.GetRuntimeGeom(System.Threading.CancellationToken,System.IProgress{Hi.Common.NativeProgresses.IProgressReport})">
|
||||
GetRuntimeGeom(CancellationToken, IProgress<IProgressReport>)
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_GetRuntimeGeom_System_Threading_CancellationToken_System_IProgress_System_Object__" data-uid="Hi.NcMech.Workpieces.Workpiece.GetRuntimeGeom(System.Threading.CancellationToken,System.IProgress{System.Object})">
|
||||
GetRuntimeGeom(CancellationToken, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -1575,7 +1632,7 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CubeTree GetRuntimeGeom(CancellationToken token, IProgress<IProgressReport> progress = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public CubeTree GetRuntimeGeom(CancellationToken token, IProgress<object> progress = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -1583,7 +1640,7 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
|
||||
<dd><p>Cancellation token.</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="Hi.Common.NativeProgresses.IProgressReport.html">IProgressReport</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Progress reporting interface.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -1722,6 +1779,44 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_ScanRuntimeGeomInfDefect_" data-uid="Hi.NcMech.Workpieces.Workpiece.ScanRuntimeGeomInfDefect*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_ScanRuntimeGeomInfDefect_System_IProgress_System_Object__System_Threading_CancellationToken_" data-uid="Hi.NcMech.Workpieces.Workpiece.ScanRuntimeGeomInfDefect(System.IProgress{System.Object},System.Threading.CancellationToken)">
|
||||
ScanRuntimeGeomInfDefect(IProgress<object>, CancellationToken)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool? ScanRuntimeGeomInfDefect(IProgress<object> messageHost, CancellationToken cancellationToken)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>messageHost</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd></dd>
|
||||
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</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.boolean">bool</a>?</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_SetRuntimeGeom_" data-uid="Hi.NcMech.Workpieces.Workpiece.SetRuntimeGeom*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_SetRuntimeGeom_Hi_Cbtr_CubeTree_" data-uid="Hi.NcMech.Workpieces.Workpiece.SetRuntimeGeom(Hi.Cbtr.CubeTree)">
|
||||
@@ -1757,8 +1852,8 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
<a id="Hi_NcMech_Workpieces_Workpiece_WriteRuntimeGeom_" data-uid="Hi.NcMech.Workpieces.Workpiece.WriteRuntimeGeom*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_WriteRuntimeGeom_System_String_System_Threading_CancellationToken_System_Progress_Hi_Common_NativeProgresses_IProgressReport__" data-uid="Hi.NcMech.Workpieces.Workpiece.WriteRuntimeGeom(System.String,System.Threading.CancellationToken,System.Progress{Hi.Common.NativeProgresses.IProgressReport})">
|
||||
WriteRuntimeGeom(string, CancellationToken, Progress<IProgressReport>)
|
||||
<h3 id="Hi_NcMech_Workpieces_Workpiece_WriteRuntimeGeom_System_String_System_Threading_CancellationToken_System_IProgress_System_Object__" data-uid="Hi.NcMech.Workpieces.Workpiece.WriteRuntimeGeom(System.String,System.Threading.CancellationToken,System.IProgress{System.Object})">
|
||||
WriteRuntimeGeom(string, CancellationToken, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -1767,7 +1862,7 @@ Since the folder can be moving with the configuration file.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void WriteRuntimeGeom(string file, CancellationToken token, Progress<IProgressReport> progress = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void WriteRuntimeGeom(string file, CancellationToken token, IProgress<object> progress = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -1778,7 +1873,7 @@ Since the folder can be moving with the configuration file.</p>
|
||||
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
|
||||
<dd><p>Cancellation token.</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.progress-1">Progress</a><<a class="xref" href="Hi.Common.NativeProgresses.IProgressReport.html">IProgressReport</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Progress reporting interface.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user