MeshPointAt Method (MeshPoint) |
Evaluate a mesh at a set of barycentric coordinates.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also