This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -102,7 +102,7 @@ Class PairZr
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class PairZr : IMakeXmlSource, IExpandToBox3d, IEqualityOperators&lt;PairZr, PairZr, bool&gt;, IAdditionOperators&lt;PairZr, PairZr, PairZr&gt;, ISubtractionOperators&lt;PairZr, PairZr, PairZr&gt;, IMultiplyOperators&lt;PairZr, double, PairZr&gt;, IDivisionOperators&lt;PairZr, double, PairZr&gt;</code></pre>
<pre><code class="lang-csharp hljs">public class PairZr : IMakeXmlSource, IExpandToBox3d, IEqualityOperators&lt;PairZr, PairZr, bool&gt;, IAdditionOperators&lt;PairZr, PairZr, PairZr&gt;, ISubtractionOperators&lt;PairZr, PairZr, PairZr&gt;, IMultiplyOperators&lt;PairZr, double, PairZr&gt;, IDivisionOperators&lt;PairZr, double, PairZr&gt;, IFormattable</code></pre>
</div>
@@ -126,6 +126,7 @@ Class PairZr
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.isubtractionoperators-3">ISubtractionOperators</a>&lt;<a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>, <a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>, <a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.imultiplyoperators-3">IMultiplyOperators</a>&lt;<a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.idivisionoperators-3">IDivisionOperators</a>&lt;<a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="Hi.Geom.PairZr.html">PairZr</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
</dd>
</dl>
@@ -151,14 +152,17 @@ Class PairZr
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.XmlUtils.XmlUtil.html#Hi_Common_XmlUtils_XmlUtil_MakeXmlSourceFile_Hi_Common_XmlUtils_IMakeXmlSource_System_String_">XmlUtil.MakeXmlSourceFile(IMakeXmlSource, string)</a>
<a class="xref" href="Hi.Common.XmlUtils.XmlUtil.html#Hi_Common_XmlUtils_XmlUtil_MakeXmlSourceFile_Hi_Common_XmlUtils_IMakeXmlSource_System_String_System_Boolean_">XmlUtil.MakeXmlSourceFile(IMakeXmlSource, string, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Common.XmlUtils.XmlUtil.html#Hi_Common_XmlUtils_XmlUtil_MakeXmlSourceWithRebaseFile_Hi_Common_XmlUtils_IMakeXmlSource_System_String_System_String_">XmlUtil.MakeXmlSourceWithRebaseFile(IMakeXmlSource, string, string)</a>
<a class="xref" href="Hi.Common.XmlUtils.XmlUtil.html#Hi_Common_XmlUtils_XmlUtil_MakeXmlSourceWithRebaseFile_Hi_Common_XmlUtils_IMakeXmlSource_System_String_System_String_System_Boolean_">XmlUtil.MakeXmlSourceWithRebaseFile(IMakeXmlSource, string, string, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Common.XmlUtils.XmlUtil.html#Hi_Common_XmlUtils_XmlUtil_SaveToByteArrayAsync_Hi_Common_XmlUtils_IMakeXmlSource_System_String_">XmlUtil.SaveToByteArrayAsync(IMakeXmlSource, string)</a>
</div>
<div>
<a class="xref" href="Hi.Geom.GeomUtil.html#Hi_Geom_GeomUtil_ExpandToBox3d_Hi_Geom_IExpandToBox3d_Hi_Geom_Mat4d_Hi_Geom_Box3d_">GeomUtil.ExpandToBox3d(IExpandToBox3d, Mat4d, Box3d)</a>
</div>
<div>
<a class="xref" href="Hi.Geom.GeomUtil.html#Hi_Geom_GeomUtil_GetBox3d_Hi_Geom_IExpandToBox3d_">GeomUtil.GetBox3d(IExpandToBox3d)</a>
</div>
@@ -711,8 +715,8 @@ This function is usually used to compute the bounding box of elements.</p>
<a id="Hi_Geom_PairZr_MakeXmlSource_" data-uid="Hi.Geom.PairZr.MakeXmlSource*"></a>
<h3 id="Hi_Geom_PairZr_MakeXmlSource_System_String_System_String_" data-uid="Hi.Geom.PairZr.MakeXmlSource(System.String,System.String)">
MakeXmlSource(string, string)
<h3 id="Hi_Geom_PairZr_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.Geom.PairZr.MakeXmlSource(System.String,System.String,System.Boolean)">
MakeXmlSource(string, string, bool)
</h3>
@@ -722,7 +726,7 @@ This method may also generate additional resources such as related files.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile)</code></pre>
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile, bool exhibitionOnly)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -732,6 +736,9 @@ This method may also generate additional resources such as related files.</p>
</dd>
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The relative file path for the XML source</p>
</dd>
<dt><code>exhibitionOnly</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p>if true, the extended file creation is suppressed.</p>
</dd>
</dl>
@@ -748,6 +755,11 @@ This method may also generate additional resources such as related files.</p>
<h4 class="section" id="Hi_Geom_PairZr_MakeXmlSource_System_String_System_String_System_Boolean__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>For the demand of easy moving source folder (especially project folder) without configuration file path corruption, the relative file path is applied.
The <code class="paramref">baseDirectory</code> is typically the folder at the nearest configuration file folder.
Since the folder can be moving with the configuration file.</p>
</div>
@@ -785,6 +797,48 @@ This method may also generate additional resources such as related files.</p>
<a id="Hi_Geom_PairZr_ToString_" data-uid="Hi.Geom.PairZr.ToString*"></a>
<h3 id="Hi_Geom_PairZr_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.PairZr.ToString(System.String,System.IFormatProvider)">
ToString(string, IFormatProvider)
</h3>
<div class="markdown level1 summary"><p>Returns a string representation of the PairZr formatted according to the specified format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ToString(string format, IFormatProvider formatProvider)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>format</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The format to use for each component</p>
</dd>
<dt><code>formatProvider</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></dt>
<dd><p>The format provider to use</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A formatted string representation of the PairZr</p>
</dd>
</dl>
<h2 class="section" id="operators">Operators
</h2>