MIL_ID List3dgraId, | //in |
MIL_INT64 Label, | //in |
MIL_INT64 ControlFlag | //in |
This function removes a 3D graphic from a 3D graphics list. Removing a 3D graphic from a 3D graphics list will also remove all of its children from the 3D graphics list.
Specifies the identifier of the 3D graphics list in which to remove the 3D graphic or node.
Specifies the label of the 3D graphic to remove.
For specifying the label of the 3D graphic or
node
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_ALL |
Specifies to clear the 3D graphics list, leaving the root node as the only element in the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the label of the 3D graphic to remove. The root node cannot be removed. (summarize)Specifies the label of the 3D graphic to remove. (more details...) |
Header | Include mil.h. |
Library | Use mil.lib; mil3d.lib. |
DLL | Requires mil.dll; mil3d.dll. |