Eyeshot 10 WinForms API Reference
ProjectToCameraPlane Method

WinForms Assembly > devDept.Eyeshot Namespace > Camera Class : ProjectToCameraPlane Method
The list of points to project
Projects a list of points to the camera plane.
Syntax
'Declaration
 
Public Function ProjectToCameraPlane( _
   ByVal points() As Point3D _
) As Point3D()
public Point3D[] ProjectToCameraPlane( 
   Point3D[] points
)

Parameters

points
The list of points to project

Return Value

A list of 3D points. The Z values will be all negative (the camera Z axis is directed away from the model).
See Also

Reference

Camera Class
Camera Members