Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NBounceBackForce Class / BodyArea Property


In This Topic
    BodyArea Property
    In This Topic
    Gets or sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.
    Syntax
    'Declaration
     
    
    Public Property BodyArea As ENBodyArea
    'Usage
     
    
    Dim instance As NBounceBackForce
    Dim value As ENBodyArea
     
    instance.BodyArea = value
     
    value = instance.BodyArea
    public ENBodyArea BodyArea {get; set;}
    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