Table of Contents

Struct MouseEventData.Element

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public readonly struct MouseEventData.Element

Constructors

public Element(InteractiveEntity entity)
entity InteractiveEntity

public Element(AIS_InteractiveObject aisObject, InteractiveEntity entity, TopoDS_Shape brepShape)
aisObject AIS_InteractiveObject
entity InteractiveEntity
brepShape TopoDS_Shape

public Element(AIS_InteractiveObject aisObject, TopoDS_Shape brepShape = null)
aisObject AIS_InteractiveObject
brepShape TopoDS_Shape

Properties

public AIS_InteractiveObject AisObject { get; }
Property Value: AIS_InteractiveObject

public TopoDS_Shape BrepShape { get; }
Property Value: TopoDS_Shape

public InteractiveEntity Entity { get; }
Property Value: InteractiveEntity