tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class ActClTeleport
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ActClTeleport : IAct</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class ActClTeleport : IActDuration, IAct</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -119,6 +119,7 @@ Class ActClTeleport
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.Acts.IActDuration.html">IActDuration</a></div>
|
||||
<div><a class="xref" href="Hi.Numerical.Acts.IAct.html">IAct</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -145,9 +146,6 @@ Class ActClTeleport
|
||||
<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">
|
||||
@@ -186,8 +184,8 @@ Class ActClTeleport
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActClTeleport__ctor_" data-uid="Hi.Numerical.Acts.ActClTeleport.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActClTeleport__ctor_Hi_Geom_DVec3d_" data-uid="Hi.Numerical.Acts.ActClTeleport.#ctor(Hi.Geom.DVec3d)">
|
||||
ActClTeleport(DVec3d)
|
||||
<h3 id="Hi_Numerical_Acts_ActClTeleport__ctor_Hi_Geom_DVec3d_System_Nullable_System_TimeSpan__" data-uid="Hi.Numerical.Acts.ActClTeleport.#ctor(Hi.Geom.DVec3d,System.Nullable{System.TimeSpan})">
|
||||
ActClTeleport(DVec3d, TimeSpan?)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -196,7 +194,7 @@ Class ActClTeleport
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ActClTeleport(DVec3d cl)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ActClTeleport(DVec3d cl, TimeSpan? timeSpan = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -204,6 +202,8 @@ Class ActClTeleport
|
||||
<dt><code>cl</code> <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
|
||||
<dd><p>The cutter location vector.</p>
|
||||
</dd>
|
||||
<dt><code>timeSpan</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>?</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -221,6 +221,47 @@ Class ActClTeleport
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActClTeleport_ActDuration_" data-uid="Hi.Numerical.Acts.ActClTeleport.ActDuration*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActClTeleport_ActDuration" data-uid="Hi.Numerical.Acts.ActClTeleport.ActDuration">
|
||||
ActDuration
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the duration of the action.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TimeSpan ActDuration { 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.timespan">TimeSpan</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Numerical_Acts_ActClTeleport_ActDuration_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>The duration represents:</p>
|
||||
<ul>
|
||||
<li>The time required to complete the action</li>
|
||||
<li>Should be positive and finite</li>
|
||||
<li>Zero duration indicates an instantaneous action</li>
|
||||
<li>Used for scheduling and timing calculations</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActClTeleport_Cl_" data-uid="Hi.Numerical.Acts.ActClTeleport.Cl*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActClTeleport_Cl" data-uid="Hi.Numerical.Acts.ActClTeleport.Cl">
|
||||
@@ -253,6 +294,43 @@ Class ActClTeleport
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActClTeleport_ToString_" data-uid="Hi.Numerical.Acts.ActClTeleport.ToString*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActClTeleport_ToString" data-uid="Hi.Numerical.Acts.ActClTeleport.ToString">
|
||||
ToString()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>A string that represents the current object.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user