Eyeshot 10 WinForms API Reference
ProjectTo(Segment3D) Method

WinForms Assembly > devDept.Geometry Namespace > Point3D Class > ProjectTo Method : ProjectTo(Segment3D) Method
The 3D segment
Project this point onto a 3D segment.
Syntax
'Declaration
 
Public Overloads Function ProjectTo( _
   ByVal seg As Segment3D _
) As Point3D
public Point3D ProjectTo( 
   Segment3D seg
)

Parameters

seg
The 3D segment

Return Value

The projected point.
See Also

Reference

Point3D Class
Point3D Members
Overload List