MeshEvaluateMeshGeometry Method |
If the mesh has SurfaceParameters, the surface is evaluated at
these parameters and the mesh geometry is updated.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool EvaluateMeshGeometry(
Surface surface
)
Public Function EvaluateMeshGeometry (
surface As Surface
) As Boolean
Parameters
- surface
- Type: Rhino.GeometrySurface
An input surface.
Return Value
Type:
Booleantrue if the operation succceeded; false otherwise.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also