tune
This commit is contained in:
@@ -338,12 +338,13 @@ If the display end is set to -1, returns the total number of positions.</p>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Synchoronized Chart Time Range.
|
||||
The value is possible to be null for the un-available status.</p>
|
||||
Always not null.
|
||||
The members' value is possible to be null for the un-available status.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Range<TimeSpan> ChartRange { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Range<TimeSpan?> ChartRange { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -352,7 +353,7 @@ The value is possible to be null for the un-available status.</p>
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.Range-1.html">Range</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>></dt>
|
||||
<dt><a class="xref" href="Hi.Common.Range-1.html">Range</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>?></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -946,6 +947,37 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_LimitChartRange_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_LimitChartRange_System_Boolean_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange(System.Boolean)">
|
||||
LimitChartRange(bool)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void LimitChartRange(bool isLocked)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>isLocked</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_RefreshDrawing_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.RefreshDrawing*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_RefreshDrawing" data-uid="Hi.CutterLocations.ClStrips.ClStrip.RefreshDrawing">
|
||||
@@ -1080,8 +1112,8 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_System_Int32_System_Int32_System_Object_System_Int32_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object,System.Int32)">
|
||||
SetDispSegment(int, int, object, int)
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_System_Int32_System_Int32_System_Object_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object)">
|
||||
SetDispSegment(int, int, object)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -1091,7 +1123,7 @@ This method sets both the beginning and ending positions of the display range.</
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void SetDispSegment(int beginIndex, int endIndex, object caller, int lowestLength = 2)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void SetDispSegment(int beginIndex, int endIndex, object caller)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -1104,9 +1136,6 @@ This method sets both the beginning and ending positions of the display range.</
|
||||
</dd>
|
||||
<dt><code>caller</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd><p>The caller object that requests the display range change. Used for event notifications.</p>
|
||||
</dd>
|
||||
<dt><code>lowestLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The minimum length of the display range. Currently not used in the implementation. Default is 2.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -1270,34 +1299,6 @@ This method sets both the beginning and ending positions of the display range.</
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_UpdateChartRangeByDispSegment_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_UpdateChartRangeByDispSegment" data-uid="Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment">
|
||||
UpdateChartRangeByDispSegment()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Update Chart Time Range By DispSegment.
|
||||
Internal Use Only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void UpdateChartRangeByDispSegment()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_UpdateDispSegmentByChartRange_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.UpdateDispSegmentByChartRange*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_UpdateDispSegmentByChartRange_System_Object_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.UpdateDispSegmentByChartRange(System.Object)">
|
||||
|
||||
@@ -2440,6 +2440,92 @@ Otherwise, interpolate by <code class="paramref">ratio</code>.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_MathUtil_Max_" data-uid="Hi.Geom.MathUtil.Max*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_MathUtil_Max__1___0___0_" data-uid="Hi.Geom.MathUtil.Max``1(``0,``0)">
|
||||
Max<T>(T, T)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static T Max<T>(T a, T b) where T : IComparable<T></code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>a</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>b</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>T</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_MathUtil_Min_" data-uid="Hi.Geom.MathUtil.Min*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_MathUtil_Min__1___0___0_" data-uid="Hi.Geom.MathUtil.Min``1(``0,``0)">
|
||||
Min<T>(T, T)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static T Min<T>(T a, T b) where T : IComparable<T></code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>a</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>b</code> <span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">T</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>T</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_MathUtil_Mul_" data-uid="Hi.Geom.MathUtil.Mul*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_MathUtil_Mul_System_Double___System_Double_" data-uid="Hi.Geom.MathUtil.Mul(System.Double[],System.Double)">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -15000,6 +15000,22 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.IsShowDot
|
||||
nameWithType: ClStrip.IsShowDot
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange(System.Boolean)
|
||||
name: LimitChartRange(bool)
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_LimitChartRange_System_Boolean_
|
||||
commentId: M:Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange(System.Boolean)
|
||||
name.vb: LimitChartRange(Boolean)
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange(bool)
|
||||
fullName.vb: Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange(Boolean)
|
||||
nameWithType: ClStrip.LimitChartRange(bool)
|
||||
nameWithType.vb: ClStrip.LimitChartRange(Boolean)
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange*
|
||||
name: LimitChartRange
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_LimitChartRange_
|
||||
commentId: Overload:Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange
|
||||
isSpec: "True"
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.LimitChartRange
|
||||
nameWithType: ClStrip.LimitChartRange
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.MachiningStepSelected
|
||||
name: MachiningStepSelected
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_MachiningStepSelected
|
||||
@@ -15085,15 +15101,15 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispEnd
|
||||
nameWithType: ClStrip.SetDispEnd
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object,System.Int32)
|
||||
name: SetDispSegment(int, int, object, int)
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_System_Int32_System_Int32_System_Object_System_Int32_
|
||||
commentId: M:Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object,System.Int32)
|
||||
name.vb: SetDispSegment(Integer, Integer, Object, Integer)
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(int, int, object, int)
|
||||
fullName.vb: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(Integer, Integer, Object, Integer)
|
||||
nameWithType: ClStrip.SetDispSegment(int, int, object, int)
|
||||
nameWithType.vb: ClStrip.SetDispSegment(Integer, Integer, Object, Integer)
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object)
|
||||
name: SetDispSegment(int, int, object)
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_System_Int32_System_Int32_System_Object_
|
||||
commentId: M:Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(System.Int32,System.Int32,System.Object)
|
||||
name.vb: SetDispSegment(Integer, Integer, Object)
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(int, int, object)
|
||||
fullName.vb: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment(Integer, Integer, Object)
|
||||
nameWithType: ClStrip.SetDispSegment(int, int, object)
|
||||
nameWithType.vb: ClStrip.SetDispSegment(Integer, Integer, Object)
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetDispSegment*
|
||||
name: SetDispSegment
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetDispSegment_
|
||||
@@ -15207,19 +15223,6 @@ references:
|
||||
fullName.vb: Hi.CutterLocations.ClStrips.ClStrip.StripPosesThreadSafeSelect(Of T)(System.Func(Of Hi.CutterLocations.ClStrips.ClStripPos, T))
|
||||
nameWithType: ClStrip.StripPosesThreadSafeSelect<T>(Func<ClStripPos, T>)
|
||||
nameWithType.vb: ClStrip.StripPosesThreadSafeSelect(Of T)(Func(Of ClStripPos, T))
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment
|
||||
name: UpdateChartRangeByDispSegment()
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_UpdateChartRangeByDispSegment
|
||||
commentId: M:Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment()
|
||||
nameWithType: ClStrip.UpdateChartRangeByDispSegment()
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment*
|
||||
name: UpdateChartRangeByDispSegment
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_UpdateChartRangeByDispSegment_
|
||||
commentId: Overload:Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment
|
||||
isSpec: "True"
|
||||
fullName: Hi.CutterLocations.ClStrips.ClStrip.UpdateChartRangeByDispSegment
|
||||
nameWithType: ClStrip.UpdateChartRangeByDispSegment
|
||||
- uid: Hi.CutterLocations.ClStrips.ClStrip.UpdateDispSegmentByChartRange(System.Object)
|
||||
name: UpdateDispSegmentByChartRange(object)
|
||||
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_UpdateDispSegmentByChartRange_System_Object_
|
||||
@@ -63998,6 +64001,38 @@ references:
|
||||
isSpec: "True"
|
||||
fullName: Hi.Geom.MathUtil.IsFinite
|
||||
nameWithType: MathUtil.IsFinite
|
||||
- uid: Hi.Geom.MathUtil.Max*
|
||||
name: Max
|
||||
href: api/Hi.Geom.MathUtil.html#Hi_Geom_MathUtil_Max_
|
||||
commentId: Overload:Hi.Geom.MathUtil.Max
|
||||
isSpec: "True"
|
||||
fullName: Hi.Geom.MathUtil.Max
|
||||
nameWithType: MathUtil.Max
|
||||
- uid: Hi.Geom.MathUtil.Max``1(``0,``0)
|
||||
name: Max<T>(T, T)
|
||||
href: api/Hi.Geom.MathUtil.html#Hi_Geom_MathUtil_Max__1___0___0_
|
||||
commentId: M:Hi.Geom.MathUtil.Max``1(``0,``0)
|
||||
name.vb: Max(Of T)(T, T)
|
||||
fullName: Hi.Geom.MathUtil.Max<T>(T, T)
|
||||
fullName.vb: Hi.Geom.MathUtil.Max(Of T)(T, T)
|
||||
nameWithType: MathUtil.Max<T>(T, T)
|
||||
nameWithType.vb: MathUtil.Max(Of T)(T, T)
|
||||
- uid: Hi.Geom.MathUtil.Min*
|
||||
name: Min
|
||||
href: api/Hi.Geom.MathUtil.html#Hi_Geom_MathUtil_Min_
|
||||
commentId: Overload:Hi.Geom.MathUtil.Min
|
||||
isSpec: "True"
|
||||
fullName: Hi.Geom.MathUtil.Min
|
||||
nameWithType: MathUtil.Min
|
||||
- uid: Hi.Geom.MathUtil.Min``1(``0,``0)
|
||||
name: Min<T>(T, T)
|
||||
href: api/Hi.Geom.MathUtil.html#Hi_Geom_MathUtil_Min__1___0___0_
|
||||
commentId: M:Hi.Geom.MathUtil.Min``1(``0,``0)
|
||||
name.vb: Min(Of T)(T, T)
|
||||
fullName: Hi.Geom.MathUtil.Min<T>(T, T)
|
||||
fullName.vb: Hi.Geom.MathUtil.Min(Of T)(T, T)
|
||||
nameWithType: MathUtil.Min<T>(T, T)
|
||||
nameWithType.vb: MathUtil.Min(Of T)(T, T)
|
||||
- uid: Hi.Geom.MathUtil.Mul(System.Double[],System.Double)
|
||||
name: Mul(double[], double)
|
||||
href: api/Hi.Geom.MathUtil.html#Hi_Geom_MathUtil_Mul_System_Double___System_Double_
|
||||
|
||||
Reference in New Issue
Block a user