This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Interface IFlat3d | HiAPI-C# 2025 ">
<meta name="description" content="Interface for a 3D flat surface that provides location and normal vector.">
<meta name="description" content="Interface for a 3D plane that provides an anchor point and a normal vector.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -97,7 +97,7 @@ Interface IFlat3d
<dl><dt>Assembly</dt><dd>HiGeom.dll</dd></dl>
</div>
<div class="markdown summary"><p>Interface for a 3D flat surface that provides location and normal vector.</p>
<div class="markdown summary"><p>Interface for a 3D plane that provides an anchor point and a normal vector.</p>
</div>
<div class="markdown conceptual"></div>
@@ -219,7 +219,8 @@ Interface IFlat3d
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets an anchor point from a normal vector and signed distance to origin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -229,15 +230,18 @@ Interface IFlat3d
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>normal</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
<dd><p>The unit normal vector.</p>
</dd>
<dt><code>distanceToOrigin</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Signed distance to origin.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
<dd><p>The anchor point on the plane.</p>
</dd>
</dl>