GSolid.Difference<T> Method

Boolean Difference between two gSolids.
Public Shared Function Difference(Of  _ 
T As {GSolid, New})( _ 
ByVal a As T, _ 
ByVal b As T, _ 
Optional ByVal tol As Double = 0 _ 
) As T()
This language is not supported or no code example is available.
public static T[] Difference<T>( 
T a
T b
double tol = 0 

where T : GSolid, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

a
T

First operand

b
T

Second operand

tol
double

Optional tolerance, start with domain size * 1e-6

Return Value

T[]

An array of gSolids if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition