You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/api/Mesh.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ An `Mesh` is the N-dimensional data structure to represent points sets and meshe
5
5
6
6
**meshType**: The [MeshType](./MeshType.html) for this mesh.
7
7
**name**: An optional name, a `String`, that describes this mesh.
8
-
**dimension**: An integer that describes the dimension for the mesh, typically 2 or 3.
9
8
**numberOfPoints**: The number of points in the mesh.
10
9
**points**: A [TypedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) containing the point locations.
11
10
**numberOfPointPixels**: The number of points pixels in the mesh.
0 commit comments