Eyeshot 10 WinForms API Reference
IntersectWithInternal Method

WinForms Assembly > devDept.Geometry Namespace > Segment3D Class : IntersectWithInternal Method
Intersects the 3D segment with a plane. (For internal use only)
Syntax
'Declaration
 
Public Function IntersectWithInternal( _
   ByVal pe As PlaneEquation, _
   ByRef intPoint As Point3D, _
   ByVal computeIntersection As Boolean, _
   ByVal infinite As Boolean _
) As Boolean
public bool IntersectWithInternal( 
   PlaneEquation pe,
   out Point3D intPoint,
   bool computeIntersection,
   bool infinite
)

Parameters

pe
intPoint
computeIntersection
infinite
See Also

Reference

Segment3D Class
Segment3D Members