Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForce Class
Members


In This Topic
    NForce Class
    In This Topic
    The NForce class serves as base class for all types of forces, which can be used in force directed layouts
    Object Model
    NForce Class
    Syntax
    Remarks
    Each force can be enabled or disabled, which is controlled by the Enabled property. When disabled the force will not be taken into account by the force directed layout. This lets you easily turn on/off different force configurations.

    Provided that the force is enabled, it activates at the pass, specified by the ActivationPass property. The force directed layout will perform as many passes as the maximum ActivationPass setting of all currently enabled forces.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Layout.NLayoutComponent
                   Nevron.Nov.Diagram.Layout.NForce
                      Nevron.Nov.Diagram.Layout.NBarycenterForce
                      Nevron.Nov.Diagram.Layout.NBounceBackForce
                      Nevron.Nov.Diagram.Layout.NDesiredDistanceForce
                      Nevron.Nov.Diagram.Layout.NElectricalForce
                      Nevron.Nov.Diagram.Layout.NGravityForce
                      Nevron.Nov.Diagram.Layout.NMagneticFieldForce
                      Nevron.Nov.Diagram.Layout.NSpringForce

    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