M_Rhino_Geometry_Mesh_NormalAt - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.NormalAt Method (MeshPoint)

Evaluate a mesh normal at a set of barycentric coordinates.

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

Syntax

C#

public Vector3d NormalAt(
	MeshPoint meshPoint
)

VB

Public Function NormalAt ( 
	meshPoint As MeshPoint
) As Vector3d

Parameters

 

meshPoint
Type: Rhino.Geometry.MeshPoint
MeshPoint instance contiaining a valid Face Index and Barycentric coordinates.

Return Value

Type: Vector3d
A Normal vector to the mesh or Vector3d.Unset if the faceIndex is not valid or if the barycentric coordinates could not be evaluated.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
NormalAt Overload
Rhino.Geometry Namespace

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