Skip to content

Commit b3750bd

Browse files
committed
Updates VTKSurface documentation
Clarifies the documentation regarding supported cell types, specifically indicating that only the triangle cell type is currently supported. Removes references to other cell types.
1 parent f364390 commit b3750bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/reference-manual/surfaces/VTKSurface.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ This has three parts:
7878
```
7979

8080
## Cell Types
81-
- **5** = Triangle
82-
- **8** = Quad
83-
- **10** = Tetrahedron
84-
- **12** = Hexahedron (cube)
81+
Currently the cell type **5** - triangle is supported.
8582

8683
## Data Types
8784
- **Float32** - Regular numbers (coordinates, properties)

0 commit comments

Comments
 (0)