Skip to content

P_Rhino_Geometry_MeshFace_D

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFace.D Property

Gets or sets the fourth corner index of the mesh face. If D equals C, the mesh face is considered to be a triangle rather than a quad.

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

Syntax

C#

public int D { get; set; }

VB

Public Property D As Integer
	Get
	Set

Property Value

Type: Int32

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

Clone this wiki locally