Class CoordinateEntryDisplayee
Represents a displayable coordinate entry for CNC programming.
public class CoordinateEntryDisplayee : IDisplayee, IExpandToBox3d
- Inheritance
-
CoordinateEntryDisplayee
- Implements
- Inherited Members
- Extension Methods
Constructors
CoordinateEntryDisplayee(Func<NcEnv>, Func<IMachiningEquipment>)
Initializes a new instance of the CoordinateEntryDisplayee class.
public CoordinateEntryDisplayee(Func<NcEnv> ncEnvFunc, Func<IMachiningEquipment> millingEquipmentSource)
Parameters
ncEnvFunc
Func<NcEnv>The function that provides the NcEnv instance.
millingEquipmentSource
Func<IMachiningEquipment>The function that provides the machining equipment.
Properties
HeidenhainCycleDef247Q339
Gets or sets the Heidenhain Cycle Def 247 Q339 value.
public int HeidenhainCycleDef247Q339 { get; set; }
Property Value
HeidenhainCycleDef7Arg
Gets or sets the Heidenhain Cycle Def 7 arguments.
public HeidenhainCycleDef7Arg HeidenhainCycleDef7Arg { get; set; }
Property Value
IsoCoordinateId
Gets or sets the ISO coordinate ID.
public int IsoCoordinateId { get; set; }
Property Value
MillingEquipmentSource
Gets or sets the function that provides the machining equipment.
public Func<IMachiningEquipment> MillingEquipmentSource { get; set; }
Property Value
NcEnvFunc
Gets or sets the function that provides the NcEnv instance.
public Func<NcEnv> NcEnvFunc { get; set; }
Property Value
RenderingFlags
Gets or sets the rendering flags.
public BitArray RenderingFlags { get; set; }
Property Value
Remarks
cached property. Not output in XML.
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