tune
This commit is contained in:
@@ -449,6 +449,38 @@ public bool EnableMapOnSelectionEnd { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_EnableMotionDependentMachiningResolution_" data-uid="Hi.MachiningProcs.RuntimeApi.EnableMotionDependentMachiningResolution*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_EnableMotionDependentMachiningResolution" data-uid="Hi.MachiningProcs.RuntimeApi.EnableMotionDependentMachiningResolution">
|
||||
EnableMotionDependentMachiningResolution
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public bool EnableMotionDependentMachiningResolution { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</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_MachiningProcs_RuntimeApi_EnablePauseOnCollision_" data-uid="Hi.MachiningProcs.RuntimeApi.EnablePauseOnCollision*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_EnablePauseOnCollision" data-uid="Hi.MachiningProcs.RuntimeApi.EnablePauseOnCollision">
|
||||
@@ -2076,6 +2108,45 @@ public bool AddTimeDataByFile(string key, string relFile, string beginTimeText,
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_AdjustedFeedPerCycle_" data-uid="Hi.MachiningProcs.RuntimeApi.AdjustedFeedPerCycle*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_AdjustedFeedPerCycle_System_Double_System_Double_" data-uid="Hi.MachiningProcs.RuntimeApi.AdjustedFeedPerCycle(System.Double,System.Double)">
|
||||
AdjustedFeedPerCycle(double, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce("AdjustedFeedPerCycle($1scale,$2minLinearResolution_mm)")]
|
||||
public FeedPerCycleMachiningMotionResolution AdjustedFeedPerCycle(double scale, double minLinearResolution_mm = 0)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>scale</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>minLinearResolution_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Numerical.MachiningMotionResolutionUtils.FeedPerCycleMachiningMotionResolution.html">FeedPerCycleMachiningMotionResolution</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_AppendMessagesToFile_" data-uid="Hi.MachiningProcs.RuntimeApi.AppendMessagesToFile*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_AppendMessagesToFile_System_String_System_String___" data-uid="Hi.MachiningProcs.RuntimeApi.AppendMessagesToFile(System.String,System.String[])">
|
||||
@@ -3584,7 +3655,7 @@ public IEnumerable<Action> RunNcFile(string relNcFilePath)</code></pre>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce("FeedPerCycle($1scale)")]
|
||||
<pre><code class="lang-csharp hljs">[JsAce("ScaledFeedPerCycle($1scale)")]
|
||||
public FeedPerCycleMachiningMotionResolution ScaledFeedPerCycle(double scale)</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user