|
IMesh2Edges Method
|
Set up the set of edges of the mesh.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxFunction Edges As HashSet(Of Edge3)
abstract Edges : unit -> HashSet<Edge3>
Return Value
Type:
HashSetEdge3List of edges.
See Also