Click or drag to resize

SubDVertexEdges Property

All edges that this vertex is part of

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public IEnumerable<SubDEdge> Edges { get; }

Property Value

Type: IEnumerableSubDEdge
See Also