Eyeshot 10 WPF API Reference
IntersectWith(PlaneEquation,Point3D) Method

WPF Assembly > devDept.Geometry Namespace > Segment3D Class > IntersectWith Method : IntersectWith(PlaneEquation,Point3D) Method
The plane equation
The intersection point (if exists)
Intersects the 3D segment with a plane.
Syntax
'Declaration
 
Public Overloads Function IntersectWith( _
   ByVal pe As PlaneEquation, _
   ByRef intPoint As Point3D _
) As Boolean
public bool IntersectWith( 
   PlaneEquation pe,
   out Point3D intPoint
)

Parameters

pe
The plane equation
intPoint
The intersection point (if exists)

Return Value

True if the intersection was found, false otherwise.
See Also

Reference

Segment3D Class
Segment3D Members
Overload List