Table of Contents

Class HolderEditorDisplayee

Namespace
Hi.NcMech.Holders
Assembly
HiMech.dll

Displayee for holder editor that provides visualization functionality.

public class HolderEditorDisplayee : IAnchoredDisplayee, IGetAnchor, IDisplayee, IExpandToBox3d, IGetAsmb, IGetTopoIndex
Inheritance
HolderEditorDisplayee
Implements
Inherited Members
Extension Methods

Constructors

HolderEditorDisplayee()

Initializes a new instance of the HolderEditorDisplayee class

public HolderEditorDisplayee()

HolderEditorDisplayee(IHolder)

Initializes a new instance of the HolderEditorDisplayee class with a specified holder

public HolderEditorDisplayee(IHolder holder)

Parameters

holder IHolder

The holder to display

Properties

Holder

Gets or sets the holder to be displayed

public IHolder Holder { get; set; }

Property Value

IHolder

RenderingMode

Gets or sets the rendering mode for the holder solid.

public Solid.RenderingModeEnum RenderingMode { get; set; }

Property Value

Solid.RenderingModeEnum

ShowCutterBuckle

Gets or sets whether to show the cutter buckle anchor.

public bool ShowCutterBuckle { get; set; }

Property Value

bool

ShowGeomAnchor

Gets or sets whether to show the geometry anchor.

public bool ShowGeomAnchor { get; set; }

Property Value

bool

ShowSpindleBuckle

Gets or sets whether to show the spindle buckle anchor.

public bool ShowSpindleBuckle { get; set; }

Property Value

bool

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

GetAnchor()

Get key anchor. (i.e. root anchor)

public Anchor GetAnchor()

Returns

Anchor

key anchor

GetAsmb()

Gets the key asmb.

public Asmb GetAsmb()

Returns

Asmb

The key asmb.