Solid.IntersectionLoops Method

Computes the intersection loops between two Solid objects.
Public Shared Function IntersectionLoops( _ 
ByVal a As Solid, _ 
ByVal b As Solid, _ 
Optional ByVal tol As Double = 0 _ 
) As Segment3D()
This language is not supported or no code example is available.
public static Segment3D[] IntersectionLoops( 
Solid a
Solid b
double tol = 0 
)
This language is not supported or no code example is available.

Parameters

a
Solid

First solid

b
Solid

Second solid

tol
double

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

Return Value

Segment3D[]

A list of Segment3D representing the intersection loops.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition