Table of Contents

Class CachedTris

Namespace
HiCbtr.Cbtr
Assembly
HiCbtr.dll

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 NativeTopoStld

Topo Stl

tstlfr NativeTopoStlfr
pre Mat4d

previous transformation matrix

cur Mat4d

current transformation matrix

fractionTolerance double
sweepingMode 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 NativeTopoStld

stl

mat Mat4d

transformation matrix

fractionTolerance double

Properties

CachedTrisPtr

Native pointer of the object.

public nint CachedTrisPtr { get; }

Property Value

nint

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind 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 Box3d

destinate box

~CachedTris()

protected ~CachedTris()