M_Rhino_Geometry_Collections_MeshFaceList_GetFaceAspectRatio - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the mesh face at the given index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double GetFaceAspectRatio(
int index
)
VB
Public Function GetFaceAspectRatio (
index As Integer
) As Double
- index
- Type: System.Int32
Index of face to get. Must be larger than or equal to zero and smaller than the Face Count of the mesh.
Type: Double
The mesh face at the given index on success or MeshFace.Unset if the index is out of range.
Supported in: 6.0.16224.21491, 5D58w