<Code Lib>
2024 Method
Changes 1
M

Mesh.GetNormals

Description:
Returns all normals assigned to the mesh.

public IList<XYZ> GetNormals()

IList<XYZ> An array of XYZ values, each representing a normal unit vector.

Loading…