Skip to content

P_Rhino_Geometry_MeshPoint_Triangle

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

MeshPoint.Triangle Property

Face triangle where the intersection takes place: 0 is unset

A is 0,1,2

B is 0,2,3

C is 0,1,3

D is 1,2,3

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

Syntax

C#

public char Triangle { get; }

VB

Public ReadOnly Property Triangle As Char
	Get

Property Value

Type: Char

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshPoint Class
Rhino.Geometry Namespace

Clone this wiki locally