# Creating meshes

The APM Preprocessor does not have built-in meshing capabilities. As a result you have to use a 3rd party meshing software capable of creating meshes in **.stl** format. Examples of meshing software are:

* [Gmsh](https://gmsh.info/) (free)
* [OpenVSP](http://openvsp.org/) (free)
* [ANSYS ICEM CFD](https://www.ansys.com/)
* [Pointwise](https://pointwise.com/)
* [GridPro](https://www.gridpro.com/)

Although [OpenVSP](http://openvsp.org/) is not a meshing software, it has meshing capabilities and can be used to create meshes in **.stl** file format. For more information, refer to the [OpenVSP section](/user-guide/the-mesh-file/creating-meshes/openvsp.md).

{% hint style="info" %}
Any meshing software capable of creating meshes in **.stl** file format can be used.
{% endhint %}

![](/files/-MWGz0TibIBPqHLciFqt)


---

# 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.aviumtechnologies.com/user-guide/the-mesh-file/creating-meshes.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.
