Click or drag to resize

BrepFaceId Property

Gets or sets the persistent id of this Brep face. By default, the id is Guid.Zero. Note, Rhino does not set this id. Thus, the property is available for use as a way of tracking Brep faces.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.7
Syntax
public Guid Id { get; set; }

Property Value

Type: Guid
See Also