Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Position Class
Members

In This Topic
    Position Class
    In This Topic
    This class represents a mouse position.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.EServices.Ged.Position

    Syntax
    public class Position 
    public ref class Position 
    Remarks
    The class should be used only by Interaction methods. It cannot be used in a normal Action to determine the mouse position.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyReturns true, if additional mate was found.  
    Public PropertyReturns true, if base mate was found.  
    Public PropertyPosition of mouse in the world coordinate system  
    Public PropertyDirection of the 3D search vector orthogonal to the screen surface  
    Public PropertyFinal Position of CAD Cursor in world coordinates.  
    Public PropertyReturns true, if grid-snap was found.  
    Public PropertyReturns true, if InsertionPoint was snapped.  
    Public PropertyReturns true, if PreConnectionSnap was snapped.  
    Public PropertyReturns true, if final position is on work plane.  
    Public PropertyCursor position considering ortho-mode.  
    Public PropertyReturns true, if object-snap was found.  
    Public PropertyPosition of mouse in the system (Windows) coordinate system.  
    Public PropertyPosition found snap point near mouse position.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of Position object.  
    Public Method  
    Public MethodReturns true, if ctrl key was pressed at the moment, when position was stored.  
    Public MethodReturns true, if shift key was pressed at the moment, when position was stored.  
    Public Method  
    Top
    Public Operators
    Assignment constructor.
    Overloaded. Used in conversion from Eplan.EplApi.Base.PointD to the Position object.
    Top
    See Also