M_Rhino_Geometry_Mesh_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki
Evaluate a mesh at a set of barycentric coordinates.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d PointAt(
MeshPoint meshPoint
)
VB
Public Function PointAt (
meshPoint As MeshPoint
) As Point3d
- meshPoint
- Type: Rhino.Geometry.MeshPoint
MeshPoint instance contiaining a valid Face Index and Barycentric coordinates.
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.
Supported in: 6.0.16224.21491, 5D58w