Nevron Open Vision Documentation
Nevron.Nov.Diagram.Expressions Namespace / NShapeEndPointsAngleFx Class
Members


In This Topic
    NShapeEndPointsAngleFx Class
    In This Topic
    An expression that calculates the angle that the line connecting the Begin and End points of a shape forms with the X axis (e.g. =ATAN2(EndY-BeginY,EndX-BeginX)). This expression is commonly used as Angle of 1D shapes.
    Object Model
    NShapeEndPointsAngleFx Class
    Syntax
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NExpression
          Nevron.Nov.Diagram.Expressions.NShapeEndPointsAngleFx

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also