# From mesh

### ​<img src="/files/cU8ACuPM4IeLghFORmsV" alt="" data-size="line"> From mesh <a href="#elegoo-cura-connector" id="elegoo-cura-connector"></a>

The Mesh command creates a polygon mesh from a NURBS surface, polysurface, or SubD.

A mesh is a collection of vertices and polygons that define the shape of a polyhedral object. Rhino meshes consist of triangles and quadrilaterals.

Rhino creates triangles and quadrilateral meshes for exporting to various file formats. If a mesh is generated from a solid, it will be seamless and watertight.

{% hint style="info" %}
The meshes created by the Mesh command are editable and separate from the objects from which they were created. The meshes created by shaded viewport display modes are not editable. They can be extracted with the [ExtractRenderMesh](https://docs.mcneel.com/rhino/8/help/en-us/commands/extractrendermesh.htm) command.&#x20;
{% endhint %}

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/mesh.htm).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rhinoartisan.com/commands/3d-printing/manual-stl-repair/from-mesh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
