Class AnchoredDisplayee
Represents a displayable object that is anchored to a specific point in a topology.
public class AnchoredDisplayee : IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d
- Inheritance
-
AnchoredDisplayee
- Implements
- Inherited Members
- Extension Methods
Constructors
AnchoredDisplayee()
Initializes a new instance of the AnchoredDisplayee class.
public AnchoredDisplayee()
AnchoredDisplayee(IGetAnchor, IDisplayee)
Initializes a new instance of the AnchoredDisplayee class with the specified anchor and displayee.
public AnchoredDisplayee(IGetAnchor anchor, IDisplayee displayee)
Parameters
anchor
IGetAnchorThe object that provides the anchor.
displayee
IDisplayeeThe displayable object.
Properties
AnchorSource
Gets or sets the source of the anchor.
public IGetAnchor AnchorSource { get; set; }
Property Value
Displayee
Gets or sets the displayable object.
public IDisplayee Displayee { get; set; }
Property Value
Methods
Display(Bind)
Displays this object using the specified binding.
public void Display(Bind bind)
Parameters
bind
BindThe binding to use for display.
ExpandToBox3d(Box3d)
Expands the specified box to include this object.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3dThe box to expand.
GetAnchor()
public Anchor GetAnchor()
Returns
GetRootAnchor()
Get root anchor.
public Anchor GetRootAnchor()
Returns
- Anchor
root anchor.