Skip to main content

M3dgraRemove

BoardSupported
Host SystemYes
V4L2Yes
Clarity UHDYes
Concord PoENo
GenTLYes
GevIQYes
GigE VisionYes
IndioNo
Iris GTXYes
Radient eV-CLYes
Rapixo CLYes
Rapixo CoFYes
Rapixo CXPYes
USB3 VisionYes

Remove a 3D graphic from a 3D graphics list.

Syntax

void M3dgraRemove(
AIL_ID List3dgraId, //out
AIL_INT64 Label, //in
AIL_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.

Parameters

List3dgraId (out, AIL_ID)

Specifies the identifier of the 3D graphics list in which to remove the 3D graphic or node. The 3D graphics list must have been previously allocated on the required system using M3dgraAlloc, or you can specify the identifier of the 3D display's internal graphics list (inquired using M3ddispInquire with M_3D_GRAPHIC_LIST_ID).

Label (in, AIL_INT64)

Specifies the label of the 3D graphic to remove.

For specifying the label of the 3D graphic or node

ValueDescription
M_ALLSpecifies to clear the 3D graphics list, leaving the root node as the only element in the 3D graphics list.
Value > 0Specifies the label of the 3D graphic to remove. The root node cannot be removed.

ControlFlag (in, AIL_INT64)

Reserved for future expansion and must be set to M_DEFAULT.

Copyright © 2026 Zebra Technologies.