Skip to content

remove_scene_3d_cameraRemoveScene3dCameraRemoveScene3dCameraremove_scene_3d_cameraT_remove_scene_3d_camera🔗

Short description🔗

remove_scene_3d_cameraRemoveScene3dCameraRemoveScene3dCameraremove_scene_3d_cameraT_remove_scene_3d_camera — Remove a camera from a 3D scene.

Signature🔗

remove_scene_3d_camera( scene_3d Scene3D, integer CameraIndex )void RemoveScene3dCamera( const HTuple& Scene3D, const HTuple& CameraIndex )static void HOperatorSet.RemoveScene3dCamera( HTuple scene3D, HTuple cameraIndex )def remove_scene_3d_camera( scene_3d: HHandle, camera_index: int ) -> None

Herror T_remove_scene_3d_camera( const Htuple Scene3D, const Htuple CameraIndex )

void HScene3D::RemoveScene3dCamera( Hlong CameraIndex ) const

void HScene3D.RemoveScene3dCamera( int cameraIndex )

Description🔗

remove_scene_3d_cameraRemoveScene3dCamera removes the camera CameraIndexcameraIndexcamera_index from the 3D scene Scene3Dscene3Dscene_3d.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

Scene3Dscene3Dscene_3d (input_control) scene_3d → (handle)HTuple (HHandle)HScene3D, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the 3D scene.

CameraIndexcameraIndexcamera_index (input_control) integer → (integer)HTuple (Hlong)HTuple (int / long)intHtuple (Hlong)

Index of the camera to remove.

Result🔗

remove_scene_3d_cameraRemoveScene3dCamera returns 2 (H_MSG_TRUE) if all parameters are correct. If necessary, an exception is raised.

Combinations with other operators🔗

Combinations

See also

add_scene_3d_cameraAddScene3dCamera

Module🔗

3D Metrology