Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Camera Class / ProjectToCameraPlane Method
The list of points to project

In This Topic
    ProjectToCameraPlane Method
    In This Topic
    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