Mesh.PointAt Method (MeshPoint)

MeshPointAt Method (MeshPoint)

Evaluate a mesh at a set of barycentric coordinates.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d PointAt(
	MeshPoint meshPoint
)
Public Function PointAt ( 
	meshPoint As MeshPoint
) As Point3d

Parameters

meshPoint
Type: Rhino.GeometryMeshPoint
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also