M_Rhino_Geometry_MeshFace__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace Constructor (Int32, Int32, Int32)

Constructs a new triangular Mesh face.

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

Syntax

C#

public MeshFace(
	int a,
	int b,
	int c
)

VB

Public Sub New ( 
	a As Integer,
	b As Integer,
	c As Integer
)

Parameters

 

a
Type: System.Int32
Index of first corner.
b
Type: System.Int32
Index of second corner.
c
Type: System.Int32
Index of third corner.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFace Structure
MeshFace Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️