| DcelEdgeFace Property |
Gets or sets the face for which this edge is part of the boundary.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public DcelFace Face { get; set; }
Public Property Face As DcelFace
Get
Set
public:
property DcelFace^ Face {
DcelFace^ get ();
void set (DcelFace^ value);
}
member Face : DcelFace with get, set
Property Value
Type:
DcelFaceThe face for which this edge is part of the boundary.
See Also