add inter-work navigation

This commit is contained in:
41666 2023-10-10 12:31:53 -04:00
parent 23d7810ab6
commit dbc1fd7c17
11 changed files with 104 additions and 7 deletions

View file

@ -95,8 +95,6 @@ export const convertMeshes = async () => {
}
}
console.log({ propertyList });
const vertexCount = Number(
headerLines
.find((header) => header.startsWith("element vertex"))