MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetVertexArray

Method GetVertexArray

src/ts/web-ifc-api.ts:1305–1307  ·  view source on GitHub ↗
(ptr: number, size: number)

Source from the content-addressed store, hash-verified

1303 ) as Array<number>;
1304 }
1305 GetVertexArray(ptr: number, size: number): Float32Array {
1306 return this.getSubArray(this.wasmModule.HEAPF32, ptr, size);
1307 }
1308
1309 GetIndexArray(ptr: number, size: number): Uint32Array {
1310 return this.getSubArray(this.wasmModule.HEAPU32, ptr, size);

Callers 4

getBufferGeometryFunction · 0.80
WebIfcApi.spec.tsFile · 0.80
getBufferGeometryMethod · 0.80
geometrystream.tsFile · 0.80

Calls 1

getSubArrayMethod · 0.95

Tested by

no test coverage detected