ClassesClassesClassesClasses | | | | Operators

remove_scene_3d_lightremove_scene_3d_lightRemoveScene3dLightremove_scene_3d_lightRemoveScene3dLightRemoveScene3dLight (Operator)

Name

remove_scene_3d_lightremove_scene_3d_lightRemoveScene3dLightremove_scene_3d_lightRemoveScene3dLightRemoveScene3dLight — Remove a light from a 3D scene.

Signature

remove_scene_3d_light( : : Scene3D, LightIndex : )

Herror remove_scene_3d_light(const Hlong Scene3D, const Hlong LightIndex)

Herror T_remove_scene_3d_light(const Htuple Scene3D, const Htuple LightIndex)

Herror remove_scene_3d_light(const HTuple& Scene3D, const HTuple& LightIndex)

void HScene3D::RemoveScene3dLight(const HTuple& LightIndex) const

void RemoveScene3dLight(const HTuple& Scene3D, const HTuple& LightIndex)

void HScene3D::RemoveScene3dLight(Hlong LightIndex) const

void HOperatorSetX.RemoveScene3dLight(
[in] VARIANT Scene3D, [in] VARIANT LightIndex)

void HScene3DX.RemoveScene3dLight([in] Hlong LightIndex)

static void HOperatorSet.RemoveScene3dLight(HTuple scene3D, HTuple lightIndex)

void HScene3D.RemoveScene3dLight(int lightIndex)

Description

remove_scene_3d_lightremove_scene_3d_lightRemoveScene3dLightremove_scene_3d_lightRemoveScene3dLightRemoveScene3dLight removes the light LightIndexLightIndexLightIndexLightIndexLightIndexlightIndex from the 3D scene Scene3DScene3DScene3DScene3DScene3Dscene3D in future versions. Currently only one light source is supported.

Parallelization

Parameters

Scene3DScene3DScene3DScene3DScene3Dscene3D (input_control)  scene_3d HScene3D, HTupleHTupleHScene3D, HTupleHScene3DX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the 3D scene.

LightIndexLightIndexLightIndexLightIndexLightIndexlightIndex (input_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Light to remove.

Result

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

See also

add_scene_3d_lightadd_scene_3d_lightAddScene3dLightadd_scene_3d_lightAddScene3dLightAddScene3dLight

Module

3D Metrology


ClassesClassesClassesClasses | | | | Operators