Class CachedTris
Feature-cached triangle for CubeTree computation.
public class CachedTris : IDisposable, IDisplayee, IExpandToBox3d
- Inheritance
-
CachedTris
- Implements
- Inherited Members
- Extension Methods
Constructors
CachedTris(NativeTopoStld, NativeTopoStlfr, Mat4d, Mat4d, double, SweepingMode)
Ctor by the swept stl.
The sweeping is from the transformation of pre
to cur
.
public CachedTris(NativeTopoStld tstl, NativeTopoStlfr tstlfr, Mat4d pre, Mat4d cur, double fractionTolerance, CachedTris.SweepingMode sweepingMode = SweepingMode.Auto)
Parameters
tstl
NativeTopoStldTopo Stl
tstlfr
NativeTopoStlfrpre
Mat4dprevious transformation matrix
cur
Mat4dcurrent transformation matrix
fractionTolerance
doublesweepingMode
CachedTris.SweepingMode
CachedTris(NativeTopoStld, Mat4d, double)
Ctor by the transformed stl. only available for geometry that does not contains near point or points on the same line on the same plane.
public CachedTris(NativeTopoStld stl, Mat4d mat, double fractionTolerance)
Parameters
stl
NativeTopoStldstl
mat
Mat4dtransformation matrix
fractionTolerance
double
Properties
CachedTrisPtr
Native pointer of the object.
public nint CachedTrisPtr { get; }
Property Value
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind with DispEngine. See Bind.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
ExpandToBox3d(Box3d)
Expand the destinate box. This function is ususally used to compute the bounding box of elements.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3ddestinate box
~CachedTris()
protected ~CachedTris()