Coordinates in ctm / slt

Hi!
I want to display CAD outputs (ctm or stl), but they are offset (local coordinate system). Where in the example files is it possible to assign coordinates to the view point? I also have the output as obj. file.

Any examples of code, pictures to illustrate the problem?

If there are unwanted translations in your geometry data, you can use the following method to center your geometry at the origin.

geometry.center();

Hi! Sorry for the late follow-up! I tried geometry.center();, no luck so far but i will try again!