Eyeshot 10 WinForms API Reference
IntersectWith(PlaneEquation,Boolean,Point3D) Method

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

Parameters

pe
The plane equation
infinite
If true, the Segment3D is treated as an infinite line
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