Class FixtureEditorDisplayee
public class FixtureEditorDisplayee : IDisplayee, IExpandToBox3d, IGetAsmb, IGetAnchor, IGetTopoIndex
- Inheritance
-
FixtureEditorDisplayee
- Implements
- Inherited Members
- Extension Methods
Properties
Config
public FixtureEditorDisplayeeConfig Config { get; set; }
Property Value
Fixture
public Fixture Fixture { get; }
Property Value
FixtureGetter
public Func<Fixture> FixtureGetter { get; set; }
Property Value
ShowGeomAnchor
public bool ShowGeomAnchor { get; set; }
Property Value
ShowTableBuckle
public bool ShowTableBuckle { get; set; }
Property Value
ShowWorkpieceBuckle
public bool ShowWorkpieceBuckle { get; set; }
Property Value
SolidFlag
public FixtureEditorDisplayee.SolidFlagEnum SolidFlag { 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
GetAsmb()
Gets the key asmb.
public Asmb GetAsmb()
Returns
- Asmb
The key asmb.