Table of Contents

Class TopoUtil

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

Utility of handling Anchor.

public static class TopoUtil
Inheritance
TopoUtil
Inherited Members

Methods

Display(IGetAnchor, Bind, Dictionary<Anchor, Mat4d>)

Display to rendering canvas.

comp has to be IDisplayee to take effect.

public static void Display(this IGetAnchor comp, Bind bind, Dictionary<Anchor, Mat4d> matMap)

Parameters

comp IGetAnchor

component

bind Bind

rendering bind

matMap Dictionary<Anchor, Mat4d>

matrix map

ExpandToBox3d(IGetAnchor, Box3d, Dictionary<Anchor, Mat4d>)

Expand to Box3d.

comp has to be IExpandToBox3d to take effect.

public static void ExpandToBox3d(this IGetAnchor comp, Box3d dst, Dictionary<Anchor, Mat4d> matMap)

Parameters

comp IGetAnchor

component

dst Box3d

dstination

matMap Dictionary<Anchor, Mat4d>

matrix map