Table of Contents

Class AsmbDraw

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

Render all Anchors of the Asmb in form of CoordinateDrawing.

public class AsmbDraw : IDisplayee, IExpandToBox3d
Inheritance
AsmbDraw
Implements
Inherited Members
Extension Methods

Constructors

AsmbDraw(Asmb, Anchor)

Ctor.

public AsmbDraw(Asmb asmb, Anchor root)

Parameters

asmb Asmb

asmb

root Anchor

fixed anchor

Properties

Asmb

Asmb.

public Asmb Asmb { get; set; }

Property Value

Asmb

Root

Fixed anchor.

public Anchor Root { get; set; }

Property Value

Anchor

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind with DispEngine. See Bind.

ExpandToBox3d(Box3d)

Expands the destination box. This function is usually used to compute the bounding box of elements.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

Destination box