Operators |
set_scene_3d_instance_pose — Set the pose of an instance in a 3D scene.
set_scene_3d_instance_pose( : : Scene3D, InstanceIndex, Pose : )
set_scene_3d_instance_pose sets the pose of the instance InstanceIndex in the 3D scene Scene3D to Pose. It's possible to set one pose for multiple instances or one pose for each instance.
See the documentation of create_scene_3d for more details on the coordinate systems used in 3D scenes.
Handle of the 3D scene.
Index of the instance.
New pose of the instance.
set_scene_3d_instance_pose returns 2 (H_MSG_TRUE) if all parameters are correct. If necessary, an exception is raised.
set_scene_3d_to_world_pose, set_scene_3d_camera_pose
3D Metrology
Operators |