remove_scene_3d_labelRemoveScene3dLabelRemoveScene3dLabelremove_scene_3d_labelT_remove_scene_3d_label
Short description
remove_scene_3d_labelRemoveScene3dLabelRemoveScene3dLabelremove_scene_3d_labelT_remove_scene_3d_label — Remove a text label from a 3D scene.
Signature
remove_scene_3d_label( scene_3d Scene3D, integer LabelIndex )void RemoveScene3dLabel( const HTuple& Scene3D, const HTuple& LabelIndex )static void HOperatorSet.RemoveScene3dLabel( HTuple scene3D, HTuple labelIndex )def remove_scene_3d_label( scene_3d: HHandle, label_index: MaybeSequence[int] ) -> None
Herror T_remove_scene_3d_label( const Htuple Scene3D, const Htuple LabelIndex )
void HScene3D::RemoveScene3dLabel( const HTuple& LabelIndex ) const
void HScene3D::RemoveScene3dLabel( Hlong LabelIndex ) const
void HScene3D.RemoveScene3dLabel( HTuple labelIndex )
void HScene3D.RemoveScene3dLabel( int labelIndex )
Description
remove_scene_3d_labelRemoveScene3dLabel removes the text label LabelIndexlabelIndexlabel_index
from the 3D scene Scene3Dscene3Dscene_3d.
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.
LabelIndexlabelIndexlabel_index (input_control) integer(-array) → (integer)HTuple (Hlong)HTuple (int / long)MaybeSequence[int]Htuple (Hlong)
Index of the text label to remove.
Result
remove_scene_3d_labelRemoveScene3dLabel 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_labelAddScene3dLabel
Module
3D Metrology