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

Function SetGeometryTransformation

src/cpp/wasm/web-ifc-wasm.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void SetGeometryTransformation(uint32_t modelID, std::array<double, 16> m)
305{
306 if (manager.IsModelOpen(modelID))
307 manager.GetGeometryProcessor(modelID)->SetTransformation(m);
308}
309
310std::array<double, 16> GetCoordinationMatrix(uint32_t modelID)
311{

Callers

nothing calls this directly

Calls 3

SetTransformationMethod · 0.80
GetGeometryProcessorMethod · 0.80
IsModelOpenMethod · 0.45

Tested by

no test coverage detected