| Customize Help
| Save Settings

M3dgraRemove



Function Map
Synopsis
Remove a 3D graphic from a 3D graphics list.
Syntax
void M3dgraRemove(
MIL_ID List3dgraId, //in
MIL_INT64 Label, //in
MIL_INT64 ControlFlag //in
)
Description

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.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameters
List3dgraId

Specifies the identifier of the 3D graphics list in which to remove the 3D graphic or node.

Label

Specifies the label of the 3D graphic to remove.

function map For specifying the label of the 3D graphic or node
Click to summarizeValue Description
Click to summarize M_ALL

Specifies to clear the 3D graphics list, leaving the root node as the only element in the 3D graphics list.

Click to summarize Value > 0

Specifies the label of the 3D graphic to remove. The root node cannot be removed.

(summarize)
ControlFlag

Reserved for future expansion and must be set to M_DEFAULT.

Compilation information
Header Include mil.h.
Library Use mil.lib; mil3d.lib.
DLL Requires mil.dll; mil3d.dll.
ALL