Table of Contents

Class AnchoredDisplayee

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

Represents a displayable object that is anchored to a specific point in a topology.

public class AnchoredDisplayee : IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d
Inheritance
AnchoredDisplayee
Implements
Inherited Members
Extension Methods

Constructors

AnchoredDisplayee()

Initializes a new instance of the AnchoredDisplayee class.

public AnchoredDisplayee()

AnchoredDisplayee(IGetAnchor, IDisplayee)

Initializes a new instance of the AnchoredDisplayee class with the specified anchor and displayee.

public AnchoredDisplayee(IGetAnchor anchor, IDisplayee displayee)

Parameters

anchor IGetAnchor

The object that provides the anchor.

displayee IDisplayee

The displayable object.

Properties

AnchorSource

Gets or sets the source of the anchor.

public IGetAnchor AnchorSource { get; set; }

Property Value

IGetAnchor

Displayee

Gets or sets the displayable object.

public IDisplayee Displayee { get; set; }

Property Value

IDisplayee

Methods

Display(Bind)

Displays this object using the specified binding.

public void Display(Bind bind)

Parameters

bind Bind

The binding to use for display.

ExpandToBox3d(Box3d)

Expands the specified box to include this object.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

The box to expand.

GetAnchor()

public Anchor GetAnchor()

Returns

Anchor

GetRootAnchor()

Get root anchor.

public Anchor GetRootAnchor()

Returns

Anchor

root anchor.