Class IsoCoordinateEntryDisplayee
Displayee for ISO coordinate entry visualization.
public class IsoCoordinateEntryDisplayee : IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d
- Inheritance
-
IsoCoordinateEntryDisplayee
- Implements
- Inherited Members
- Extension Methods
Constructors
IsoCoordinateEntryDisplayee(Func<NcEnv>, Func<IMachiningEquipment>)
Initializes a new instance of the IsoCoordinateEntryDisplayee class.
public IsoCoordinateEntryDisplayee(Func<NcEnv> ncEnvFunc, Func<IMachiningEquipment> millingEquipmentSource)
Parameters
ncEnvFuncFunc<NcEnv>The function that provides the NcEnv instance.
millingEquipmentSourceFunc<IMachiningEquipment>The function that provides the machining equipment.
Properties
IsoCoordinateId
Gets or sets the ISO coordinate ID.
public int IsoCoordinateId { get; set; }
Property Value
MillingEquipmentFunc
Gets or sets the function that provides the machining equipment.
public Func<IMachiningEquipment> MillingEquipmentFunc { get; set; }
Property Value
NcEnvFunc
Gets or sets the function that provides the NcEnv instance.
public Func<NcEnv> NcEnvFunc { get; set; }
Property Value
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bindBindBind 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
dstBox3dDestination box
GetAnchor()
Get key anchor. (i.e. root anchor)
public Anchor GetAnchor()
Returns
- Anchor
key anchor