Operator Reference
clear_scene_3d (Operator)
clear_scene_3d
— Delete a 3D scene and free all allocated memory.
Signature
clear_scene_3d( : : Scene3D : )
Description
clear_scene_3d
deletes the 3D scene Scene3D
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
Scene3D
(input_control, state is modified) scene_3d(-array) →
(handle)
Handle of the 3D scene.
Result
clear_scene_3d
returns 2 (
H_MSG_TRUE)
if the scene was valid and could
be deleted. If necessary, an exception is raised.
Possible Predecessors
Module
3D Metrology