Share

FaceData.GetNormalVectors Method

Description

Returns the array of normal vectors, one for each face in the mesh or shell with which this object is used. If the normal vector array has not been set, an empty array is returned.

C#

public Vector3d\[\] GetNormalVectors();

Visual Basic

Public Function GetNormalVectors() As Vector3d()

Links

FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?