This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -104,7 +104,7 @@ Implements the Pickable base class to enable mouse event handling.</p>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class DemoPick1 : Pickable, IPickableGetter, IDisposable, IDisplayee, IExpandToBox3d</code></pre>
<pre><code class="lang-csharp hljs">public class DemoPick1 : Pickable, IGetPickable, IDisposable, IDisplayee, IExpandToBox3d</code></pre>
</div>
@@ -122,7 +122,7 @@ Implements the Pickable base class to enable mouse event handling.</p>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="../../api/Hi.Disp.IPickableGetter.html">IPickableGetter</a></div>
<div><a class="xref" href="../../api/Hi.Disp.IGetPickable.html">IGetPickable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="../../api/Hi.Disp.IDisplayee.html">IDisplayee</a></div>
<div><a class="xref" href="../../api/Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
@@ -219,7 +219,7 @@ namespace Sample.Disp
public void Display(Bind bind)
{
bind.PickID = PickingID;
bind.RGB = new Vec3d(isMouseOver ? 0 : 1, 1, 1);
bind.Rgb = new Vec3d(isMouseOver ? 0 : 1, 1, 1);
new Box3d(0, 0, 0, 1, 1, 1).DisplayFace(bind);
bind.PickID = 0;
}