M_Rhino_Geometry_Mesh_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.PointAt Method (MeshPoint)

Evaluate a mesh at a set of barycentric coordinates.

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

Syntax

C#

public Point3d PointAt(
	MeshPoint meshPoint
)

VB

Public Function PointAt ( 
	meshPoint As MeshPoint
) As Point3d

Parameters

 

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

Return Value

Type: Point3d
A Point on the mesh or Point3d.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
PointAt Overload
Rhino.Geometry Namespace

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