Skip to content

P_Rhino_Geometry_SubDFacePtr_Edges

Will Pearson edited this page Aug 12, 2016 · 1 revision

SubDFacePtr.Edges Property

[Missing

documentation for "P:Rhino.Geometry.SubDFacePtr.Edges"]

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IEnumerable<KeyValuePair<SubDEdgePtr, bool>> Edges { get; }

VB

Public ReadOnly Property Edges As IEnumerable(Of KeyValuePair(Of SubDEdgePtr, Boolean))
	Get

Property Value

Type: IEnumerable(KeyValuePair(SubDEdgePtr, Boolean))

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

SubDFacePtr Structure
Rhino.Geometry Namespace

Clone this wiki locally