Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENDefaultShapeGlue Enumeration


In This Topic
    ENDefaultShapeGlue Enumeration
    In This Topic
    Enumerates the default ways in which a shape 1D begin or end point is by default glued the shape via shape-to-shape connections.
    Syntax
    'Declaration
     
    
    Public Enum ENDefaultShapeGlue 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDefaultShapeGlue
    public enum ENDefaultShapeGlue : System.Enum 
    Members
    MemberDescription
    AutomaticThe Begin or End point of the connectors are glued automatically depending on the shape type, geometry and ports.

    If case the shape is a 2D shape:

    If the shape has ports, glues to the nearest port. Otherwise glues to the shape box intersection.

    If case the shape is a 1D shape:

    If the shape has ports, glues to the nearest port. If the shape geometry has closed figures -> glues to the shape line center. Otherwise -> glues to the shape contour middle.

    GlueToBoxCenterThe Begin or End point of the connectors are glued to the nearest port of the shape.
    GlueToBoxIntersectionThe Begin or End point of the connectors are glued to the contour (outline) of the shape box.
    GlueToGeometryIntersectionThe Begin or End point of the connectors are glued to the contour (outline) of the shape geometry.
    GlueToNearestPortThe Begin or End point of the connectors are glued to the nearest port of the shape.
    NoneBy default the shape does not allow shape to shape connections.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENDefaultShapeGlue

    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