Table of Contents

Class MachiningProjectDisplayee

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Represents a displayable wrapper for a machining project.

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

Constructors

MachiningProjectDisplayee(MachiningProject)

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

public MachiningProjectDisplayee(MachiningProject machiningProject)

Parameters

machiningProject MachiningProject

The machining project to display.

MachiningProjectDisplayee(MachiningProject, BitArray)

Initializes a new instance of the MachiningProjectDisplayee class.

public MachiningProjectDisplayee(MachiningProject machiningProject, BitArray renderingFlagBitArray)

Parameters

machiningProject MachiningProject
renderingFlagBitArray BitArray

Properties

MachiningProject

Gets the current milling course from the host function.

public MachiningProject MachiningProject { get; set; }

Property Value

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

GetRootAnchor()

Get root anchor.

public Anchor GetRootAnchor()

Returns

Anchor

root anchor.