RhinoCommon API
MeshPointAt Method (MeshPoint) |
Evaluate a mesh at a set of barycentric coordinates.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
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: Point3dA Point on the mesh or Point3d.Unset if the faceIndex is not valid or if the barycentric coordinates could not be evaluated.