M_Rhino_Geometry_MeshPoint_GetTriangle - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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@)"]
Type: Boolean
[Missing documentation for "M:Rhino.Geometry.MeshPoint.GetTriangle(System.Int32@,System.Int32@,System.Int32@)"]
Supported in: 6.0.16224.21491, 5D58w