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.
Visual Basic
Public Function GetNormalVectors() As Vector3d()
C#
public Vector3d\[\] GetNormalVectors();
Links
FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace