tune
This commit is contained in:
@@ -329,6 +329,36 @@ The applied resolution is c*(2^i). Where c is a constant; i is a integer to make
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_Cbtr_CubeTree_KeyDll" data-uid="Hi.Cbtr.CubeTree.KeyDll">
|
||||
KeyDll
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public const string KeyDll = "hi-key.dll"</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_Cbtr_CubeTree_defaultPreferredGridWidth" data-uid="Hi.Cbtr.CubeTree.defaultPreferredGridWidth">
|
||||
defaultPreferredGridWidth
|
||||
|
||||
|
||||
@@ -94,12 +94,6 @@
|
||||
<h3 id="classes">
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html">BaseAndSubDirectory</a></dt>
|
||||
<dd><p>Represents a directory structure with a base directory and a subdirectory,
|
||||
providing methods for path manipulation and resolution.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.ExtendedNamedPath.html">ExtendedNamedPath</a></dt>
|
||||
<dd><p>Represents a path with a named base path and an optional extended path component.</p>
|
||||
@@ -118,11 +112,6 @@ providing methods for path manipulation and resolution.</p>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.NamedPath.html">NamedPath</a></dt>
|
||||
<dd><p>Represents a file system path with an associated name or alias.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.PathRoute.html">PathRoute</a></dt>
|
||||
<dd><p>Represents a path with both directory and file components, supporting relative and absolute path operations.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
|
||||
@@ -185,6 +185,37 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost__ctor_" data-uid="Hi.HiNcKits.HiNcHost.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost__ctor_Hi_MachiningProcs_ProxyProjectService_" data-uid="Hi.HiNcKits.HiNcHost.#ctor(Hi.MachiningProcs.ProxyProjectService)">
|
||||
HiNcHost(ProxyProjectService)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public HiNcHost(ProxyProjectService proxyProjectService)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>proxyProjectService</code> <a class="xref" href="Hi.MachiningProcs.ProxyProjectService.html">ProxyProjectService</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost__ctor_" data-uid="Hi.HiNcKits.HiNcHost.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost__ctor_System_String_System_Int32_System_String_" data-uid="Hi.HiNcKits.HiNcHost.#ctor(System.String,System.Int32,System.String)">
|
||||
@@ -291,10 +322,10 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_AdminDir_" data-uid="Hi.HiNcKits.HiNcHost.AdminDir*"></a>
|
||||
<a id="Hi_HiNcKits_HiNcHost_AdminDirectory_" data-uid="Hi.HiNcKits.HiNcHost.AdminDirectory*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_AdminDir" data-uid="Hi.HiNcKits.HiNcHost.AdminDir">
|
||||
AdminDir
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_AdminDirectory" data-uid="Hi.HiNcKits.HiNcHost.AdminDirectory">
|
||||
AdminDirectory
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -303,7 +334,7 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string AdminDir { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string AdminDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -419,39 +450,6 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_DirectoryRoute_" data-uid="Hi.HiNcKits.HiNcHost.DirectoryRoute*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_DirectoryRoute" data-uid="Hi.HiNcKits.HiNcHost.DirectoryRoute">
|
||||
DirectoryRoute
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common_PathUtils_BaseAndSubDirectory_BaseDirectory">BaseDirectory</a> is admin directory.
|
||||
The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common_PathUtils_BaseAndSubDirectory_SubDirectory">SubDirectory</a> is current applied project directory.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public BaseAndSubDirectory DirectoryRoute { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html">BaseAndSubDirectory</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_MachiningProject_" data-uid="Hi.HiNcKits.HiNcHost.MachiningProject*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_MachiningProject" data-uid="Hi.HiNcKits.HiNcHost.MachiningProject">
|
||||
@@ -459,8 +457,7 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the current MachiningProject instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -516,10 +513,10 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_ProjectDir_" data-uid="Hi.HiNcKits.HiNcHost.ProjectDir*"></a>
|
||||
<a id="Hi_HiNcKits_HiNcHost_ProjectDirectory_" data-uid="Hi.HiNcKits.HiNcHost.ProjectDirectory*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_ProjectDir" data-uid="Hi.HiNcKits.HiNcHost.ProjectDir">
|
||||
ProjectDir
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_ProjectDirectory" data-uid="Hi.HiNcKits.HiNcHost.ProjectDirectory">
|
||||
ProjectDirectory
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -528,7 +525,7 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string ProjectDir { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string ProjectDirectory { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -612,38 +609,6 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_ProjectPathRoute_" data-uid="Hi.HiNcKits.HiNcHost.ProjectPathRoute*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_ProjectPathRoute" data-uid="Hi.HiNcKits.HiNcHost.ProjectPathRoute">
|
||||
ProjectPathRoute
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the project path route.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public PathRoute ProjectPathRoute { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.PathUtils.PathRoute.html">PathRoute</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_ProjectRelativeDirectory_" data-uid="Hi.HiNcKits.HiNcHost.ProjectRelativeDirectory*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_ProjectRelativeDirectory" data-uid="Hi.HiNcKits.HiNcHost.ProjectRelativeDirectory">
|
||||
@@ -676,6 +641,37 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_RelativeProjectPath_" data-uid="Hi.HiNcKits.HiNcHost.RelativeProjectPath*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_RelativeProjectPath" data-uid="Hi.HiNcKits.HiNcHost.RelativeProjectPath">
|
||||
RelativeProjectPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string RelativeProjectPath { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost_ResourceDir_" data-uid="Hi.HiNcKits.HiNcHost.ResourceDir*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_ResourceDir" data-uid="Hi.HiNcKits.HiNcHost.ResourceDir">
|
||||
@@ -779,7 +775,7 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Relative directory from <a class="xref" href="Hi.HiNcKits.HiNcHost.html#Hi_HiNcKits_HiNcHost_AdminDir">AdminDir</a> for resource.</p>
|
||||
<div class="markdown level1 summary"><p>Relative directory from <a class="xref" href="Hi.HiNcKits.HiNcHost.html#Hi_HiNcKits_HiNcHost_AdminDirectory">AdminDirectory</a> for resource.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -1209,7 +1205,7 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Task LoadProjectByRelativePath(string relativeFilePathFromAdminRoot)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void LoadProjectByRelativePath(string relativeFilePathFromAdminRoot)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -1219,12 +1215,6 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
|
||||
<dd><p>A task representing the asynchronous operation</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
@@ -1314,12 +1304,12 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void SaveAsProject(string relativeFilePathFromAdminRoot)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void SaveAsProject(string relativeFilePath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>relativeFilePathFromAdminRoot</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dt><code>relativeFilePath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The relative file path from the admin directory root</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -1342,7 +1332,7 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Save project by <a class="xref" href="Hi.HiNcKits.HiNcHost.html#Hi_HiNcKits_HiNcHost_ProjectPathRoute">ProjectPathRoute</a>.</p>
|
||||
<div class="markdown level1 summary"><p>Save project in the current path.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -1406,37 +1396,6 @@ The <a class="xref" href="Hi.Common.PathUtils.BaseAndSubDirectory.html#Hi_Common
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_OnMachiningProjectDisposing" data-uid="Hi.HiNcKits.HiNcHost.OnMachiningProjectDisposing">
|
||||
OnMachiningProjectDisposing
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Event raised when the MachiningProject is about to be disposed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Func<MachiningProject, Task> OnMachiningProjectDisposing</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a><<a class="xref" href="Hi.MachiningProcs.MachiningProject.html">MachiningProject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost_OnShownMessageBoard" data-uid="Hi.HiNcKits.HiNcHost.OnShownMessageBoard">
|
||||
OnShownMessageBoard
|
||||
|
||||
|
||||
@@ -154,17 +154,17 @@ Class LocalApp
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_HostConfigPath" data-uid="Hi.HiNcKits.LocalApp.HostConfigPath">
|
||||
HostConfigPath
|
||||
<h3 id="Hi_HiNcKits_LocalApp_DefaultLocalAppConfigPath" data-uid="Hi.HiNcKits.LocalApp.DefaultLocalAppConfigPath">
|
||||
DefaultLocalAppConfigPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Path to the host configuration file.</p>
|
||||
<div class="markdown level1 summary"><p>Path to the configuration file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public const string HostConfigPath = "hinc-host-config.xml"</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public const string DefaultLocalAppConfigPath = "hinc-host-config.xml"</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -188,10 +188,10 @@ Class LocalApp
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_HostConfig_" data-uid="Hi.HiNcKits.LocalApp.HostConfig*"></a>
|
||||
<a id="Hi_HiNcKits_LocalApp_LocalAppConfig_" data-uid="Hi.HiNcKits.LocalApp.LocalAppConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_HostConfig" data-uid="Hi.HiNcKits.LocalApp.HostConfig">
|
||||
HostConfig
|
||||
<h3 id="Hi_HiNcKits_LocalApp_LocalAppConfig" data-uid="Hi.HiNcKits.LocalApp.LocalAppConfig">
|
||||
LocalAppConfig
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -200,7 +200,7 @@ Class LocalApp
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static HostConfig HostConfig { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static LocalAppConfig LocalAppConfig { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -209,7 +209,7 @@ Class LocalApp
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.HostConfig.html">HostConfig</a></dt>
|
||||
<dt><a class="xref" href="Hi.HiNcKits.LocalAppConfig.html">LocalAppConfig</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -226,19 +226,87 @@ Class LocalApp
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBegin_" data-uid="Hi.HiNcKits.LocalApp.AppBegin*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin" data-uid="Hi.HiNcKits.LocalApp.AppBegin">
|
||||
AppBegin()
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_Hi_HiNcKits_LocalAppConfig_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(Hi.HiNcKits.LocalAppConfig)">
|
||||
AppBegin(LocalAppConfig)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes the application by loading configuration, logging in licenses, and starting services.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(LocalAppConfig localAppConfig)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>localAppConfig</code> <a class="xref" href="Hi.HiNcKits.LocalAppConfig.html">LocalAppConfig</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBegin_" data-uid="Hi.HiNcKits.LocalApp.AppBegin*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_System_Int32_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(System.Int32,System.String)">
|
||||
AppBegin(int, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(int dbPort, string cacheDbPath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>dbPort</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>cacheDbPath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBegin_" data-uid="Hi.HiNcKits.LocalApp.AppBegin*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(System.String)">
|
||||
AppBegin(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(string hostConfigPath = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>hostConfigPath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,410 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class LocalAppConfig | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class LocalAppConfig | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Configuration for host-related settings.">
|
||||
<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.HiNcKits.LocalAppConfig">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_HiNcKits_LocalAppConfig" data-uid="Hi.HiNcKits.LocalAppConfig" class="text-break">
|
||||
Class LocalAppConfig
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.HiNcKits.html">HiNcKits</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiNc.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Configuration for host-related settings.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class LocalAppConfig</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">LocalAppConfig</span></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="constructors">Constructors
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig__ctor_" data-uid="Hi.HiNcKits.LocalAppConfig.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig__ctor" data-uid="Hi.HiNcKits.LocalAppConfig.#ctor">
|
||||
LocalAppConfig()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public LocalAppConfig()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig__ctor_" data-uid="Hi.HiNcKits.LocalAppConfig.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.HiNcKits.LocalAppConfig.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
LocalAppConfig(XElement, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.HiNcKits.LocalAppConfig.html">LocalAppConfig</a> class from XML data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public LocalAppConfig(XElement src, string baseDirectory)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>src</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a></dt>
|
||||
<dd><p>XML element containing configuration data</p>
|
||||
</dd>
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Base directory for resolving relative paths</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig_CacheDbPath_" data-uid="Hi.HiNcKits.LocalAppConfig.CacheDbPath*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig_CacheDbPath" data-uid="Hi.HiNcKits.LocalAppConfig.CacheDbPath">
|
||||
CacheDbPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the cache database path.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string CacheDbPath { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig_MongoPort_" data-uid="Hi.HiNcKits.LocalAppConfig.MongoPort*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig_MongoPort" data-uid="Hi.HiNcKits.LocalAppConfig.MongoPort">
|
||||
MongoPort
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the MongoDB port number.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int MongoPort { 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.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig_XName_" data-uid="Hi.HiNcKits.LocalAppConfig.XName*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig_XName" data-uid="Hi.HiNcKits.LocalAppConfig.XName">
|
||||
XName
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Name for XML IO.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string XName { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalAppConfig_MakeXmlSource_" data-uid="Hi.HiNcKits.LocalAppConfig.MakeXmlSource*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalAppConfig_MakeXmlSource_System_String_System_String_" data-uid="Hi.HiNcKits.LocalAppConfig.MakeXmlSource(System.String,System.String)">
|
||||
MakeXmlSource(string, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</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>
|
||||
@@ -2,11 +2,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class AppConfig | HiAPI-C# 2025 </title>
|
||||
<title>Class UserConfig | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class AppConfig | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="title" content="Class UserConfig | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="User Configuration">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -84,12 +84,12 @@
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Hi.HiNcKits.AppConfig">
|
||||
<article data-uid="Hi.HiNcKits.UserConfig">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_HiNcKits_UserConfig" data-uid="Hi.HiNcKits.AppConfig" class="text-break">
|
||||
Class AppConfig
|
||||
<h1 id="Hi_HiNcKits_UserConfig" data-uid="Hi.HiNcKits.UserConfig" class="text-break">
|
||||
Class UserConfig
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
@@ -97,11 +97,12 @@ Class AppConfig
|
||||
<dl><dt>Assembly</dt><dd>HiNc.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown summary"><p>User Configuration</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class AppConfig : IMakeXmlSource</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class UserConfig : IMakeXmlSource</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -111,7 +112,7 @@ Class AppConfig
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">AppConfig</span></div>
|
||||
<div><span class="xref">UserConfig</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -183,10 +184,10 @@ Class AppConfig
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig__ctor_" data-uid="Hi.HiNcKits.AppConfig.#ctor*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig__ctor_" data-uid="Hi.HiNcKits.UserConfig.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig__ctor" data-uid="Hi.HiNcKits.AppConfig.#ctor">
|
||||
AppConfig()
|
||||
<h3 id="Hi_HiNcKits_UserConfig__ctor" data-uid="Hi.HiNcKits.UserConfig.#ctor">
|
||||
UserConfig()
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -195,7 +196,7 @@ Class AppConfig
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public AppConfig()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public UserConfig()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -210,19 +211,19 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig__ctor_" data-uid="Hi.HiNcKits.AppConfig.#ctor*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig__ctor_" data-uid="Hi.HiNcKits.UserConfig.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.HiNcKits.AppConfig.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
AppConfig(XElement, string)
|
||||
<h3 id="Hi_HiNcKits_UserConfig__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.HiNcKits.UserConfig.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
UserConfig(XElement, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.HiNcKits.AppConfig.html">AppConfig</a> class from XML data.</p>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.HiNcKits.UserConfig.html">UserConfig</a> class from XML data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public AppConfig(XElement src, string baseDirectory)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public UserConfig(XElement src, string baseDirectory)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -250,9 +251,9 @@ Class AppConfig
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_DisplayedStepPresentKeyList_" data-uid="Hi.HiNcKits.AppConfig.DisplayedStepPresentKeyList*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_DisplayedStepPresentKeyList_" data-uid="Hi.HiNcKits.UserConfig.DisplayedStepPresentKeyList*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_DisplayedStepPresentKeyList" data-uid="Hi.HiNcKits.AppConfig.DisplayedStepPresentKeyList">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_DisplayedStepPresentKeyList" data-uid="Hi.HiNcKits.UserConfig.DisplayedStepPresentKeyList">
|
||||
DisplayedStepPresentKeyList
|
||||
|
||||
</h3>
|
||||
@@ -282,9 +283,43 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_EquipmentWorkpieceSetupDisplayeeConfig_" data-uid="Hi.HiNcKits.AppConfig.EquipmentWorkpieceSetupDisplayeeConfig*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_EnableFullControl_" data-uid="Hi.HiNcKits.UserConfig.EnableFullControl*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_EquipmentWorkpieceSetupDisplayeeConfig" data-uid="Hi.HiNcKits.AppConfig.EquipmentWorkpieceSetupDisplayeeConfig">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_EnableFullControl" data-uid="Hi.HiNcKits.UserConfig.EnableFullControl">
|
||||
EnableFullControl
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Enable Full control of the application.
|
||||
Eanble System.Diagnostics.Process in GUI Script Command.
|
||||
Not used yet.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool EnableFullControl { 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.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_EquipmentWorkpieceSetupDisplayeeConfig_" data-uid="Hi.HiNcKits.UserConfig.EquipmentWorkpieceSetupDisplayeeConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_EquipmentWorkpieceSetupDisplayeeConfig" data-uid="Hi.HiNcKits.UserConfig.EquipmentWorkpieceSetupDisplayeeConfig">
|
||||
EquipmentWorkpieceSetupDisplayeeConfig
|
||||
|
||||
</h3>
|
||||
@@ -314,9 +349,9 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_FixtureSetupDisplayeeConfig_" data-uid="Hi.HiNcKits.AppConfig.FixtureSetupDisplayeeConfig*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_FixtureSetupDisplayeeConfig_" data-uid="Hi.HiNcKits.UserConfig.FixtureSetupDisplayeeConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_FixtureSetupDisplayeeConfig" data-uid="Hi.HiNcKits.AppConfig.FixtureSetupDisplayeeConfig">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_FixtureSetupDisplayeeConfig" data-uid="Hi.HiNcKits.UserConfig.FixtureSetupDisplayeeConfig">
|
||||
FixtureSetupDisplayeeConfig
|
||||
|
||||
</h3>
|
||||
@@ -346,14 +381,15 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheLowerLimitMb_" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheLowerLimitMb*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheLowerLimitMb_" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheLowerLimitMb*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheLowerLimitMb" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheLowerLimitMb">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheLowerLimitMb" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheLowerLimitMb">
|
||||
GraphicCacheLowerLimitMb
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the lower limit of graphic cache in megabytes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -377,14 +413,15 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheMb_" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheMb*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheMb_" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheMb*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheMb" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheMb">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheMb" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheMb">
|
||||
GraphicCacheMb
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the graphic cache size in megabytes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -408,14 +445,15 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheUpperLimitMb_" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheUpperLimitMb*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_GraphicCacheUpperLimitMb_" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheUpperLimitMb*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheUpperLimitMb" data-uid="Hi.HiNcKits.AppConfig.GraphicCacheUpperLimitMb">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_GraphicCacheUpperLimitMb" data-uid="Hi.HiNcKits.UserConfig.GraphicCacheUpperLimitMb">
|
||||
GraphicCacheUpperLimitMb
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the upper limit of graphic cache in megabytes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -439,14 +477,15 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_LanguageCode_" data-uid="Hi.HiNcKits.AppConfig.LanguageCode*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_LanguageCode_" data-uid="Hi.HiNcKits.UserConfig.LanguageCode*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_LanguageCode" data-uid="Hi.HiNcKits.AppConfig.LanguageCode">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_LanguageCode" data-uid="Hi.HiNcKits.UserConfig.LanguageCode">
|
||||
LanguageCode
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the language code for the application UI.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -470,14 +509,15 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_ShowPhysicsOptions_" data-uid="Hi.HiNcKits.AppConfig.ShowPhysicsOptions*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_ShowPhysicsOptions_" data-uid="Hi.HiNcKits.UserConfig.ShowPhysicsOptions*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_ShowPhysicsOptions" data-uid="Hi.HiNcKits.AppConfig.ShowPhysicsOptions">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_ShowPhysicsOptions" data-uid="Hi.HiNcKits.UserConfig.ShowPhysicsOptions">
|
||||
ShowPhysicsOptions
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets or sets whether to show physics options in the UI.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -501,9 +541,9 @@ Class AppConfig
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_XName_" data-uid="Hi.HiNcKits.AppConfig.XName*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_XName_" data-uid="Hi.HiNcKits.UserConfig.XName*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_XName" data-uid="Hi.HiNcKits.AppConfig.XName">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_XName" data-uid="Hi.HiNcKits.UserConfig.XName">
|
||||
XName
|
||||
|
||||
</h3>
|
||||
@@ -537,9 +577,9 @@ Class AppConfig
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserConfig_MakeXmlSource_" data-uid="Hi.HiNcKits.AppConfig.MakeXmlSource*"></a>
|
||||
<a id="Hi_HiNcKits_UserConfig_MakeXmlSource_" data-uid="Hi.HiNcKits.UserConfig.MakeXmlSource*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserConfig_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.HiNcKits.AppConfig.MakeXmlSource(System.String,System.String,System.Boolean)">
|
||||
<h3 id="Hi_HiNcKits_UserConfig_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.HiNcKits.UserConfig.MakeXmlSource(System.String,System.String,System.Boolean)">
|
||||
MakeXmlSource(string, string, bool)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -0,0 +1,682 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class UserService | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class UserService | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="User Service.">
|
||||
<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.HiNcKits.UserService">
|
||||
|
||||
|
||||
|
||||
<h1 id="Hi_HiNcKits_UserService" data-uid="Hi.HiNcKits.UserService" class="text-break">
|
||||
Class UserService
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.HiNcKits.html">HiNcKits</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>HiNc.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>User Service.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class UserService : IDisposable</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">UserService</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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="constructors">Constructors
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService__ctor_" data-uid="Hi.HiNcKits.UserService.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService__ctor" data-uid="Hi.HiNcKits.UserService.#ctor">
|
||||
UserService()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.HiNcKits.UserService.html">UserService</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UserService()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService__ctor_" data-uid="Hi.HiNcKits.UserService.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService__ctor_Hi_HiNcKits_UserConfig_" data-uid="Hi.HiNcKits.UserService.#ctor(Hi.HiNcKits.UserConfig)">
|
||||
UserService(UserConfig)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.HiNcKits.UserService.html">UserService</a> class with the specified configuration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UserService(UserConfig appConfig)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>appConfig</code> <a class="xref" href="Hi.HiNcKits.UserConfig.html">UserConfig</a></dt>
|
||||
<dd><p>The application configuration.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_AdditionalStepPresentAccess_" data-uid="Hi.HiNcKits.UserService.AdditionalStepPresentAccess*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_AdditionalStepPresentAccess" data-uid="Hi.HiNcKits.UserService.AdditionalStepPresentAccess">
|
||||
AdditionalStepPresentAccess
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets additional step presentation access configurations.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Dictionary<string, PresentAccess> AdditionalStepPresentAccess { 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.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.MachiningSteps.PresentAccess.html">PresentAccess</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_CandidateStepPresentKeyList_" data-uid="Hi.HiNcKits.UserService.CandidateStepPresentKeyList*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_CandidateStepPresentKeyList" data-uid="Hi.HiNcKits.UserService.CandidateStepPresentKeyList">
|
||||
CandidateStepPresentKeyList
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Candidate Step Present Key List for display.
|
||||
Read only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> CandidateStepPresentKeyList { 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_HiNcKits_UserService_DisplayedStepPresentAccessList_" data-uid="Hi.HiNcKits.UserService.DisplayedStepPresentAccessList*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_DisplayedStepPresentAccessList" data-uid="Hi.HiNcKits.UserService.DisplayedStepPresentAccessList">
|
||||
DisplayedStepPresentAccessList
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>StepPresentAccessList for display.
|
||||
Read only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<KeyValuePair<string, PresentAccess>> DisplayedStepPresentAccessList { 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.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.MachiningSteps.PresentAccess.html">PresentAccess</a>>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_EnablePhysics_" data-uid="Hi.HiNcKits.UserService.EnablePhysics*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_EnablePhysics" data-uid="Hi.HiNcKits.UserService.EnablePhysics">
|
||||
EnablePhysics
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets whether physics features are enabled based on configuration and license.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool EnablePhysics { 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.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_IsPhysicsLicensed_" data-uid="Hi.HiNcKits.UserService.IsPhysicsLicensed*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_IsPhysicsLicensed" data-uid="Hi.HiNcKits.UserService.IsPhysicsLicensed">
|
||||
IsPhysicsLicensed
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets whether advanced physics features are licensed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsPhysicsLicensed { 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.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_SelectedItem_" data-uid="Hi.HiNcKits.UserService.SelectedItem*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_SelectedItem" data-uid="Hi.HiNcKits.UserService.SelectedItem">
|
||||
SelectedItem
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the currently selected item in the application.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public object SelectedItem { 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.object">object</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_StepPresentAccessDictionary_" data-uid="Hi.HiNcKits.UserService.StepPresentAccessDictionary*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_StepPresentAccessDictionary" data-uid="Hi.HiNcKits.UserService.StepPresentAccessDictionary">
|
||||
StepPresentAccessDictionary
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>StepPresentAccessDictionary.
|
||||
Read only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Dictionary<string, PresentAccess> StepPresentAccessDictionary { 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.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.MachiningSteps.PresentAccess.html">PresentAccess</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_UserConfig_" data-uid="Hi.HiNcKits.UserService.UserConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_UserConfig" data-uid="Hi.HiNcKits.UserService.UserConfig">
|
||||
UserConfig
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the application configuration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UserConfig UserConfig { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.UserConfig.html">UserConfig</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_UserConfigPath_" data-uid="Hi.HiNcKits.UserService.UserConfigPath*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_UserConfigPath" data-uid="Hi.HiNcKits.UserService.UserConfigPath">
|
||||
UserConfigPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the application configuration file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string UserConfigPath { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_Dispose_" data-uid="Hi.HiNcKits.UserService.Dispose*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_Dispose" data-uid="Hi.HiNcKits.UserService.Dispose">
|
||||
Dispose()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_Dispose_" data-uid="Hi.HiNcKits.UserService.Dispose*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_Dispose_System_Boolean_" data-uid="Hi.HiNcKits.UserService.Dispose(System.Boolean)">
|
||||
Dispose(bool)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected virtual void Dispose(bool disposing)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>disposing</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_LooseSaveUserConfig_" data-uid="Hi.HiNcKits.UserService.LooseSaveUserConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_LooseSaveUserConfig" data-uid="Hi.HiNcKits.UserService.LooseSaveUserConfig">
|
||||
LooseSaveUserConfig()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Schedules a loose save of the user configuration using a LooseRunner.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void LooseSaveUserConfig()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_UserService_SaveUserConfig_" data-uid="Hi.HiNcKits.UserService.SaveUserConfig*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_UserService_SaveUserConfig" data-uid="Hi.HiNcKits.UserService.SaveUserConfig">
|
||||
SaveUserConfig()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Saves the user configuration to the file specified by <a class="xref" href="Hi.HiNcKits.UserService.html#Hi_HiNcKits_UserService_UserConfigPath">UserConfigPath</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void SaveUserConfig()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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,35 +94,35 @@
|
||||
<h3 id="classes">
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.AppConfig.html">AppConfig</a></dt>
|
||||
<dd><p>Application/Environment Configuration</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.AppService.html">AppService</a></dt>
|
||||
<dd><p>Application/Environment Service.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.HiNcHost.html">HiNcHost</a></dt>
|
||||
<dd><p>Rich HiNC Service.
|
||||
Host class for HiNC functionality that provides project management, path resolution, and MongoDB integration.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.HostConfig.html">HostConfig</a></dt>
|
||||
<dd><p>Configuration for host-related settings.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.LocalApp.html">LocalApp</a></dt>
|
||||
<dd><p>Local application initialization and cleanup utilities.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.LocalAppConfig.html">LocalAppConfig</a></dt>
|
||||
<dd><p>Configuration for host-related settings.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.ProxyConfig.html">ProxyConfig</a></dt>
|
||||
<dd><p>Configuration for proxy-related settings.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.UserConfig.html">UserConfig</a></dt>
|
||||
<dd><p>User Configuration</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.UserService.html">UserService</a></dt>
|
||||
<dd><p>User Service.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<h3 id="enums">
|
||||
|
||||
@@ -185,38 +185,6 @@ Interface IProjectService
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_IProjectService_MachiningProjectPath_" data-uid="Hi.MachiningProcs.IProjectService.MachiningProjectPath*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_IProjectService_MachiningProjectPath" data-uid="Hi.MachiningProcs.IProjectService.MachiningProjectPath">
|
||||
MachiningProjectPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the machining project file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">string MachiningProjectPath { 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.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
@@ -215,8 +215,8 @@ Apply absolute file path.</p>
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService__ctor_" data-uid="Hi.MachiningProcs.LocalProjectService.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService__ctor_Hi_HiNcKits_AppService_Microsoft_Extensions_Logging_ILogger_Hi_MachiningProcs_LocalProjectService__" data-uid="Hi.MachiningProcs.LocalProjectService.#ctor(Hi.HiNcKits.AppService,Microsoft.Extensions.Logging.ILogger{Hi.MachiningProcs.LocalProjectService})">
|
||||
LocalProjectService(AppService, ILogger<LocalProjectService>)
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService__ctor_Hi_HiNcKits_UserService_Microsoft_Extensions_Logging_ILogger_Hi_MachiningProcs_LocalProjectService__" data-uid="Hi.MachiningProcs.LocalProjectService.#ctor(Hi.HiNcKits.UserService,Microsoft.Extensions.Logging.ILogger{Hi.MachiningProcs.LocalProjectService})">
|
||||
LocalProjectService(UserService, ILogger<LocalProjectService>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -225,12 +225,12 @@ Apply absolute file path.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public LocalProjectService(AppService appService, ILogger<LocalProjectService> logger)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public LocalProjectService(UserService userService, ILogger<LocalProjectService> logger)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>appService</code> <a class="xref" href="Hi.HiNcKits.AppService.html">AppService</a></dt>
|
||||
<dt><code>userService</code> <a class="xref" href="Hi.HiNcKits.UserService.html">UserService</a></dt>
|
||||
<dd><p>The application service.</p>
|
||||
</dd>
|
||||
<dt><code>logger</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1">ILogger</a><<a class="xref" href="Hi.MachiningProcs.LocalProjectService.html">LocalProjectService</a>></dt>
|
||||
@@ -253,38 +253,6 @@ Apply absolute file path.</p>
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_AppService_" data-uid="Hi.MachiningProcs.LocalProjectService.AppService*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_AppService" data-uid="Hi.MachiningProcs.LocalProjectService.AppService">
|
||||
AppService
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the application service instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public AppService AppService { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.AppService.html">AppService</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_Logger_" data-uid="Hi.MachiningProcs.LocalProjectService.Logger*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_Logger" data-uid="Hi.MachiningProcs.LocalProjectService.Logger">
|
||||
@@ -356,8 +324,7 @@ Apply absolute file path.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the machining project file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -413,6 +380,38 @@ Apply absolute file path.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_UserService_" data-uid="Hi.MachiningProcs.LocalProjectService.UserService*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_UserService" data-uid="Hi.MachiningProcs.LocalProjectService.UserService">
|
||||
UserService
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the application service instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UserService UserService { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.HiNcKits.UserService.html">UserService</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
@@ -522,7 +521,7 @@ Apply absolute file path.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Task LoadProject(string projectPath)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void LoadProject(string projectPath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -532,12 +531,6 @@ Apply absolute file path.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
|
||||
<dd><p>A task representing the asynchronous operation</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2122,45 +2122,6 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_MachiningProject_ShowMessageBoard_" data-uid="Hi.MachiningProcs.MachiningProject.ShowMessageBoard*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningProject_ShowMessageBoard_System_String_System_String_Hi_Common_Messages_BootstrapTheme_" data-uid="Hi.MachiningProcs.MachiningProject.ShowMessageBoard(System.String,System.String,Hi.Common.Messages.BootstrapTheme)">
|
||||
ShowMessageBoard(string, string, BootstrapTheme)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Shows a message board with the specified title, message, and theme.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void ShowMessageBoard(string title, string message, BootstrapTheme bootstrapThemeColor)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>title</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The title of the message board</p>
|
||||
</dd>
|
||||
<dt><code>message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The message to display</p>
|
||||
</dd>
|
||||
<dt><code>bootstrapThemeColor</code> <a class="xref" href="Hi.Common.Messages.BootstrapTheme.html">BootstrapTheme</a></dt>
|
||||
<dd><p>The theme color for the message board</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_MachiningProject_TrainMillingPara_" data-uid="Hi.MachiningProcs.MachiningProject.TrainMillingPara*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningProject_TrainMillingPara_Hi_MillingForces_Fittings_SampleFlag_System_Boolean_System_Double_System_String_System_Threading_CancellationToken_Hi_MillingForces_Fittings_ICuttingPara_" data-uid="Hi.MachiningProcs.MachiningProject.TrainMillingPara(Hi.MillingForces.Fittings.SampleFlag,System.Boolean,System.Double,System.String,System.Threading.CancellationToken,Hi.MillingForces.Fittings.ICuttingPara)">
|
||||
@@ -2335,37 +2296,6 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningProject_OnShownMessageBoard" data-uid="Hi.MachiningProcs.MachiningProject.OnShownMessageBoard">
|
||||
OnShownMessageBoard
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Event that is triggered when a message board is shown.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event ShowMessageBoardDelegate OnShownMessageBoard</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.Messages.ShowMessageBoardDelegate.html">ShowMessageBoardDelegate</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningProject_OnUpdatedInspectingQuantityFunc" data-uid="Hi.MachiningProcs.MachiningProject.OnUpdatedInspectingQuantityFunc">
|
||||
OnUpdatedInspectingQuantityFunc
|
||||
|
||||
|
||||
@@ -188,8 +188,8 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService__ctor_" data-uid="Hi.MachiningProcs.ProxyProjectService.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService__ctor_Hi_MachiningProcs_LocalProjectService_Microsoft_Extensions_Options_IOptions_Hi_HiNcKits_ProxyConfig__" data-uid="Hi.MachiningProcs.ProxyProjectService.#ctor(Hi.MachiningProcs.LocalProjectService,Microsoft.Extensions.Options.IOptions{Hi.HiNcKits.ProxyConfig})">
|
||||
ProxyProjectService(LocalProjectService, IOptions<ProxyConfig>)
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService__ctor_Hi_MachiningProcs_LocalProjectService_Hi_HiNcKits_ProxyConfig_" data-uid="Hi.MachiningProcs.ProxyProjectService.#ctor(Hi.MachiningProcs.LocalProjectService,Hi.HiNcKits.ProxyConfig)">
|
||||
ProxyProjectService(LocalProjectService, ProxyConfig)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -198,7 +198,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ProxyProjectService(LocalProjectService localProjectService, IOptions<ProxyConfig> proxyConfigOptions)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ProxyProjectService(LocalProjectService localProjectService, ProxyConfig proxyConfig)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -206,7 +206,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<dt><code>localProjectService</code> <a class="xref" href="Hi.MachiningProcs.LocalProjectService.html">LocalProjectService</a></dt>
|
||||
<dd><p>The local project service.</p>
|
||||
</dd>
|
||||
<dt><code>proxyConfigOptions</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1">IOptions</a><<a class="xref" href="Hi.HiNcKits.ProxyConfig.html">ProxyConfig</a>></dt>
|
||||
<dt><code>proxyConfig</code> <a class="xref" href="Hi.HiNcKits.ProxyConfig.html">ProxyConfig</a></dt>
|
||||
<dd><p>The proxy configuration options.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -238,7 +238,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string AdminDirectory { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string AdminDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -290,38 +290,6 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_MachiningProject_" data-uid="Hi.MachiningProcs.ProxyProjectService.MachiningProject*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_MachiningProject" data-uid="Hi.MachiningProcs.ProxyProjectService.MachiningProject">
|
||||
MachiningProject
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the machining project instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public MachiningProject MachiningProject { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.MachiningProject.html">MachiningProject</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_MachiningProjectPath_" data-uid="Hi.MachiningProcs.ProxyProjectService.MachiningProjectPath*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_MachiningProjectPath" data-uid="Hi.MachiningProcs.ProxyProjectService.MachiningProjectPath">
|
||||
@@ -329,8 +297,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the machining project file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -354,19 +321,19 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_ProjectPathRelativeToAdmin_" data-uid="Hi.MachiningProcs.ProxyProjectService.ProjectPathRelativeToAdmin*"></a>
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_ProxyConfig_" data-uid="Hi.MachiningProcs.ProxyProjectService.ProxyConfig*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_ProjectPathRelativeToAdmin" data-uid="Hi.MachiningProcs.ProxyProjectService.ProjectPathRelativeToAdmin">
|
||||
ProjectPathRelativeToAdmin
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_ProxyConfig" data-uid="Hi.MachiningProcs.ProxyProjectService.ProxyConfig">
|
||||
ProxyConfig
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the project path relative to the admin directory.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the proxy configuration options.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string ProjectPathRelativeToAdmin { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ProxyConfig ProxyConfig { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -375,7 +342,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dt><a class="xref" href="Hi.HiNcKits.ProxyConfig.html">ProxyConfig</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -386,19 +353,19 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_ProxyConfigOptions_" data-uid="Hi.MachiningProcs.ProxyProjectService.ProxyConfigOptions*"></a>
|
||||
<a id="Hi_MachiningProcs_ProxyProjectService_RelativeProjectPath_" data-uid="Hi.MachiningProcs.ProxyProjectService.RelativeProjectPath*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_ProxyConfigOptions" data-uid="Hi.MachiningProcs.ProxyProjectService.ProxyConfigOptions">
|
||||
ProxyConfigOptions
|
||||
<h3 id="Hi_MachiningProcs_ProxyProjectService_RelativeProjectPath" data-uid="Hi.MachiningProcs.ProxyProjectService.RelativeProjectPath">
|
||||
RelativeProjectPath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the proxy configuration options.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the project path relative to the <a class="xref" href="Hi.MachiningProcs.ProxyProjectService.html#Hi_MachiningProcs_ProxyProjectService_AdminDirectory">AdminDirectory</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IOptions<ProxyConfig> ProxyConfigOptions { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string RelativeProjectPath { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -407,7 +374,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1">IOptions</a><<a class="xref" href="Hi.HiNcKits.ProxyConfig.html">ProxyConfig</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -527,7 +494,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Task LoadProject(string relativeFilePath)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void LoadProject(string relativeFilePath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -537,12 +504,6 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
|
||||
<dd><p>A task representing the asynchronous operation</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
@@ -632,7 +593,7 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Task SaveAsProject(string relativeFilePath)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void SaveAsProject(string relativeFilePath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -642,11 +603,6 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
@@ -670,16 +626,10 @@ Apply relative file path from <a class="xref" href="Hi.MachiningProcs.ProxyProje
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Task SaveProject()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void SaveProject()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
|
||||
<dd><p>A task representing the asynchronous operation.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -825,7 +825,7 @@ For legacy compatable.</p>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
[Obsolete]
|
||||
[Obsolete("Use MachiningResolution_mm instead.")]
|
||||
public double MachiningResolution { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
@@ -942,6 +942,40 @@ public double MachiningResolution_mm { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_MillingCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeApi.MillingCycleDivisionNum*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_MillingCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeApi.MillingCycleDivisionNum">
|
||||
MillingCycleDivisionNum
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the number of divisions per cycle for milling force calculation.
|
||||
This property should be set before milling force evaluation if <a class="xref" href="Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_TrainMillingPara_Hi_MillingForces_Fittings_SampleFlag_System_String_System_Double_Hi_MillingForces_Fittings_ICuttingPara_">TrainMillingPara(SampleFlag, string, double, ICuttingPara)</a> is intended to be used.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public static int MillingCycleDivisionNum { 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.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_MillingForceCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeApi.MillingForceCycleDivisionNum*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_MillingForceCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeApi.MillingForceCycleDivisionNum">
|
||||
@@ -956,6 +990,7 @@ This property should be set before milling force evaluation if <a class="xref" h
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
[Obsolete("Use MillingCycleDivisionNum instead.")]
|
||||
public static int MillingForceCycleDivisionNum { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1368,6 +1368,40 @@ public double MachiningResolution_mm { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_MillingCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeController.MillingCycleDivisionNum*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_MillingCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeController.MillingCycleDivisionNum">
|
||||
MillingCycleDivisionNum
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the number of divisions per cycle for milling force calculation.
|
||||
This property should be set before milling force evaluation if <a class="xref" href="Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_TrainMillingPara_Hi_MillingForces_Fittings_SampleFlag_System_String_System_Double_">TrainMillingPara(SampleFlag, string, double)</a> is intended to be used.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public static int MillingCycleDivisionNum { 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.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_MillingForceCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeController.MillingForceCycleDivisionNum*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_MillingForceCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeController.MillingForceCycleDivisionNum">
|
||||
@@ -1382,6 +1416,7 @@ This property should be set before milling force evaluation if <a class="xref" h
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
[Obsolete]
|
||||
public static int MillingForceCycleDivisionNum { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -587,9 +587,6 @@
|
||||
<a href="Hi.Common.PathUtils.html" name="" title="Hi.Common.PathUtils">Hi.Common.PathUtils</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Hi.Common.PathUtils.BaseAndSubDirectory.html" name="" title="BaseAndSubDirectory">BaseAndSubDirectory</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Common.PathUtils.ExtendedNamedPath.html" name="" title="ExtendedNamedPath">ExtendedNamedPath</a>
|
||||
</li>
|
||||
@@ -602,9 +599,6 @@
|
||||
<li>
|
||||
<a href="Hi.Common.PathUtils.NamedPath.html" name="" title="NamedPath">NamedPath</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Common.PathUtils.PathRoute.html" name="" title="PathRoute">PathRoute</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.Common.PathUtils.PathUtil.html" name="" title="PathUtil">PathUtil</a>
|
||||
</li>
|
||||
@@ -1130,27 +1124,27 @@
|
||||
<a href="Hi.HiNcKits.html" name="" title="Hi.HiNcKits">Hi.HiNcKits</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.AppConfig.html" name="" title="AppConfig">AppConfig</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.AppService.html" name="" title="AppService">AppService</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.BasePathEnum.html" name="" title="BasePathEnum">BasePathEnum</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.HiNcHost.html" name="" title="HiNcHost">HiNcHost</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.HostConfig.html" name="" title="HostConfig">HostConfig</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.LocalApp.html" name="" title="LocalApp">LocalApp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.LocalAppConfig.html" name="" title="LocalAppConfig">LocalAppConfig</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.ProxyConfig.html" name="" title="ProxyConfig">ProxyConfig</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.UserConfig.html" name="" title="UserConfig">UserConfig</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Hi.HiNcKits.UserService.html" name="" title="UserService">UserService</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user