M_Rhino_Geometry_Mesh_EvaluateMeshGeometry - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.EvaluateMeshGeometry 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) Version: Rhino 6.0

Syntax

C#

public bool EvaluateMeshGeometry(
	Surface surface
)

VB

Public Function EvaluateMeshGeometry ( 
	surface As Surface
) As Boolean

Parameters

 

surface
Type: Rhino.Geometry.Surface
An input surface.

Return Value

Type: Boolean
true if the operation succceeded; false otherwise.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️