Click or drag to resize

PlaneSurfaceToMesh Method

Computes a polygon mesh of the surface made of one quad.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Mesh ToMesh()

Return Value

Type: Mesh
A polygon mesh of the surface.
See Also