Table of Contents

Class MillingToolEditorDisplayee

Namespace
Hi.Milling.MillingTools
Assembly
HiMech.dll
public class MillingToolEditorDisplayee : ITopoDisplayee, ITopo, IGetAsmb, IGetAnchoredDisplayeeList, IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d
Inheritance
MillingToolEditorDisplayee
Implements
Inherited Members
Extension Methods

Properties

HolderEditorDisplayee

public HolderEditorDisplayee HolderEditorDisplayee { get; }

Property Value

HolderEditorDisplayee

MillingCutterEditorDisplayee

public MillingCutterEditorDisplayee MillingCutterEditorDisplayee { get; }

Property Value

MillingCutterEditorDisplayee

MillingTool

public MillingTool MillingTool { get; }

Property Value

MillingTool

MillingToolGetter

public Func<MillingTool> MillingToolGetter { get; set; }

Property Value

Func<MillingTool>

ShowCutter

public bool ShowCutter { get; set; }

Property Value

bool

ShowHolder

public bool ShowHolder { 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

GetAnchoredDisplayeeList()

Gets a list of anchored displayable objects.

public List<IAnchoredDisplayee> GetAnchoredDisplayeeList()

Returns

List<IAnchoredDisplayee>

A list of IAnchoredDisplayee objects

GetAsmb()

Gets the key asmb.

public Asmb GetAsmb()

Returns

Asmb

The key asmb.