Class MillingToolEditorDisplayee
- Namespace
- Hi.Milling.MillingTools
- Assembly
- HiMech.dll
public class MillingToolEditorDisplayee : ITopoDisplayee, ITopo, IGetAsmb, IGetAnchoredDisplayeeList, IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d
- Inheritance
-
MillingToolEditorDisplayee
- Implements
- Inherited Members
- Extension Methods
Properties
HolderEditorDisplayee
public HolderEditorDisplayee HolderEditorDisplayee { get; }
Property Value
MillingCutterEditorDisplayee
public MillingCutterEditorDisplayee MillingCutterEditorDisplayee { get; }
Property Value
MillingTool
public MillingTool MillingTool { get; }
Property Value
MillingToolGetter
public Func<MillingTool> MillingToolGetter { get; set; }
Property Value
ShowCutter
public bool ShowCutter { get; set; }
Property Value
ShowHolder
public bool ShowHolder { 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
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.