Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Intersection Method / Intersection(Surface) Method
the Surface to intersect

In This Topic
    Intersection(Surface) Method
    In This Topic
    Intersect the Solid3D with a generic Surface.
    Syntax
    'Declaration
     
    Public Overloads Function Intersection( _
       ByVal G As Surface _
    ) As ICurve()
    public ICurve[] Intersection( 
       Surface G
    )

    Parameters

    G
    the Surface to intersect

    Return Value

    the list of the resulting intersection curves
    See Also