tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class StlFile
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class StlFile : IStlSource, IGetStl, IMakeXmlSource, IExpandToBox3d, IDuplicate, ISourceFile</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class StlFile : IStlSource, IGetStl, IMakeXmlSource, IExpandToBox3d, IDuplicate, ISourceFile, IToPresentDto</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ Class StlFile
|
||||
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
|
||||
<div><a class="xref" href="Hi.Common.IDuplicate.html">IDuplicate</a></div>
|
||||
<div><a class="xref" href="Hi.Common.ISourceFile.html">ISourceFile</a></div>
|
||||
<div><a class="xref" href="Hi.Common.IToPresentDto.html">IToPresentDto</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -673,6 +674,40 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_StlFile_ToPresentDto_" data-uid="Hi.Geom.StlFile.ToPresentDto*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_StlFile_ToPresentDto" data-uid="Hi.Geom.StlFile.ToPresentDto">
|
||||
ToPresentDto()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Convert StlFile to presentation DTO (Data Transfer Object) for JSON serialization.
|
||||
The returned object includes type metadata for web API presentation.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public object ToPresentDto()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd><p>DTO object with type and sourceFile properties</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user