Eyeshot 10 WinForms API Reference
GetPointWithNormalsData Method

WinForms Assembly > devDept.Graphics Namespace > DXUtils Class : GetPointWithNormalsData Method
Syntax
'Declaration
 
Public Shared Function GetPointWithNormalsData( _
   ByVal vertices() As Point3D, _
   ByVal normals() As Vector3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) As Single()
public static float[] GetPointWithNormalsData( 
   Point3D[] vertices,
   Vector3D[] normals,
   int first,
   int count
)

Parameters

vertices
normals
first
count
See Also

Reference

DXUtils Class
DXUtils Members