# Slot: number_of_vertices 


_Number of vertices in the mesh._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/number_of_vertices](https://w3id.org/tvbo/slot/number_of_vertices)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Mesh](../classes/Mesh.qmd) | Triangle (or higher-order) mesh geometry |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) |
| Domain Of | [Mesh](../classes/Mesh.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Mesh](../classes/Mesh.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:number_of_vertices |
| native | tvbo:number_of_vertices |




## LinkML Source

<details>
```yaml
name: number_of_vertices
description: Number of vertices in the mesh.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Mesh
domain_of:
- Mesh
range: integer

```
</details></div>