Eyeshot 10 WinForms API Reference
IntersectionLoops Method (Solid3D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class : IntersectionLoops Method
The first Solid to intersect
The second Solid to intersect
The resulting intersection curves as a list of CompositeCurve
Computes the intersection loops between two Solid3D objects.
Syntax
'Declaration
 
Public Shared Function IntersectionLoops( _
   ByVal solidA As Solid3D, _
   ByVal solidB As Solid3D, _
   ByRef intCurves As ICurve() _
) As ssiFailureType
public static ssiFailureType IntersectionLoops( 
   Solid3D solidA,
   Solid3D solidB,
   out ICurve[] intCurves
)

Parameters

solidA
The first Solid to intersect
solidB
The second Solid to intersect
intCurves
The resulting intersection curves as a list of CompositeCurve

Return Value

Result of the intersection.
See Also

Reference

Solid3D Class
Solid3D Members
FixTopology method