numPerFace
numPerFace: number | undefined
Optional fixed block size for indices.
If defined, each facet is represented by numPerFace
1-based indices, with appended zeroes if the facet has fewer edges.
If undefined, mesh indices are 1-based, 0-terminated, variable-sized face loops.
Defined in
- serialization/IModelJsonSchema.ts Line 576
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.