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)
Initializes a new instance of the MachiningProjectDisplayee class with default rendering flags.
public MachiningProjectDisplayee(MachiningProject machiningProject)
Parameters
machiningProject
MachiningProjectThe machining project to display.
MachiningProjectDisplayee(MachiningProject, BitArray)
Initializes a new instance of the MachiningProjectDisplayee class.
public MachiningProjectDisplayee(MachiningProject machiningProject, BitArray renderingFlagBitArray)
Parameters
machiningProject
MachiningProjectrenderingFlagBitArray
BitArray
Properties
HeidenhainCoordinateEntryDisplayee
public HeidenhainCoordinateEntryDisplayee HeidenhainCoordinateEntryDisplayee { get; }
Property Value
IsoCoordinateEntryDisplayee
public IsoCoordinateEntryDisplayee IsoCoordinateEntryDisplayee { get; }
Property Value
MachiningProject
Gets the current milling course from the host function.
public MachiningProject MachiningProject { get; set; }
Property Value
RenderingFlagBitArray
Gets or sets the bit array that controls which elements are rendered.
public BitArray RenderingFlagBitArray { get; set; }
Property Value
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind 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
Box3dDestination box
GetAnchor()
Get key anchor. (i.e. root anchor)
public Anchor GetAnchor()
Returns
- Anchor
key anchor