ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityGeometry Class / SetNormals Method
Buffer with the new normals.
The start position of the normal to be set.
The end position of the normal to be set.




In This Topic
    SetNormals Method
    In This Topic
    Sets the geometry normals on the specified range.
    Syntax
    'Declaration
     
    Public Sub SetNormals( _
       ByVal normals() As Single, _
       ByVal start As Integer, _
       ByVal end As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityGeometry
    Dim normals() As Single
    Dim start As Integer
    Dim end As Integer
     
    instance.SetNormals(normals, start, end)
    public void SetNormals( 
       float[] normals,
       int start,
       int end
    )
    public: void SetNormals( 
       float[]* normals,
       int start,
       int end
    ) 
    public:
    void SetNormals( 
       array<float>^ normals,
       int start,
       int end
    ) 

    Parameters

    normals
    Buffer with the new normals.
    start
    The start position of the normal to be set.
    end
    The end position of the normal to be set.
    See Also