Click or drag to resize

Mesh2Edges Method

Set up the list of edges of the mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public HashSet<Edge3> Edges()

Return Value

Type: HashSetEdge3
List of edges.

Implements

IMesh2Edges
See Also