Click or drag to resize

GH_CurveReferenceEdge Property

Gets or sets the edge index for a referenced curve. If the index >= 0 then an edge reference is implied.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int ReferenceEdge { get; set; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Curve.ReferenceEdge"]

Remarks
If an edge reference is implied, then the ReferenceID must point to a RhinoBrepObject.
See Also