fix rtcp on un-matched tool offset.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Enum FractionStatus | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Status flags for Hi.Geom.Fraction`1 and . Corresponds to IS_PACKED_MASK and IS_EVALUATED_MASK in C++ fraction_base_t.">
|
||||
<meta name="description" content="Status flags for Fraction and . Corresponds to IS_PACKED_MASK and IS_EVALUATED_MASK in C++ fraction_base_t.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -98,7 +98,7 @@ Enum FractionStatus
|
||||
<dl><dt>Assembly</dt><dd>HiDisp.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Status flags for Hi.Geom.Fraction`1 and <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.
|
||||
<div class="markdown summary"><p>Status flags for Fraction and <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.
|
||||
Corresponds to IS_PACKED_MASK and IS_EVALUATED_MASK in C++ fraction_base_t.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -349,7 +349,7 @@ Enums
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Geom.FractionStatus.html">FractionStatus</a></dt>
|
||||
<dd><p>Status flags for Hi.Geom.Fraction`1 and <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.
|
||||
<dd><p>Status flags for Fraction and <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.
|
||||
Corresponds to IS_PACKED_MASK and IS_EVALUATED_MASK in C++ fraction_base_t.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
+48
-13
@@ -201,8 +201,8 @@ This class handles synchronized linear interpolation of tool position and orient
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour__ctor_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour__ctor_Hi_Common_SeqPair_Hi_Geom_DVec3d__Hi_Common_SeqPair_Hi_Geom_Vec3d__System_TimeSpan_Hi_Numerical_Xyzabc_ICoordinateConverter_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.#ctor(Hi.Common.SeqPair{Hi.Geom.DVec3d},Hi.Common.SeqPair{Hi.Geom.Vec3d},System.TimeSpan,Hi.Numerical.Xyzabc.ICoordinateConverter)">
|
||||
ActLinearClAndLinearMcAbcMcXyzabcContour(SeqPair<DVec3d>, SeqPair<Vec3d>, TimeSpan, ICoordinateConverter)
|
||||
<h3 id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour__ctor_Hi_Common_SeqPair_Hi_Geom_DVec3d__Hi_Common_SeqPair_Hi_Geom_Vec3d__System_Double_System_TimeSpan_Hi_Numerical_Xyzabc_ICoordinateConverter_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.#ctor(Hi.Common.SeqPair{Hi.Geom.DVec3d},Hi.Common.SeqPair{Hi.Geom.Vec3d},System.Double,System.TimeSpan,Hi.Numerical.Xyzabc.ICoordinateConverter)">
|
||||
ActLinearClAndLinearMcAbcMcXyzabcContour(SeqPair<DVec3d>, SeqPair<Vec3d>, double, TimeSpan, ICoordinateConverter)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -211,7 +211,7 @@ This class handles synchronized linear interpolation of tool position and orient
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ActLinearClAndLinearMcAbcMcXyzabcContour(SeqPair<DVec3d> mcSeq, SeqPair<Vec3d> clPointSeq, TimeSpan duration, ICoordinateConverter coordinateConverter)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ActLinearClAndLinearMcAbcMcXyzabcContour(SeqPair<DVec3d> mcSeq, SeqPair<Vec3d> controllerClPointSeq, double controllerToolOffset, TimeSpan duration, ICoordinateConverter coordinateConverter)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -219,8 +219,11 @@ This class handles synchronized linear interpolation of tool position and orient
|
||||
<dt><code>mcSeq</code> <a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a><<a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>></dt>
|
||||
<dd><p>Machine coordinate sequence pair</p>
|
||||
</dd>
|
||||
<dt><code>clPointSeq</code> <a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
||||
<dd><p>Cutter location point sequence pair</p>
|
||||
<dt><code>controllerClPointSeq</code> <a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
||||
<dd><p>Controller CL point sequence pair</p>
|
||||
</dd>
|
||||
<dt><code>controllerToolOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd><p>Controller's tool height compensation value</p>
|
||||
</dd>
|
||||
<dt><code>duration</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a></dt>
|
||||
<dd><p>Duration of the contour movement</p>
|
||||
@@ -286,19 +289,22 @@ This class handles synchronized linear interpolation of tool position and orient
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ClPointSeq_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ClPointSeq*"></a>
|
||||
<a id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ControllerClPointSeq_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ControllerClPointSeq*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ClPointSeq" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ClPointSeq">
|
||||
ClPointSeq
|
||||
<h3 id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ControllerClPointSeq" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ControllerClPointSeq">
|
||||
ControllerClPointSeq
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the cutter location point sequence pair.</p>
|
||||
<div class="markdown level1 summary"><p>Controller CL (cutter location) point sequence pair.
|
||||
Computed from controller's compensation height (offset table).
|
||||
Represents where the controller believes the tool tip is.
|
||||
Linearly interpolated during motion resolution.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeqPair<Vec3d> ClPointSeq { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SeqPair<Vec3d> ControllerClPointSeq { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -314,10 +320,39 @@ This class handles synchronized linear interpolation of tool position and orient
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ClPointSeq_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Contains the start and end points of the cutter location path
|
||||
for linear interpolation in Cartesian coordinates.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ControllerToolOffset_" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ControllerToolOffset*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActLinearClAndLinearMcAbcMcXyzabcContour_ControllerToolOffset" data-uid="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.ControllerToolOffset">
|
||||
ControllerToolOffset
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Controller's tool height compensation value from the offset table.
|
||||
Used to reconstruct attacher position from controller CL.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double ControllerToolOffset { 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.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+42
-6
@@ -184,6 +184,40 @@ Class CoordinateTransformationChainClaim
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_CdnTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.CdnTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_CdnTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.CdnTransformMat4d">
|
||||
CdnTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Coordinate transmformation mat.
|
||||
From parent component to child component.
|
||||
Coordinate transmformation mat is inversed mat of <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d">PosTransformMat4d</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d CdnTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_CoordinateTransformationClaimList_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.CoordinateTransformationClaimList*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_CoordinateTransformationClaimList" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.CoordinateTransformationClaimList">
|
||||
@@ -191,7 +225,8 @@ Class CoordinateTransformationChainClaim
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>The order is from root to leaf.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -215,19 +250,20 @@ Class CoordinateTransformationChainClaim
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_PointTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.PointTransformMat4d*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_PosTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.PosTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_PointTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.PointTransformMat4d">
|
||||
PointTransformMat4d
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Classics_CoordinateTransformationChainClaim_PosTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Classics.CoordinateTransformationChainClaim.PosTransformMat4d">
|
||||
PosTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.</p>
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.
|
||||
From parent component to child component.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PointTransformMat4d { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PosTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+243
@@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class FeatureXyzClaim | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class FeatureXyzClaim | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_ClaimBased_FeatureXyzClaim" data-uid="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim" class="text-break">
|
||||
Class FeatureXyzClaim
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.html">ClaimBased</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class FeatureXyzClaim : IFeatureXyzClaim, IClaim</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">FeatureXyzClaim</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IFeatureXyzClaim.html">IFeatureXyzClaim</a></div>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IClaim.html">IClaim</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="typelist extensionMethods">
|
||||
<dt>Extension Methods</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate<TSelf>(TSelf, params object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke<TSrc>(TSrc, Action<TSrc>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke<TSrc, TDst>(TSrc, Func<TSrc, TDst>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_FeatureXyzClaim_FeatureXyz_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim.FeatureXyz*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_FeatureXyzClaim_FeatureXyz" data-uid="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim.FeatureXyz">
|
||||
FeatureXyz
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Orthogonal absolute position in feature coordinate.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vec3d FeatureXyz { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
+40
-5
@@ -145,19 +145,54 @@ Interface ICoordinateTransformationClaim
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PointTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.PointTransformMat4d*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_CdnTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.CdnTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PointTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.PointTransformMat4d">
|
||||
PointTransformMat4d
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_CdnTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.CdnTransformMat4d">
|
||||
CdnTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.</p>
|
||||
<div class="markdown level1 summary"><p>Coordinate transmformation mat.
|
||||
From parent component to child component.
|
||||
Coordinate transmformation mat is inversed mat of <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d">PosTransformMat4d</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Mat4d PointTransformMat4d { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">Mat4d CdnTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.PosTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.PosTransformMat4d">
|
||||
PosTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.
|
||||
From parent component to child component.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Mat4d PosTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+4
-1
@@ -114,7 +114,10 @@ Interface ICoordinateTranslationClaim
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PointTransformMat4d">ICoordinateTransformationClaim.PointTransformMat4d</a>
|
||||
<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d">ICoordinateTransformationClaim.PosTransformMat4d</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_CdnTransformMat4d">ICoordinateTransformationClaim.CdnTransformMat4d</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
@@ -0,0 +1,204 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Interface IMcXyzClaim | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Interface IMcXyzClaim | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_ClaimBased_IMcXyzClaim" data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim" class="text-break">
|
||||
Interface IMcXyzClaim
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.html">ClaimBased</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IMcXyzClaim : IClaim</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist extensionMethods">
|
||||
<dt>Extension Methods</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate<TSelf>(TSelf, params object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke<TSrc>(TSrc, Action<TSrc>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke<TSrc, TDst>(TSrc, Func<TSrc, TDst>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_IMcXyzClaim_McXyz_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.McXyz*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_IMcXyzClaim_McXyz" data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.McXyz">
|
||||
McXyz
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get or set XYZ on Machine Coordinate.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Vec3d McXyz { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
+39
-1
@@ -101,7 +101,7 @@ Interface IMcXyzabcClaim
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IMcXyzabcClaim : IClaim, IGetMcXyzabc, ISetMcXyzabc</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public interface IMcXyzabcClaim : IGetMcXyzabc, ISetMcXyzabc, IMcXyzClaim, IClaim</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -119,6 +119,9 @@ Interface IMcXyzabcClaim
|
||||
<div>
|
||||
<a class="xref" href="Hi.Numerical.Xyzabc.ISetMcXyzabc.html#Hi_Numerical_Xyzabc_ISetMcXyzabc_SetMcXyzabc_Hi_Geom_DVec3d_">ISetMcXyzabc.SetMcXyzabc(DVec3d)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.html#Hi_Numerical_SoftParsers_ClaimBased_IMcXyzClaim_McXyz">IMcXyzClaim.McXyz</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="typelist extensionMethods">
|
||||
@@ -151,6 +154,41 @@ Interface IMcXyzabcClaim
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_IMcXyzabcClaim_McXyzabc_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzabcClaim.McXyzabc*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_IMcXyzabcClaim_McXyzabc" data-uid="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzabcClaim.McXyzabc">
|
||||
McXyzabc
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">DVec3d McXyzabc { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
+67
-32
@@ -189,6 +189,40 @@ Resolving series includes G54,G55,...,G59,G59.1,G59.2,...G59.9.</p>
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_CdnTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.CdnTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_CdnTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.CdnTransformMat4d">
|
||||
CdnTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Coordinate transmformation mat.
|
||||
From parent component to child component.
|
||||
Coordinate transmformation mat is inversed mat of <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d">PosTransformMat4d</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d CdnTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_CoordinateMark_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.CoordinateMark*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_CoordinateMark" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.CoordinateMark">
|
||||
@@ -286,38 +320,6 @@ G54,G55,...,G59,G59.1,G59.2,...G59.9.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PointTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PointTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PointTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PointTransformMat4d">
|
||||
PointTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PointTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PointTranslationXyz_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PointTranslationXyz*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PointTranslationXyz" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PointTranslationXyz">
|
||||
@@ -350,6 +352,39 @@ G54,G55,...,G59,G59.1,G59.2,...G59.9.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PosTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PosTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G54CoordinateClaim_PosTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G54CoordinateClaim.PosTransformMat4d">
|
||||
PosTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.
|
||||
From parent component to child component.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PosTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
+44
-6
@@ -229,6 +229,43 @@ Class G68CoordinateClaim
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_CdnTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.CdnTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_CdnTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.CdnTransformMat4d">
|
||||
CdnTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Coordinate transmformation mat.
|
||||
From parent component to child component.
|
||||
Coordinate transmformation mat is inversed mat of <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.ICoordinateTransformationClaim.html#Hi_Numerical_SoftParsers_ClaimBased_ICoordinateTransformationClaim_PosTransformMat4d">PosTransformMat4d</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d CdnTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_CdnTransformMat4d_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Apply IJK first if ijk not all nan.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_CoordinateMark_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.CoordinateMark*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_CoordinateMark" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.CoordinateMark">
|
||||
@@ -358,19 +395,20 @@ the cnc engineer used to use G17,G18,G19.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PointTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.PointTransformMat4d*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PosTransformMat4d_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.PosTransformMat4d*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PointTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.PointTransformMat4d">
|
||||
PointTransformMat4d
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PosTransformMat4d" data-uid="Hi.Numerical.SoftParsers.ClaimBased.Iso.G68CoordinateClaim.PosTransformMat4d">
|
||||
PosTransformMat4d
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.</p>
|
||||
<div class="markdown level1 summary"><p>Point transmformation mat.
|
||||
From parent component to child component.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PointTransformMat4d { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Mat4d PosTransformMat4d { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -386,7 +424,7 @@ the cnc engineer used to use G17,G18,G19.</p>
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PointTransformMat4d_remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_ClaimBased_Iso_G68CoordinateClaim_PosTransformMat4d_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Apply IJK first if ijk not all nan.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class McXyzClaim | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class McXyzClaim | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_ClaimBased_McXyzClaim" data-uid="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim" class="text-break">
|
||||
Class McXyzClaim
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.html">ClaimBased</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class McXyzClaim : IMcXyzClaim, IClaim</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">McXyzClaim</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.html">IMcXyzClaim</a></div>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IClaim.html">IClaim</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="typelist extensionMethods">
|
||||
<dt>Extension Methods</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate<TSelf>(TSelf, params object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke<TSrc>(TSrc, Action<TSrc>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke<TSrc, TDst>(TSrc, Func<TSrc, TDst>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_ClaimBased_McXyzClaim_McXyz_" data-uid="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim.McXyz*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_ClaimBased_McXyzClaim_McXyz" data-uid="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim.McXyz">
|
||||
McXyz
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get or set XYZ on Machine Coordinate.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vec3d McXyz { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -94,6 +94,14 @@
|
||||
<h3 id="classes">
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim.html">FeatureXyzClaim</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim.html">McXyzClaim</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.SentenceClaim.html">SentenceClaim</a></dt>
|
||||
<dd><p>Simultaneous Claim.</p>
|
||||
@@ -133,6 +141,10 @@ Different from the syntax-goal json object which is hard to fully normalized,
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IHeightOffsetClaim.html">IHeightOffsetClaim</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.html">IMcXyzClaim</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzabcClaim.html">IMcXyzabcClaim</a></dt>
|
||||
<dd></dd>
|
||||
|
||||
+13
-13
@@ -84,16 +84,16 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece">
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece" class="text-break">
|
||||
<h1 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece" class="text-break">
|
||||
Class ClaimPiece
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.html">Claims</a></dd></dl>
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.html">Semantics</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
@@ -171,8 +171,8 @@ Class ClaimPiece
|
||||
|
||||
|
||||
|
||||
<h2 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_remarks">Remarks</h2>
|
||||
<div class="markdown level0 remarks"><p>The design pattern of <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html#Hi_Numerical_SoftParsers_Claims_ClaimPiece_Sentence">Sentence</a>, <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html#Hi_Numerical_SoftParsers_Claims_ClaimPiece_JsonObject">JsonObject</a> and <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.SentenceClaim.html">SentenceClaim</a> are one-one-one mapping.</p>
|
||||
<h2 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_remarks">Remarks</h2>
|
||||
<div class="markdown level0 remarks"><p>The design pattern of <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html#Hi_Numerical_SoftParsers_Semantics_ClaimPiece_Sentence">Sentence</a>, <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html#Hi_Numerical_SoftParsers_Semantics_ClaimPiece_JsonObject">JsonObject</a> and <a class="xref" href="Hi.Numerical.SoftParsers.ClaimBased.SentenceClaim.html">SentenceClaim</a> are one-one-one mapping.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -180,9 +180,9 @@ Class ClaimPiece
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_ClaimPiece__ctor_" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.#ctor*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece__ctor_" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece__ctor_Hi_Numerical_SoftParsers_Raws_Sentence_System_Text_Json_Nodes_JsonObject_" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.#ctor(Hi.Numerical.SoftParsers.Raws.Sentence,System.Text.Json.Nodes.JsonObject)">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece__ctor_Hi_Numerical_SoftParsers_Raws_Sentence_System_Text_Json_Nodes_JsonObject_" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.#ctor(Hi.Numerical.SoftParsers.Raws.Sentence,System.Text.Json.Nodes.JsonObject)">
|
||||
ClaimPiece(Sentence, JsonObject)
|
||||
|
||||
</h3>
|
||||
@@ -217,9 +217,9 @@ Class ClaimPiece
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_ClaimList_" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.ClaimList*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_ClaimList_" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.ClaimList*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_ClaimList" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.ClaimList">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_ClaimList" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.ClaimList">
|
||||
ClaimList
|
||||
|
||||
</h3>
|
||||
@@ -248,9 +248,9 @@ Class ClaimPiece
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_JsonObject_" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.JsonObject*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_JsonObject_" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.JsonObject*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_JsonObject" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.JsonObject">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_JsonObject" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.JsonObject">
|
||||
JsonObject
|
||||
|
||||
</h3>
|
||||
@@ -279,9 +279,9 @@ Class ClaimPiece
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_Sentence_" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.Sentence*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_Sentence_" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.Sentence*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_ClaimPiece_Sentence" data-uid="Hi.Numerical.SoftParsers.Claims.ClaimPiece.Sentence">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_ClaimPiece_Sentence" data-uid="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.Sentence">
|
||||
Sentence
|
||||
|
||||
</h3>
|
||||
+89
-26
@@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class LinearFeatureXyzSemantic | HiAPI-C# 2025 </title>
|
||||
<title>Class FeatureXyzSemantic | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class LinearFeatureXyzSemantic | HiAPI-C# 2025 ">
|
||||
<meta name="title" content="Class FeatureXyzSemantic | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
@@ -84,16 +84,16 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic">
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic" class="text-break">
|
||||
Class LinearFeatureXyzSemantic
|
||||
<h1 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic" class="text-break">
|
||||
Class FeatureXyzSemantic
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.html">Claims</a></dd></dl>
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.html">Semantics</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
@@ -101,7 +101,7 @@ Class LinearFeatureXyzSemantic
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class LinearFeatureXyzSemantic : INcSemantic, IToXElement</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class FeatureXyzSemantic : INcSemantic, IToXElement</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -111,14 +111,14 @@ Class LinearFeatureXyzSemantic
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">LinearFeatureXyzSemantic</span></div>
|
||||
<div><span class="xref">FeatureXyzSemantic</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a></div>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.INcSemantic.html">INcSemantic</a></div>
|
||||
<div><a class="xref" href="Hi.Common.XmlUtils.IToXElement.html">IToXElement</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -184,9 +184,41 @@ Class LinearFeatureXyzSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.DisplayName*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_AvailableJsonPathList_" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.AvailableJsonPathList*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.DisplayName">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_AvailableJsonPathList" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.AvailableJsonPathList">
|
||||
AvailableJsonPathList
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Available Json Path List to resolve semantic.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> AvailableJsonPathList { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</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="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.DisplayName*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.DisplayName">
|
||||
DisplayName
|
||||
|
||||
</h3>
|
||||
@@ -216,28 +248,27 @@ Class LinearFeatureXyzSemantic
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_XName_" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.XName*"></a>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.Build*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Claims.ClaimPiece})">
|
||||
Build(LinkedListNode<ClaimPiece>)
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_XName" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.XName">
|
||||
XName
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html#Hi_Numerical_SoftParsers_Claims_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Build(LinkedListNode<ClaimPiece> claimPieceNode)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static string XName { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -248,16 +279,48 @@ Class LinearFeatureXyzSemantic
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece___remarks">Remarks</h4>
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.Build*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Semantics.ClaimPiece})">
|
||||
Build(LinkedListNode<ClaimPiece>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html#Hi_Numerical_SoftParsers_Semantics_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Build(LinkedListNode<ClaimPiece> claimPieceNode)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Since the building process may require the information of the related node, a whole node is passed in.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_ToXElement_" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.ToXElement*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_ToXElement_" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.ToXElement*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_LinearFeatureXyzSemantic_ToXElement" data-uid="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.ToXElement">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_FeatureXyzSemantic_ToXElement" data-uid="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.ToXElement">
|
||||
ToXElement()
|
||||
|
||||
</h3>
|
||||
+12
-12
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Interface INcSemantic | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Builder of .ClaimPiece.SentenceClaim and LinkedList.">
|
||||
<meta name="description" content="Builder of .SentenceClaim and LinkedList.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -84,20 +84,20 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic">
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_Claims_INcSemantic" data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic" class="text-break">
|
||||
<h1 id="Hi_Numerical_SoftParsers_Semantics_INcSemantic" data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic" class="text-break">
|
||||
Interface INcSemantic
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.html">Claims</a></dd></dl>
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.html">Semantics</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Builder of <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>.ClaimPiece.SentenceClaim and <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a> LinkedList.</p>
|
||||
<div class="markdown summary"><p>Builder of <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>.SentenceClaim and <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a> LinkedList.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -153,9 +153,9 @@ Interface INcSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_INcSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic.DisplayName*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_INcSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic.DisplayName*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_INcSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic.DisplayName">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_INcSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic.DisplayName">
|
||||
DisplayName
|
||||
|
||||
</h3>
|
||||
@@ -189,14 +189,14 @@ Interface INcSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_INcSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic.Build*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_INcSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic.Build*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_INcSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Claims.INcSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Claims.ClaimPiece})">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_INcSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Semantics.INcSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Semantics.ClaimPiece})">
|
||||
Build(LinkedListNode<ClaimPiece>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html#Hi_Numerical_SoftParsers_Claims_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html#Hi_Numerical_SoftParsers_Semantics_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -206,7 +206,7 @@ Interface INcSemantic
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -217,7 +217,7 @@ Interface INcSemantic
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Claims_INcSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece___remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Semantics_INcSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Since the building process may require the information of the related node, a whole node is passed in.</p>
|
||||
</div>
|
||||
|
||||
+24
-24
@@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class McAbcShortestPathSemantic | HiAPI-C# 2025 </title>
|
||||
<title>Class McAbcCyclicPathSemantic | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class McAbcShortestPathSemantic | HiAPI-C# 2025 ">
|
||||
<meta name="title" content="Class McAbcCyclicPathSemantic | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
@@ -84,16 +84,16 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic">
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic" class="text-break">
|
||||
Class McAbcShortestPathSemantic
|
||||
<h1 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic" class="text-break">
|
||||
Class McAbcCyclicPathSemantic
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.html">Claims</a></dd></dl>
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Numerical.html">Numerical</a>.<a class="xref" href="Hi.Numerical.SoftParsers.html">SoftParsers</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.html">Semantics</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
@@ -101,7 +101,7 @@ Class McAbcShortestPathSemantic
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class McAbcShortestPathSemantic : INcSemantic, IToXElement</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class McAbcCyclicPathSemantic : INcSemantic, IToXElement</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -111,14 +111,14 @@ Class McAbcShortestPathSemantic
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">McAbcShortestPathSemantic</span></div>
|
||||
<div><span class="xref">McAbcCyclicPathSemantic</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a></div>
|
||||
<div><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.INcSemantic.html">INcSemantic</a></div>
|
||||
<div><a class="xref" href="Hi.Common.XmlUtils.IToXElement.html">IToXElement</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -184,10 +184,10 @@ Class McAbcShortestPathSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic__ctor_" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.#ctor*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic__ctor_" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic__ctor" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.#ctor">
|
||||
McAbcShortestPathSemantic()
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic__ctor" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.#ctor">
|
||||
McAbcCyclicPathSemantic()
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -195,7 +195,7 @@ Class McAbcShortestPathSemantic
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public McAbcShortestPathSemantic()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public McAbcCyclicPathSemantic()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -214,9 +214,9 @@ Class McAbcShortestPathSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.DisplayName*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_DisplayName_" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.DisplayName*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.DisplayName">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_DisplayName" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.DisplayName">
|
||||
DisplayName
|
||||
|
||||
</h3>
|
||||
@@ -246,9 +246,9 @@ Class McAbcShortestPathSemantic
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_XName_" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.XName*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_XName_" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.XName*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_XName" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.XName">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_XName" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.XName">
|
||||
XName
|
||||
|
||||
</h3>
|
||||
@@ -281,14 +281,14 @@ Class McAbcShortestPathSemantic
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.Build*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_Build_" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.Build*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Claims.ClaimPiece})">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece__" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.Numerical.SoftParsers.Semantics.ClaimPiece})">
|
||||
Build(LinkedListNode<ClaimPiece>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html#Hi_Numerical_SoftParsers_Claims_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
<div class="markdown level1 summary"><p>Refine <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>.<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html#Hi_Numerical_SoftParsers_Semantics_ClaimPiece_ClaimList">ClaimList</a> of the node.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -298,7 +298,7 @@ Class McAbcShortestPathSemantic
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dt><code>claimPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -309,16 +309,16 @@ Class McAbcShortestPathSemantic
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Claims_ClaimPiece___remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_Numerical_SoftParsers_Semantics_ClaimPiece___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Since the building process may require the information of the related node, a whole node is passed in.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_ToXElement_" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.ToXElement*"></a>
|
||||
<a id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_ToXElement_" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.ToXElement*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_SoftParsers_Claims_McAbcShortestPathSemantic_ToXElement" data-uid="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.ToXElement">
|
||||
<h3 id="Hi_Numerical_SoftParsers_Semantics_McAbcCyclicPathSemantic_ToXElement" data-uid="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.ToXElement">
|
||||
ToXElement()
|
||||
|
||||
</h3>
|
||||
+9
-9
@@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Namespace Hi.Numerical.SoftParsers.Claims | HiAPI-C# 2025 </title>
|
||||
<title>Namespace Hi.Numerical.SoftParsers.Semantics | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Namespace Hi.Numerical.SoftParsers.Claims | HiAPI-C# 2025 ">
|
||||
<meta name="title" content="Namespace Hi.Numerical.SoftParsers.Semantics | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
@@ -84,9 +84,9 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Claims">
|
||||
<article data-uid="Hi.Numerical.SoftParsers.Semantics">
|
||||
|
||||
<h1 id="Hi_Numerical_SoftParsers_Claims" data-uid="Hi.Numerical.SoftParsers.Claims" class="text-break">Namespace Hi.Numerical.SoftParsers.Claims</h1>
|
||||
<h1 id="Hi_Numerical_SoftParsers_Semantics" data-uid="Hi.Numerical.SoftParsers.Semantics" class="text-break">Namespace Hi.Numerical.SoftParsers.Semantics</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
@@ -95,23 +95,23 @@
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a></dt>
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.html">LinearFeatureXyzSemantic</a></dt>
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.html">FeatureXyzSemantic</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.html">McAbcShortestPathSemantic</a></dt>
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.html">McAbcCyclicPathSemantic</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<h3 id="interfaces">
|
||||
Interfaces
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a></dt>
|
||||
<dd><p>Builder of <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a>.ClaimPiece.SentenceClaim and <a class="xref" href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html">ClaimPiece</a> LinkedList.</p>
|
||||
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Semantics.INcSemantic.html">INcSemantic</a></dt>
|
||||
<dd><p>Builder of <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a>.SentenceClaim and <a class="xref" href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html">ClaimPiece</a> LinkedList.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -203,7 +203,7 @@ Class SoftNcRunner
|
||||
|
||||
<h4 class="section">Property Value</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.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Numerical.SoftParsers.Semantics.INcSemantic.html">INcSemantic</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -2806,6 +2806,9 @@
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.html" name="" title="Hi.Numerical.SoftParsers.ClaimBased">Hi.Numerical.SoftParsers.ClaimBased</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.FeatureXyzClaim.html" name="" title="FeatureXyzClaim">FeatureXyzClaim</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.IClaim.html" name="" title="IClaim">IClaim</a>
|
||||
</li>
|
||||
@@ -2827,6 +2830,9 @@
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.IHeightOffsetClaim.html" name="" title="IHeightOffsetClaim">IHeightOffsetClaim</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzClaim.html" name="" title="IMcXyzClaim">IMcXyzClaim</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.IMcXyzabcClaim.html" name="" title="IMcXyzabcClaim">IMcXyzabcClaim</a>
|
||||
</li>
|
||||
@@ -2857,6 +2863,9 @@
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.IToolClaim.html" name="" title="IToolClaim">IToolClaim</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.McXyzClaim.html" name="" title="McXyzClaim">McXyzClaim</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.ClaimBased.PositioningMode.html" name="" title="PositioningMode">PositioningMode</a>
|
||||
</li>
|
||||
@@ -2903,25 +2912,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Hi.Numerical.SoftParsers.Claims.html" name="" title="Hi.Numerical.SoftParsers.Claims">Hi.Numerical.SoftParsers.Claims</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Claims.ClaimPiece.html" name="" title="ClaimPiece">ClaimPiece</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html" name="" title="INcSemantic">INcSemantic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Claims.LinearFeatureXyzSemantic.html" name="" title="LinearFeatureXyzSemantic">LinearFeatureXyzSemantic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Claims.McAbcShortestPathSemantic.html" name="" title="McAbcShortestPathSemantic">McAbcShortestPathSemantic</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Hi.Numerical.SoftParsers.Keywords.html" name="" title="Hi.Numerical.SoftParsers.Keywords">Hi.Numerical.SoftParsers.Keywords</a>
|
||||
@@ -2966,6 +2956,25 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Hi.Numerical.SoftParsers.Semantics.html" name="" title="Hi.Numerical.SoftParsers.Semantics">Hi.Numerical.SoftParsers.Semantics</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Semantics.ClaimPiece.html" name="" title="ClaimPiece">ClaimPiece</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Semantics.FeatureXyzSemantic.html" name="" title="FeatureXyzSemantic">FeatureXyzSemantic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Semantics.INcSemantic.html" name="" title="INcSemantic">INcSemantic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Numerical.SoftParsers.Semantics.McAbcCyclicPathSemantic.html" name="" title="McAbcCyclicPathSemantic">McAbcCyclicPathSemantic</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Hi.Numerical.SoftParsers.SyntaxBased.html" name="" title="Hi.Numerical.SoftParsers.SyntaxBased">Hi.Numerical.SoftParsers.SyntaxBased</a>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user