BNode Constructor

Represents a node in sweepline algorithm of the boolean operation.
Public Sub New( _ 
ByVal a As Arc2dB, _ 
ByVal add As Boolean
)
This language is not supported or no code example is available.
public BNode( 
Arc2dB a
bool add 
)
This language is not supported or no code example is available.
public:  
BNode( 
Arc2dB^ a
bool add 
)
This language is not supported or no code example is available.
public function BNode( 
a : Arc2dB
add : boolean 
);
This language is not supported or no code example is available.

Parameters

a
Arc2dB

The arc to add.

add
bool

True if bottom point should be added false if top point should be added.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition