Operators |
remove_scene_3d_light — Remove a light from a 3D scene.
remove_scene_3d_light( : : Scene3D, LightIndex : )
remove_scene_3d_light removes the light LightIndex from the 3D scene Scene3D in future versions. Currently only one light source is supported.
Handle of the 3D scene.
Light to remove.
remove_scene_3d_light returns 2 (H_MSG_TRUE) if all parameters are correct. If necessary, an exception is raised.
3D Metrology
Operators |