Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / GetPointWithNormalsData Method

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