fix SoftNcRunner GM code normalization.
This commit is contained in:
+38
-8
@@ -186,8 +186,8 @@ Class MachiningVolumeRemovalProc.StepMotionSnapshot
|
||||
|
||||
<a id="Hi_Machining_MachiningVolumeRemovalProc_StepMotionSnapshot__ctor_" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepMotionSnapshot.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Machining_MachiningVolumeRemovalProc_StepMotionSnapshot__ctor_Hi_Geom_DVec3d_Hi_Geom_DVec3d_Hi_Common_SeqPair_Hi_Geom_Mat4d__System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__System_Double___System_Boolean_Hi_Machining_IMachiningTool_Hi_NcMech_Workpieces_Workpiece_System_Double_Hi_Physics_CoolantHeatCondition_System_Collections_Generic_SortedList_System_Double_System_Double__" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepMotionSnapshot.#ctor(Hi.Geom.DVec3d,Hi.Geom.DVec3d,Hi.Common.SeqPair{Hi.Geom.Mat4d},System.Collections.Generic.Dictionary{Hi.Mech.Topo.Anchor,Hi.Geom.Mat4d},System.Double[],System.Boolean,Hi.Machining.IMachiningTool,Hi.NcMech.Workpieces.Workpiece,System.Double,Hi.Physics.CoolantHeatCondition,System.Collections.Generic.SortedList{System.Double,System.Double})">
|
||||
StepMotionSnapshot(DVec3d, DVec3d, SeqPair<Mat4d>, Dictionary<Anchor, Mat4d>, double[], bool, IMachiningTool, Workpiece, double, CoolantHeatCondition, SortedList<double, double>)
|
||||
<h3 id="Hi_Machining_MachiningVolumeRemovalProc_StepMotionSnapshot__ctor_Hi_Geom_DVec3d_Hi_Geom_DVec3d_Hi_Common_SeqPair_Hi_Geom_Mat4d__System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__System_Double___System_Boolean_Hi_Machining_IMachiningTool_Hi_NcMech_Workpieces_WorkpieceService_System_Double_Hi_Physics_CoolantHeatCondition_System_Collections_Generic_SortedList_System_Double_System_Double__" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepMotionSnapshot.#ctor(Hi.Geom.DVec3d,Hi.Geom.DVec3d,Hi.Common.SeqPair{Hi.Geom.Mat4d},System.Collections.Generic.Dictionary{Hi.Mech.Topo.Anchor,Hi.Geom.Mat4d},System.Double[],System.Boolean,Hi.Machining.IMachiningTool,Hi.NcMech.Workpieces.WorkpieceService,System.Double,Hi.Physics.CoolantHeatCondition,System.Collections.Generic.SortedList{System.Double,System.Double})">
|
||||
StepMotionSnapshot(DVec3d, DVec3d, SeqPair<Mat4d>, Dictionary<Anchor, Mat4d>, double[], bool, IMachiningTool, WorkpieceService, double, CoolantHeatCondition, SortedList<double, double>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -196,7 +196,7 @@ Class MachiningVolumeRemovalProc.StepMotionSnapshot
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public StepMotionSnapshot(DVec3d GeomCl, DVec3d ProgramCl, SeqPair<Mat4d> Seq, Dictionary<Anchor, Mat4d> AnchorTransformDictionary, double[] McValues, bool EnableSweeping, IMachiningTool MachiningTool, Workpiece Workpiece, double BackgroundTemperature_K, CoolantHeatCondition CoolantHeatCondition, SortedList<double, double> FluteZToDzList)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public StepMotionSnapshot(DVec3d GeomCl, DVec3d ProgramCl, SeqPair<Mat4d> Seq, Dictionary<Anchor, Mat4d> AnchorTransformDictionary, double[] McValues, bool EnableSweeping, IMachiningTool MachiningTool, WorkpieceService WorkpieceService, double BackgroundTemperature_K, CoolantHeatCondition CoolantHeatCondition, SortedList<double, double> FluteZToDzList)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -222,9 +222,8 @@ Class MachiningVolumeRemovalProc.StepMotionSnapshot
|
||||
<dt><code>MachiningTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
||||
<dd><p>The machining tool being used.</p>
|
||||
</dd>
|
||||
<dt><code>Workpiece</code> <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html">Workpiece</a></dt>
|
||||
<dd><p>The workpiece being machined.</p>
|
||||
</dd>
|
||||
<dt><code>WorkpieceService</code> <a class="xref" href="Hi.NcMech.Workpieces.WorkpieceService.html">WorkpieceService</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>BackgroundTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd><p>Background temperature in Kelvin.</p>
|
||||
</dd>
|
||||
@@ -578,12 +577,12 @@ Class MachiningVolumeRemovalProc.StepMotionSnapshot
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>The workpiece being machined.</p>
|
||||
<div class="markdown level1 summary"><p>The workpiece data model.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Workpiece Workpiece { get; init; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Workpiece Workpiece { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -603,6 +602,37 @@ Class MachiningVolumeRemovalProc.StepMotionSnapshot
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Machining_MachiningVolumeRemovalProc_StepMotionSnapshot_WorkpieceService_" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepMotionSnapshot.WorkpieceService*"></a>
|
||||
|
||||
<h3 id="Hi_Machining_MachiningVolumeRemovalProc_StepMotionSnapshot_WorkpieceService" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepMotionSnapshot.WorkpieceService">
|
||||
WorkpieceService
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public WorkpieceService WorkpieceService { get; init; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcMech.Workpieces.WorkpieceService.html">WorkpieceService</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user