Click or drag to resize

MeshTopologyEdges Property

Gets the MeshTopologyEdgeList object associated with this mesh.

This object stores edge connectivity.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public MeshTopologyEdgeList TopologyEdges { get; }

Property Value

Type: MeshTopologyEdgeList
See Also