Class MillingToolEditorDisplayee
- Namespace
- Hi.Milling.MillingTools
- Assembly
- HiMech.dll
Display host for a milling tool composed of a cutter and a holder.
public class MillingToolEditorDisplayee : ITopoDisplayee, ITopo, IGetAsmb, IGetAnchoredDisplayeeList, IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d, IClearCache
- Inheritance
-
MillingToolEditorDisplayee
- Implements
- Inherited Members
- Extension Methods
Properties
HolderEditorDisplayee
Gets the displayee for the holder.
public HolderEditorDisplayee HolderEditorDisplayee { get; }
Property Value
MillingCutterEditorDisplayee
Gets the displayee for the milling cutter.
public MillingCutterEditorDisplayee MillingCutterEditorDisplayee { get; }
Property Value
MillingTool
Gets the current MillingTool instance.
public MillingTool MillingTool { get; }
Property Value
MillingToolGetter
Gets or sets the delegate that provides the MillingTool instance.
public Func<MillingTool> MillingToolGetter { get; set; }
Property Value
ShowCutter
Gets or sets whether to show the cutter.
public bool ShowCutter { get; set; }
Property Value
ShowHolder
Gets or sets whether to show the holder.
public bool ShowHolder { get; set; }
Property Value
Methods
ClearCache()
Clears any cached data held by the implementing object.
public void ClearCache()
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
GetAnchoredDisplayeeList()
Gets a list of anchored displayable objects.
public List<IAnchoredDisplayee> GetAnchoredDisplayeeList()
Returns
- List<IAnchoredDisplayee>
A list of IAnchoredDisplayee objects
GetAsmb()
Gets the key asmb.
public Asmb GetAsmb()
Returns
- Asmb
The key asmb.