M_Rhino_Geometry_MeshPoint_GetTriangle - mcneel/rhinocommon-api-docs GitHub Wiki

MeshPoint.GetTriangle Method

Gets the mesh face indices of the triangle where the intersection is on the face takes into consideration the way the quad was split during the intersection.

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

Syntax

C#

public bool GetTriangle(
	out int a,
	out int b,
	out int c
)

VB

Public Function GetTriangle ( 
	<OutAttribute> ByRef a As Integer,
	<OutAttribute> ByRef b As Integer,
	<OutAttribute> ByRef c As Integer
) As Boolean

Parameters

 

a
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.MeshPoint.GetTriangle(System.Int32@,System.Int32@,System.Int32@)"]
b
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.MeshPoint.GetTriangle(System.Int32@,System.Int32@,System.Int32@)"]
c
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.MeshPoint.GetTriangle(System.Int32@,System.Int32@,System.Int32@)"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.MeshPoint.GetTriangle(System.Int32@,System.Int32@,System.Int32@)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshPoint Class
Rhino.Geometry Namespace

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