Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NOrthogonalRoutableConnectorModel Class / MergePoints Method
oriented distance below which the point is merged (in scene coordinates)


In This Topic
    MergePoints Method (NOrthogonalRoutableConnectorModel)
    In This Topic
    Merges (removes) all points, whose oriented distance from the line formed by its neighbours is smaller than the specified.
    Syntax
    'Declaration
     
    
    Public Overrides Sub MergePoints( _
       ByVal distance As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NOrthogonalRoutableConnectorModel
    Dim distance As System.Double
     
    instance.MergePoints(distance)
    public override void MergePoints( 
       System.double distance
    )

    Parameters

    distance
    oriented distance below which the point is merged (in scene coordinates)
    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