388 lines
15 KiB
HTML
388 lines
15 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Namespace Hi.Geom | HiAPI-C# 2025 </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Namespace Hi.Geom | 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.Geom">
|
|
|
|
<h1 id="Hi_Geom" data-uid="Hi.Geom" class="text-break">Namespace Hi.Geom</h1>
|
|
<div class="markdown level0 summary"></div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="markdown level0 remarks"></div>
|
|
|
|
<h3 id="classes">
|
|
Classes
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.ArrayUtil.html">ArrayUtil</a></dt>
|
|
<dd><p>Utility class for array operations.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.AxisAngle4d.html">AxisAngle4d</a></dt>
|
|
<dd><p>Axis(3d) and angle(1d)</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Box2d.html">Box2d</a></dt>
|
|
<dd><p>Lightweight 2d box.
|
|
An orthogonal box which the edges are all parallel with Cartesian Coordinate.
|
|
The data contains in a <a class="xref" href="Hi.Geom.Box2d.html">Box2d</a> is <a class="xref" href="Hi.Geom.Box2d.html#Hi_Geom_Box2d_Min">Min</a> and <a class="xref" href="Hi.Geom.Box2d.html#Hi_Geom_Box2d_Max">Max</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Box2d.NoInit.html">Box2d.NoInit</a></dt>
|
|
<dd><p>Flag for calling <a class="xref" href="Hi.Geom.Box2d.html#Hi_Geom_Box2d__ctor_Hi_Geom_Box2d_NoInit_">Box2d(NoInit)</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Box3d.html">Box3d</a></dt>
|
|
<dd><p>Lightweight 3d box.
|
|
An orthogonal box which the edges are all parallel with Cartesian Coordinate.
|
|
The data contains in a <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a> is <a class="xref" href="Hi.Geom.Box3d.html#Hi_Geom_Box3d_Min">Min</a> and <a class="xref" href="Hi.Geom.Box3d.html#Hi_Geom_Box3d_Max">Max</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Box3d.NoInit.html">Box3d.NoInit</a></dt>
|
|
<dd><p>Flag for calling <a class="xref" href="Hi.Geom.Box3d.html#Hi_Geom_Box3d__ctor_Hi_Geom_Box3d_NoInit_">Box3d(NoInit)</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Cylindroid.html">Cylindroid</a></dt>
|
|
<dd><p>Geometry of Cylindroid.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
|
|
<dd><p>Dual Vec3d with p(<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>) and n(<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>).</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.ExtendedCylinder.html">ExtendedCylinder</a></dt>
|
|
<dd><p>An extensible cylinder geometry that generates a corresponding <a class="xref" href="Hi.Geom.ExtendedCylinder.html#Hi_Geom_ExtendedCylinder_Cylindroid">Cylindroid</a> by the start section and the total length.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Flat3d.html">Flat3d</a></dt>
|
|
<dd><p>Represents a 3D plane defined by a unit normal vector and its signed distance from the origin.
|
|
The plane equation is: Ax + By + Cz + d = 0, where (A,B,C) is the normal vector and d is the distance to origin.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.GeomCombination.html">GeomCombination</a></dt>
|
|
<dd><p>A class that manages multiple STL sources as a single source.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.GeomUtil.html">GeomUtil</a></dt>
|
|
<dd><p>Utility of Geometry.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
|
<dd><p>4x4 Matrix.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.MathNetUtil.html">MathNetUtil</a></dt>
|
|
<dd><p>Utility class for MathNet.Numerics operations.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.MathUtil.html">MathUtil</a></dt>
|
|
<dd><p>Math Utility.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a></dt>
|
|
<dd><p>Native wrapper for C++ fraction_t<0> (unlimited precision fraction).
|
|
A fraction consists of a numerator and denominator using unlimited precision integers.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.NativeStl.html">NativeStl</a></dt>
|
|
<dd><p>Native Stl. For purpose of efficient swept volume.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.NativeTopoStld.html">NativeTopoStld</a></dt>
|
|
<dd><p>Native TopoStl with element type double.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.NativeTopoStlfr.html">NativeTopoStlfr</a></dt>
|
|
<dd><p>Native TopoStl with element type fraction.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.PairZr.html">PairZr</a></dt>
|
|
<dd><p>Value pair of Z and R.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.PairZrUtil.html">PairZrUtil</a></dt>
|
|
<dd><p>Utility class for working with PairZr objects</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Polar3d.html">Polar3d</a></dt>
|
|
<dd><p>Represents a point in 3D space using polar coordinates</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Segment3d.html">Segment3d</a></dt>
|
|
<dd><p>Represents a 3D line segment defined by two endpoints.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Stl.html">Stl</a></dt>
|
|
<dd><p>STL (stereolithography). Composed by Triangles.
|
|
Provide Stl File R/W.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.StlFile.html">StlFile</a></dt>
|
|
<dd><p>Represents an STL file with loading and saving capabilities</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.StlFuncHost.html">StlFuncHost</a></dt>
|
|
<dd><p>A class that hosts a function to generate STL geometry.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.StlUtil.html">StlUtil</a></dt>
|
|
<dd><p>Utility for <a class="xref" href="Hi.Geom.Stl.html">Stl</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.TransformationGeom.html">TransformationGeom</a></dt>
|
|
<dd><p>Represents a geometric transformation that can be applied to a geometry object.
|
|
This class combines a transformer with a target geometry to produce transformed geometric results.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Tri3d.html">Tri3d</a></dt>
|
|
<dd><p>Basic 3D Triangle.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Tri3dUtil.html">Tri3dUtil</a></dt>
|
|
<dd><p>Utility of <a class="xref" href="Hi.Geom.Tri3d.html">Tri3d</a>.
|
|
Include generator of triangles from points.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.UnnullableDVec3d.html">UnnullableDVec3d</a></dt>
|
|
<dd><p>For Unnullable IO for <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Vec2d.html">Vec2d</a></dt>
|
|
<dd><p>Basic 2D point (or vector).</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Vec2i.html">Vec2i</a></dt>
|
|
<dd><p>Basic 2D point (or vector).</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
|
<dd><p>Basic 3D point (or vector).</p>
|
|
</dd>
|
|
</dl>
|
|
<h3 id="interfaces">
|
|
Interfaces
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IExpandToBox2d.html">IExpandToBox2d</a></dt>
|
|
<dd><p>Object that can be expanded to a <a class="xref" href="Hi.Geom.Box2d.html">Box2d</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></dt>
|
|
<dd><p>Object that can be expanded to a <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IFlat3d.html">IFlat3d</a></dt>
|
|
<dd><p>Interface for a 3D plane that provides an anchor point and a normal vector.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IGenStl.html">IGenStl</a></dt>
|
|
<dd><p>Interface for generating STL geometry with a resolution.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IGeomProperty.html">IGeomProperty</a></dt>
|
|
<dd><p>Interface for objects that have a geometry property.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IGetStl.html">IGetStl</a></dt>
|
|
<dd><p>Interface for retrieving STL geometry data.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IGetZrContour.html">IGetZrContour</a></dt>
|
|
<dd><p>Interface for retrieving Z-R contour data for rotational geometries.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IGetZrList.html">IGetZrList</a></dt>
|
|
<dd><p>Interface for getting a list of Z-R pairs.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IStlSource.html">IStlSource</a></dt>
|
|
<dd><p><a class="xref" href="Hi.Geom.Stl.html">Stl</a> provider with xml support.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.ITri3d.html">ITri3d</a></dt>
|
|
<dd><p>Interface for 3D triangles.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IVec-1.html">IVec<T></a></dt>
|
|
<dd><p>Interface for vector types with generic element type.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.IZrListSourceProperty.html">IZrListSourceProperty</a></dt>
|
|
<dd><p>Provides a source for obtaining an <a class="xref" href="Hi.Geom.IGetZrList.html">IGetZrList</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<h3 id="enums">
|
|
Enums
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Dir.html">Dir</a></dt>
|
|
<dd><p>Enumeration of coordinate axis directions in 3D space.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.FractionStatus.html">FractionStatus</a></dt>
|
|
<dd><p>Status flags for <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Mat4d.IndexFlag.html">Mat4d.IndexFlag</a></dt>
|
|
<dd><p>Specifies the indexing method for matrix construction from vectors.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Hi.Geom.Stl.StlType.html">Stl.StlType</a></dt>
|
|
<dd><p>Stl file format.</p>
|
|
</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>
|