addModel

Add the given model to the scene. Optionally, a transformation can be applied to the added model.

Demo

  1. Add 'Measurement.jt'

  2. Add 'Flange.jt' without transformation (geometry will overlap)

  3. Close 'Flange.jt'

  4. Add 'Flange.jt' with rotation (-90° around X axis) and translation (x = -60, y = +70, z = -45)

Notes

  • Only one instance of a model can be added to a scene.
  • It makes no difference whether you load the first model into the empty scene using openModel() or addModel().