Mesh.Edges
Mesh.Edges property
Gets edges of the Mesh. Edge is optional in mesh, so it can be empty.
public IArrayList<int> Edges { get; }
See Also
- interface IArrayList<T>
- class Mesh
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Gets edges of the Mesh. Edge is optional in mesh, so it can be empty.
public IArrayList<int> Edges { get; }