Eyeshot 10 WinForms API Reference
DrawPointsWithNormalsIndeterminate(Point3D[],Vector3D[],Int32,Int32) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawPointsWithNormalsIndeterminate Method : DrawPointsWithNormalsIndeterminate(Point3D[],Vector3D[],Int32,Int32) Method
The collection of vertices to draw.
The collection of normals
First vertex index
Number of vertices
Draws a set of devDept.Geometry.Point3D specifying a normal per vertex without specifying the kind of geometry.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawPointsWithNormalsIndeterminate( _
   ByVal points() As Point3D, _
   ByVal normals() As Vector3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawPointsWithNormalsIndeterminate( 
   Point3D[] points,
   Vector3D[] normals,
   int first,
   int count
)

Parameters

points
The collection of vertices to draw.
normals
The collection of normals
first
First vertex index
count
Number of vertices
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List