Table of Contents

Class MachiningProjectDisplayee

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Represents a displayable wrapper for a machining project.

public class MachiningProjectDisplayee : IDisplayee, IExpandToBox3d, IGetAnchor, IGetTopoIndex
Inheritance
MachiningProjectDisplayee
Implements
Inherited Members
Extension Methods

Constructors

MachiningProjectDisplayee(MachiningProject, BitArray)

Initializes a new instance of the MachiningProjectDisplayee class.

public MachiningProjectDisplayee(MachiningProject machiningProject, BitArray renderingFlagBitArray)

Parameters

machiningProject MachiningProject
renderingFlagBitArray BitArray

MachiningProjectDisplayee(Func<MachiningProject>)

Initializes a new instance of the MachiningProjectDisplayee class with default rendering flags.

public MachiningProjectDisplayee(Func<MachiningProject> machiningProjectGetter)

Parameters

machiningProjectGetter Func<MachiningProject>

Properties

HeidenhainCoordinateEntryDisplayee

Gets the Heidenhain coordinate entry displayee for Heidenhain-based coordinate systems.

public HeidenhainCoordinateEntryDisplayee HeidenhainCoordinateEntryDisplayee { get; }

Property Value

HeidenhainCoordinateEntryDisplayee

IsoCoordinateEntryDisplayee

Gets the ISO coordinate entry displayee for ISO-based coordinate systems.

public IsoCoordinateEntryDisplayee IsoCoordinateEntryDisplayee { get; }

Property Value

IsoCoordinateEntryDisplayee

MachiningProject

Gets the current milling course from the host function.

public MachiningProject MachiningProject { get; }

Property Value

MachiningProject

MachiningProjectGetter

public Func<MachiningProject> MachiningProjectGetter { get; set; }

Property Value

Func<MachiningProject>

RenderingFlagBitArray

Gets or sets the bit array that controls which elements are rendered.

public BitArray RenderingFlagBitArray { get; set; }

Property Value

BitArray

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