Eyeshot 10 WPF API Reference
Intersects Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : Intersects Method
The surface
The tolerance
Determines if the surface intersects with another surface.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal G As Surface, _
   ByVal tol As Double _
) As Boolean
public bool Intersects( 
   Surface G,
   double tol
)

Parameters

G
The surface
tol
The tolerance

Return Value

True if the surfaces intersect, false otherwise.
See Also

Reference

Surface Class
Surface Members