Filters
Filter values by
Graphic type
  • Arc graphic
  • Axis graphic
  • Box graphic
  • Cylinder graphic
  • Dots graphic
  • Grid graphic
  • Line graphic
  • Node graphic
  • Node graphic
  • Pointc cloud or depth map graphic
  • Polygon graphic
  • Sphere graphic
  • Text graphic
| Customize Help
| Save Settings

M3dgraInquire



Function Map
Synopsis
Inquire information about a 3D graphic in a 3D graphics list.
Syntax
MIL_INT64 M3dgraInquire(
MIL_ID List3dgraId, //in
MIL_INT64 Label, //in
MIL_INT64 InquireType, //in
void *UserVarPtr //out
)
Description

This function inquires information about a setting of the specified 3D graphic in a 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 containing the 3D graphic about which to inquire information. You can inquire the settings of a 3D graphic in the 3D graphics list, as well as the default settings of the 3D graphics list itself.

See the Parameter associations section for possible values that can be specified.

Label

Specifies the label of the 3D graphic to inquire. You can also inquire the default settings of the 3D graphics list itself.

function map For specifying the 3D graphic label
Click to summarizeValue Description
Click to summarize M_DEFAULT_SETTINGS

Specifies to inquire the default settings of the 3D graphics that are added to the 3D graphics list.

Click to summarize M_LIST

Specifies to inquire about the 3D graphics list itself.

Click to summarize M_ROOT_NODE

Specifies the top-most node of the 3D graphics list.

Click to summarize Value >= 0

Specifies the label of the 3D graphic in the 3D graphics list. Label 0 is the 3D graphics list's root node.

(summarize)
InquireType

Specifies the type of setting to inquire.

See the Parameter associations section for possible values that can be specified.

UserVarPtr
Accepts the address of one of the following (see the Parameter associations section for specifics on which is expected):
  • array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ]
  • array of type MIL_FLOAT [optionally, in C++: a reference to a std::vector<MIL_FLOAT> ]
  • array of type MIL_INT [optionally, in C++: a reference to a std::vector<MIL_INT> ]
  • array of type MIL_INT32 [optionally, in C++: a reference to a std::vector<MIL_INT32> ]
  • array of type MIL_INT64 [optionally, in C++: a reference to a std::vector<MIL_INT64> ]
  • array of type MIL_TEXT_CHAR [optionally, in C++: a reference to a MIL_STRING]
  • defined-elsewhere-in-parameter
  • MIL_DOUBLE
  • MIL_FLOAT
  • MIL_ID
  • MIL_INT
  • MIL_INT32
  • MIL_INT64
  • MIL_TEXT_PTR [optionally, in C++: a reference to a MIL_STRING]

Specifies the address in which to write the requested information.

See the Parameter associations section for possible values that can be returned.

The tables below list possible values for the List3dgraId and InquireType parameters and possible values returned to the UserVarPtr parameter.

The following inquire type allows you to inquire about the 3D graphics list when Label is M_LIST.

function map For inquiring about the 3D graphics list
Click to summarize
List3dgraId
Description
InquireType
UserVarPtr
- Possible values returned
Click to summarize Graphics list identifier with Label set to
M_LIST

Specifies a 3D graphics list, allocated using M3dgraAlloc().

(summarize)
Click to summarize M_EMPTY +

Inquires whether the 3D graphics list contains no displayable 3D graphics. Invisible 3D graphics include nodes, 3D graphics with M_VISIBLE set to M_FALSE, and containers with no valid points.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphics list contains displayable 3D graphics.

Click to summarize M_TRUE

Specifies that the 3D graphics list does not contain any displayable 3D graphics.

The following inquire types allow you to inquire about the default settings of a 3D graphics list when Label is M_DEFAULT_SETTINGS.

function map For inquiring about the default settings of a 3D graphics list
Click to summarize
List3dgraId
Description
InquireType
UserVarPtr
- Possible values returned
Click to summarize Graphics list identifier with Labelset to
M_DEFAULT_SETTINGS

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and M_DEFAULT_SETTINGS specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the 3D graphics added to the 3D graphics list are displayed, by default, as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance.

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe.

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_BACKGROUND_COLOR +

Inquires the default background color for text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black.

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_BACKGROUND_MODE +

Inquires the default background mode for text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_OPAQUE

Specifies that the background of the text graphic is filled with the current background color.

Click to summarize M_TRANSPARENT

Specifies that the text graphic does not have a background.

Click to summarize M_COLOR +

Inquires the default color of the points and lines of the 3D graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_X +

Inquires the default color of the X-axis of axis graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_Y +

Inquires the default color of the Y-axis of axis graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_Z +

Inquires the default color of the Z-axis of axis graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_COMPONENT +

Inquires the default component used to color the points in the point clouds added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_NULL

Specifies that the color of the points in the point cloud is set to a single color using M_COLOR.

Click to summarize M_AUTO_COLOR

Specifies to color the container according to specific components. INFO

Click to summarize M_COMPONENT_CONFIDENCE

Specifies to color the point cloud according to the component that stores confidence information for the M_COMPONENT_RANGE or M_COMPONENT_DISPARITY component of the container. INFO

Click to summarize M_COMPONENT_CUSTOM + n

Specifies to color the point cloud according to a component that has a custom type, identified by n, where n can be a value between 0 and 255. INFO

Click to summarize M_COMPONENT_DISPARITY

Specifies to color the point cloud according to the component that stores a disparity map. INFO

Click to summarize M_COMPONENT_INFRARED

Specifies to color the point cloud according to the component that stores an intensity image of infrared light. INFO

Click to summarize M_COMPONENT_INTENSITY

Specifies to color the point cloud according to the component that stores an intensity image of visible light. INFO

Click to summarize M_COMPONENT_MESH_MIL

Specifies to color the point cloud according to the component that stores mesh information for the M_COMPONENT_RANGE component of the container. INFO

Click to summarize M_COMPONENT_METADATA

Specifies to color the point cloud according to the component that stores metadata information. INFO

Click to summarize M_COMPONENT_MULTISPECTRAL

Specifies to color the point cloud according to the component that stores an intensity image where each band represents the intensity of a specific wavelength of light. INFO

Click to summarize M_COMPONENT_NORMALS_MIL

Specifies that the buffer stores normals information for each point in the M_COMPONENT_RANGE component of the container. INFO

Click to summarize M_COMPONENT_RANGE

Specifies to color the point cloud according to the component that stores 3D distance/position information. INFO

Click to summarize M_COMPONENT_REFLECTANCE

Specifies to color the point cloud according to the component that stores a reflectance map. INFO

Click to summarize M_COMPONENT_SCATTER

Specifies to color the point cloud according to the component that stores a scatter map. INFO

Click to summarize M_COMPONENT_ULTRAVIOLET

Specifies to color the point cloud according to the component that stores an intensity image of ultraviolet light. INFO

Click to summarize M_COLOR_COMPONENT_BAND +

Inquires the default band used to color the point cloud when the point cloud's color is set using M_COLOR_COMPONENT. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_ALL_BANDS

Specifies all the bands of the component.

Click to summarize Value >= 0

Specifies the index of the band to use. INFO

Click to summarize M_COLOR_LIMITS +

Inquires the default limits of the values in the component used to color the point clouds added to the 3D graphics list when the point clouds are colored using M_COLOR_COMPONENT by default. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_BUFFER_LIMITS

Specifies to use the buffer's minimum and maximum. INFO

Click to summarize M_DATA_EXTREMES_GLOBAL

Specifies to use the global minimum and maximum of the buffer's data. INFO

Click to summarize M_DATA_EXTREMES_PER_BAND

Specifies to use the minimum and maximum of the buffer's data in each of its bands. INFO

Click to summarize M_USER_DEFINED

Specifies to use the minimum and maximum manually set with M_COLOR_LIMITS_MIN and M_COLOR_LIMITS_MAX.

Click to summarize M_COLOR_LIMITS_MAX +

Inquires the default maximum color value for point clouds added to the 3D graphics list when M_COLOR_LIMITS is M_USER_DEFINED. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the maximum color value to use.

Click to summarize M_COLOR_LIMITS_MIN +

Inquires the default minimum color value for point clouds added to the 3D graphics list when M_COLOR_LIMITS is M_USER_DEFINED. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the minimum color value to use.

Click to summarize M_COLOR_USE_LUT +

Inquires whether the point clouds added to the 3D graphics list are colored, by default, using a LUT to map values from the component specified by M_COLOR_COMPONENT to a color. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies not to use a LUT.

Click to summarize M_TRUE

Specifies to use a LUT.

Click to summarize M_COLOR_USE_TEXTURE +

Inquires whether the polygons added to the 3D graphics list are filled with a texture by default. If the polygon has no texture buffer, M_FILL_COLOR is used regardless of this setting. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies to fill the polygon with M_FILL_COLOR.

Click to summarize M_TRUE

Specifies that the polygon graphic is set to be filled with a texture buffer.

Click to summarize M_CYLINDER_BASES +

Inquires whether the cylinder graphic's circular bases are displayed or not by default when a cylinder graphic is added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_DISABLE

Specifies that the cylinder graphics's bases are not displayed.

Click to summarize M_ENABLE

Specifies that the cylinder graphic's bases are displayed.

Click to summarize M_FILL_COLOR +

Inquires the default color of the solid surfaces of the 3D graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_FONT +

Inquires the default font for text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_TEXT_PTR [optionally, in C++: MIL_STRING ]
Click to summarize M_FONT_AUTO_SELECT +

Inquires the default automatic font selection behavior for text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_TEXT_PTR [optionally, in C++: MIL_STRING ]
Click to summarize M_DISABLE

Specifies that MIL will not search for a suitable font. INFO

Click to summarize M_ENABLE

Specifies that MIL will search for a suitable font.

Click to summarize M_FONT_SIZE +

Inquires the default font size for text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the font size. INFO

Click to summarize M_GRAPHIC_RESOLUTION +

Inquires the default mesh resolution of 3D graphics added to the 3D graphics list. This applies to arc, axis, cylinder, and sphere graphics. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 3

Specifies the resolution of the 3D graphic's mesh.

Click to summarize M_KEYING_COLOR +

Inquires the default pixel value to display as transparent for polygon graphics added to the 3D graphics list.

This setting is only used if the polygon is filled with a texture buffer. Any portion of the polygon graphic that would be displayed with this color is instead made transparent, regardless of the polygon graphic's M_OPACITY setting. This can be used to cut out parts of a polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_NONE

Specifies that the texture does not have a keying value.

Click to summarize 0 <= Value <= 255

Specifies a grayscale keying value, used when the texture is a 1-band buffer.

Click to summarize M_OPACITY +

Inquires the default opacity of the 3D graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the 3D graphic. INFO

Click to summarize M_SHADING +

Inquires the default shading of the 3D graphics added to the 3D graphics list. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display.

This setting does not apply to text, node, line, arc, grid, or dots graphics. You can inquire the default shading mode for text graphics using M_TEXT_SHADING. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the 3D graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the 3D graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the 3D graphic is displayed without shading.

Click to summarize M_PHONG

Specifies that the 3D graphic is displayed with Phong shading. INFO

Click to summarize M_TEXT_ALIGN_HORIZONTAL +

Inquires the default horizontal alignment of the text in the text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_CENTER

Specifies that the text is horizontally centered.

Click to summarize M_LEFT

Specifies that the text is left-aligned.

Click to summarize M_RIGHT

Specifies that the text is right-aligned.

Click to summarize M_TEXT_ALIGN_VERTICAL +

Inquires the default vertical alignment of the text in the text graphics added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_BOTTOM

Specifies that the text is bottom-aligned.

Click to summarize M_CENTER

Specifies that the text is vertically centered.

Click to summarize M_TOP

Specifies that the text is top-aligned.

Click to summarize M_TEXT_BORDER +

Inquires the default borders around text graphics added to the 3D graphics list.

Note that a combination of the values below can be returned. Bitwise operators must be used to verify the presence of a specific border. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT MORE
Click to summarize M_BOTTOM

Specifies that a line is drawn underneath the text.

Click to summarize M_LEFT

Specifies that a line is drawn to the left of the text.

Click to summarize M_NONE

Specifies that no border is drawn around the text. INFO

Click to summarize M_RIGHT

Specifies that a line is drawn to the right of the text.

Click to summarize M_TOP

Specifies that a line is drawn above the text.

Click to summarize M_TEXT_DIRECTION +

Inquires the default direction to draw text the text that is displayed in a text graphic that is added to the 3D graphics list. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_LEFT_TO_RIGHT

Specifies that text will be drawn from left to right.

Click to summarize M_RIGHT_TO_LEFT

Specifies that text will be drawn from right to left.

Click to summarize M_TEXT_SHADING +

Inquires the default shading of the text graphics added to the 3D graphics list. Shaded text graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the text graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the text graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the text graphic is displayed without shading.

Click to summarize M_PHONG

Specifies that the text graphic is displayed with Phong shading. INFO

Click to summarize M_THICKNESS +

Inquires the default thickness of the points/lines of the 3D graphics added to the 3D graphics list in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels.

Click to summarize M_VISIBLE +

Inquires the default visibility of the 3D graphics added to the 3D graphics list. Invisible 3D graphics do not count towards the 3D graphics list's bounding box. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible.

Click to summarize M_TRUE

Specifies that the 3D graphic is visible.

The following inquire types allow you to inquire general information about a 3D graphic or 3D graphic label.

function map For inquiring general information about a 3D graphic or 3D graphic label
Click to summarize
List3dgraId
Description
InquireType
UserVarPtr
- Possible values returned
Click to summarize Graphics list identifier with Label set to
any 3D graphic label

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a 3D graphic label specified by the Label parameter.

(summarize)
Click to summarize M_CHILDREN +

Inquires the labels of the 3D graphic's immediate children.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_INT64 [optionally, in C++: a reference to a std::vector<MIL_INT64> ] MORE
Click to summarize Value > 0

Specifies the label of the 3D graphic's child.

Click to summarize M_GRAPHIC_TYPE +

Inquires the type of 3D graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_GRAPHIC_TYPE_AXIS

Specifies an axis graphic.

Click to summarize M_GRAPHIC_TYPE_BOX

Specifies a box graphic.

Click to summarize M_GRAPHIC_TYPE_CYLINDER

Specifies a cylinder graphic.

Click to summarize M_GRAPHIC_TYPE_DOTS

Specifies dots graphic.

Click to summarize M_GRAPHIC_TYPE_GRID

Specifies a grid graphic.

Click to summarize M_GRAPHIC_TYPE_LINE

Specifies a line graphic.

Click to summarize M_GRAPHIC_TYPE_NODE

Specifies a node graphic.

Click to summarize M_GRAPHIC_TYPE_PLANE

Specifies a plane graphic.

Click to summarize M_GRAPHIC_TYPE_POINT_CLOUD

Specifies a point cloud graphic.

Click to summarize M_GRAPHIC_TYPE_POLYGON

Specifies a polygon graphic.

Click to summarize M_GRAPHIC_TYPE_SPHERE

Specifies a sphere graphic.

Click to summarize M_GRAPHIC_TYPE_TEXT

Specifies text graphic.

Click to summarize M_LABEL_EXISTS +

Inquires whether the specified label exists in the 3D graphics list.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the label does not exist in the 3D graphics list.

Click to summarize M_TRUE

Specifies that the label exists in the 3D graphics list.

Click to summarize M_NUMBER_OF_CHILDREN +

Inquires the 3D graphic's number of immediate children. Use with M_RECURSIVE to get the 3D graphic's total number of descendants.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 0

Specifies the number of immediate children.

Click to summarize M_PARENT +

Inquires the label of the 3D graphic's parent.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_INVALID

Specifies that the 3D graphic does not have a parent. This is only returned when Label is the root node.

(summarize)
Click to summarize Value >= 0

Specifies the label of the 3D graphic's parent.

Combination value for M_CHILDREN (when List3dgraId=Graphics list identifier with Label set to any 3D graphic label); M_NUMBER_OF_CHILDREN (when List3dgraId=Graphics list identifier with Label set to any 3D graphic label).

You can add the following value to the above-mentioned values to get the labels or the number of all descendants of a 3D graphic in a 3D graphics list.

function map For inquiring about all descendants of a 3D graphic
Click to summarizeCombination value Description
Click to summarize M_RECURSIVE

Specifies to get the labels or the number of all descendants of a 3D graphic in a 3D graphics list.

The following inquire types allow you to inquire about 3D graphics settings.

Note that all inquires on the position or rotation of a 3D graphic are returned relative to the 3D graphic's parent's coordinate system. To inquire positions and rotations relative to the root note, use M_RELATIVE_TO_ROOT.

function map For inquiring the settings of a 3D graphic
Click to summarize
List3dgraId
Description
InquireType
UserVarPtr
- Possible values returned
Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_ARC

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and an arc graphic specified by the Label parameter.

(summarize)
Click to summarize M_ANGLE +

Inquires the arc graphic's angle. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -360.0 <= Value <= 360.0

Specifies the arc graphic's angle, in degrees.

Click to summarize M_APPEARANCE +

Inquires whether the arc graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_CENTER_X +

Inquires the X-coordinate of the arc graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the arc graphic's center , relative to its parent's coordinate system.

Click to summarize M_CENTER_Y +

Inquires the Y-coordinate of the arc graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the arc graphic's center , relative to its parent's coordinate system.

Click to summarize M_CENTER_Z +

Inquires the Z-coordinate of the arc graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the arc graphic's center , relative to its parent's coordinate system.

Click to summarize M_COLOR +

Inquires the color of the points and lines of the arc graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_END_POINT_X +

Inquires the X-coordinate of the arc graphic's end point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the arc graphic's end point, relative to its parent's coordinate system.

Click to summarize M_END_POINT_Y +

Inquires the Y-coordinate of the arc graphic's end point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the arc graphic's end point, relative to its parent's coordinate system.

Click to summarize M_END_POINT_Z +

Inquires the Z-coordinate of the arc graphic's end point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the arc graphic's end point, relative to its parent's coordinate system.

Click to summarize M_GRAPHIC_RESOLUTION +

Inquires the resolution of the arc graphic's mesh. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 3

Specifies the number of edges on the arc graphic.

Click to summarize M_NORMAL_X +

Inquires the X-component of the arc graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the X-component of the arc graphic's normal unit vector, relative to its parent's coordinate system.

Click to summarize M_NORMAL_Y +

Inquires the Y-component of the arc graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Y-component of the arc graphic's normal unit vector, relative to its parent's coordinate system.

Click to summarize M_NORMAL_Z +

Inquires the Z-component of the arc graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Z-component of the arc graphic's normal unit vector, relative to its parent's coordinate system.

Click to summarize M_OPACITY +

Inquires the opacity of the arc graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the arc graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the arc graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the arc graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the arc graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the arc graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the arc graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the arc graphic's position relative to its parent's coordinate system.

Click to summarize M_RADIUS +

Inquires the arc graphic's radius. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the arc graphic's radius, in world units.

Click to summarize M_START_POINT_X +

Inquires the X-coordinate of the arc graphic's start point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the arc graphic's start point, relative to its parent's coordinate system.

Click to summarize M_START_POINT_Y +

Inquires the Y-coordinate of the arc graphic's start point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the arc graphic's start point, relative to its parent's coordinate system.

Click to summarize M_START_POINT_Z +

Inquires the Z-coordinate of the arc graphic's start point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the arc graphic's start point, relative to its parent's coordinate system.

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the arc graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the arc graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_AXIS

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and an axis graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the axis graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_COLOR +

Inquires the color of the points and lines of the axis graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_PER_AXIS

Specifies that the 3 axes are not set to the same color. To inquire the color of each axis, use M_COLOR_AXIS....

(summarize)
Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_X +

Inquires the color of the axis graphic's X-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_Y +

Inquires the color of the axis graphic's Y-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_AXIS_Z +

Inquires the color of the axis graphic's Z-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_GRAPHIC_RESOLUTION +

Inquires the resolution of the axis graphic's mesh. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 3

Specifies the number of edges on the axis graphic's cone-shaped arrow caps.

Click to summarize M_LENGTH +

Inquires the length of the axis graphic's axes. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the axis graphic's axes, in world units.

Click to summarize M_OPACITY +

Inquires the opacity of the axis graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the axis graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the axis graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the axis graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the axis graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the axis graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the axis graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the axis graphic's position relative to its parent's coordinate system.

Click to summarize M_SHADING +

Sets the axis graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the axis graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the axis graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the axis graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the axis graphic is displayed with Phong shading. INFO

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the axis graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the axis graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_BOX

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a box graphic specified by the Label parameter.

(summarize)
Click to summarize

Inquires the X-coordinate of the specified box graphic's corner.

(summarize)
Parameters

Specifies the index of the box corner.

0 <= Value <= 7

Specifies the box corner.

Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the specified box graphic's corner relative to its parent's coordinate system.

Click to summarize

Inquires the Y-coordinate of the specified box graphic's corner.

(summarize)
Parameters

Specifies the index of the box corner.

0 <= Value <= 7

Specifies the box corner.

Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the specified box graphic's corner relative to its parent's coordinate system.

Click to summarize

Inquires the Z-coordinate of the specified box graphic's corner.

(summarize)
Parameters

Specifies the index of the box corner.

0 <= Value <= 7

Specifies the box corner.

Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the specified box graphic's corner relative to its parent's coordinate system.

Click to summarize M_APPEARANCE +

Inquires whether the box graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_AXIS_ALIGNED +

Inquires whether the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the box graphic is not axis-aligned; a rotation has been applied.

Click to summarize M_TRUE

Specifies that the box graphic is axis-aligned; no rotation has been applied.

Click to summarize M_CENTER_X +

Inquires the X-coordinate of the box graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the box's center point, relative to its parent's coordinate system .

Click to summarize M_CENTER_Y +

Inquires the Y-coordinate of the box graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the box's center point, relative to its parent's coordinate system .

Click to summarize M_CENTER_Z +

Inquires the Z-coordinate of the box graphic's center.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the box's center point, relative to its parent's coordinate system .

Click to summarize M_COLOR +

Inquires the color of the points and lines of the box graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_CORNER_X_ALL +

Inquires the X-coordinate of each of the box graphic's 8 corners, in their index order.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the X-component the box graphic's corner relative to the box graphic's parent.

Click to summarize M_CORNER_Y_ALL +

Inquires the Y-coordinate of each of the box graphic's 8 corners, in their index order.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Y-component the box graphic's corner relative to the box graphic's parent.

Click to summarize M_CORNER_Z_ALL +

Inquires the Z-coordinate of each of the box graphic's 8 corners, in their index order.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Z-component the box graphic's corner relative to the box graphic's parent.

Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the box graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_OPACITY +

Inquires the opacity of the box graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the box graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the box graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the box graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the box graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_SHADING +

Sets the box graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the box graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the box graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the box graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the box graphic is displayed with Phong shading. INFO

Click to summarize M_SIZE_X +

Inquires the box graphic's length along its coordinate system's X-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the box graphic, in world units, along the box's coordinate system's X-axis.

Click to summarize M_SIZE_Y +

Inquires the box graphic's length along its coordinate system's Y-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the box graphic, in world units, along the box's coordinate system's Y-axis.

Click to summarize M_SIZE_Z +

Inquires the box graphic's length along its coordinate system's Z-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the box graphic, in world units, along the box's coordinate system's Z-axis.

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the box graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_UNROTATED_MAX_X +

Inquires the box graphic's maximum X-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's maximum X-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_UNROTATED_MAX_Y +

Inquires the box graphic's maximum Y-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's maximum Y-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_UNROTATED_MAX_Z +

Inquires the box graphic's maximum Z-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's maximum Z-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_UNROTATED_MIN_X +

Inquires the box graphic's minimum X-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's minimum X-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_UNROTATED_MIN_Y +

Inquires the box graphic's minimum Y-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's minimum Y-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_UNROTATED_MIN_Z +

Inquires the box graphic's minimum Z-coordinate, ignoring the box's rotation. The coordinate is returned as if the box graphic is axis-aligned relative to its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the box's minimum Z-coordinate, ignoring the box's rotation, relative to its parent's coordinate system .

Click to summarize M_VISIBLE +

Inquires the visibility of the box graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_CYLINDER

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a cylinder graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the cylinder graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_AXIS_X +

Inquires the X-component of the cylinder graphic's central axis unit vector. This vector does not reflect the cylinder graphic's length, regardless of whether a vector was used to define the cylinder graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the X-component of the cylinder's central axis unit vector, relative to its parent's coordinate system .

Click to summarize M_AXIS_Y +

Inquires the Y-component of the cylinder graphic's central axis unit vector. This vector does not reflect the cylinder graphic's length, regardless of whether a vector was used to define the cylinder graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Y-component of the cylinder's central axis unit vector, relative to its parent's coordinate system .

Click to summarize M_AXIS_Z +

Inquires the Z-component of the cylinder graphic's central axis unit vector. This vector does not reflect the cylinder graphic's length, regardless of whether a vector was used to define the cylinder graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Z-component of the cylinder's central axis unit vector, relative to its parent's coordinate system .

Click to summarize M_CENTER_X +

Inquires the X-coordinate of the center point on the cylinder graphic's central axis. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system .

Click to summarize M_CENTER_Y +

Inquires the Y-coordinate of the center point on the cylinder graphic's central axis. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system .

Click to summarize M_CENTER_Z +

Inquires the Z-coordinate of the center point on the cylinder graphic's central axis. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system .

Click to summarize M_COLOR +

Inquires the color of the points and lines of the cylinder graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_CYLINDER_BASES +

Inquires whether the cylinder graphic's circular bases are displayed or not. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_DISABLE

Specifies that the cylinder graphics's bases are not displayed.

Click to summarize M_ENABLE

Specifies that the cylinder graphic's bases are displayed.

Click to summarize M_END_POINT_X +

Inquires the X-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the cylinder's end point, relative to its parent's coordinate system .

Click to summarize M_END_POINT_Y +

Inquires the Y-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the cylinder's end point, relative to its parent's coordinate system .

Click to summarize M_END_POINT_Z +

Inquires the Z-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. This inquire type is only available if the cylinder graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the cylinder's end point, relative to its parent's coordinate system .

Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the cylinder graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_GRAPHIC_RESOLUTION +

Inquires the resolution of the cylinder graphic's mesh. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 3

Specifies the number of edges on the cylinder graphic's bases and the number of faces that make up the sides of the cylinder.

Click to summarize M_LENGTH +

Inquires the cylinder graphic's length. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_INFINITE

Specifies that the cylinder graphic is infinite.

Click to summarize Value > 0.0

Specifies the cylinder graphic's length, in world units.

Click to summarize M_OPACITY +

Inquires the opacity of the cylinder graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the cylinder graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the cylinder graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the cylinder graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the cylinder graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the cylinder graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the cylinder graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the cylinder graphic's position relative to its parent's coordinate system.

Click to summarize M_RADIUS +

Inquires the cylinder graphic's radius. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the cylinder graphic's radius, in world units.

Click to summarize M_SHADING +

Sets the cylinder graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the axis graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the axis graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the axis graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the axis graphic is displayed with Phong shading. INFO

Click to summarize M_START_POINT_X +

Inquires the X-coordinate of the cylinder graphic's start point on the cylinder's central axis.

When the cylinder graphic's length is infinite, this returns the X-coordinate of the first point used to define the cylinder graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the first point on the central axis used to define the cylinder graphic , relative to its parent's coordinate system .

Click to summarize M_START_POINT_Y +

Inquires the Y-coordinate of the cylinder graphic's start point on the cylinder's central axis.

When the cylinder graphic's length is infinite, this returns the X-coordinate of the first point used to define the cylinder graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the first point on the central axis used to define the cylinder graphic , relative to its parent's coordinate system .

Click to summarize M_START_POINT_Z +

Inquires the Z-coordinate of the cylinder graphic's start point on the cylinder's central axis.

When the cylinder graphic's length is infinite, this returns the Z-coordinate of the first point used to define the cylinder graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the first point on the central axis used to define the cylinder graphic , relative to its parent's coordinate system .

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the cylinder graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the cylinder graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_DOTS

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a dots graphic specified by the Label parameter.

(summarize)
Click to summarize M_COLOR +

Inquires the color of the points in the dots graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_PER_POINT

Specifies that the color of the dots are individually set using M3dgraDots() with a color array.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_OPACITY +

Inquires the opacity of the dots graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the dots graphic. INFO

Click to summarize M_POINTS_X +

Inquires the X-coordinate of each point in the dots graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the X-coordinate of a point in the dots graphic, relative to its parent's coordinate system.

Click to summarize M_POINTS_Y +

Inquires the Y-coordinate of each point in the dots graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Y-coordinate of a point in the dots graphic, relative to its parent's coordinate system.

Click to summarize M_POINTS_Z +

Inquires the Z-coordinate of each point in the dots graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Y-coordinate of a point in the dots graphic, relative to its parent's coordinate system.

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the dots graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the dots graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the dots graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the dots graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the dots graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the dots graphic's position relative to its parent's coordinate system.

Click to summarize M_THICKNESS +

Inquires the thickness of the dots graphic's points in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the dot thickness , in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the dots graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_GRID

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a grid graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the grid graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_COLOR +

Inquires the color of the points and lines of the grid graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the grid graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_NUMBER_OF_TILES_X +

Inquires the number of cells along the grid graphic's X-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0.0

Specifies the number of cells along the grid graphic's X-axis.

Click to summarize M_NUMBER_OF_TILES_Y +

Inquires the number of cells along the grid graphic's Y-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0.0

Specifies the number of cells along the grid graphic's Y-axis.

Click to summarize M_OPACITY +

Inquires the opacity of the grid graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the grid graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the grid graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the grid graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the grid graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the grid graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the grid graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the grid graphic's position relative to its parent's coordinate system.

Click to summarize M_SIZE_X +

Inquires the grid graphic's length along its coordinate system's X-axis.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the grid graphic, in world units, along the grid's coordinate system's X-axis.

Click to summarize M_SIZE_Y +

Inquires the grid graphic's length along its coordinate system's Y-axis.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the length of the grid graphic, in world units, along the grid's coordinate system's Y-axis.

Click to summarize M_SPACING_X +

Inquires the spacing between the lines along the grid graphic's X-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the spacing between the lines along the grid graphic's X-axis, in world units.

Click to summarize M_SPACING_Y +

Inquires the spacing between the lines along the grid graphic's Y-axis. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the spacing between the lines along the grid graphic's Y-axis, in world units.

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the grid graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the grid graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_LINE

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a line graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the line graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_AXIS_X +

Inquires the X-component of the line graphic's direction unit vector. This vector does not reflect the line graphic's length, regardless of whether a vector was used to define the line graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the X-component of the line's direction unit vector, relative to its parent's coordinate system .

Click to summarize M_AXIS_Y +

Inquires the Y-component of the line graphic's direction unit vector. This vector does not reflect the line graphic's length, regardless of whether a vector was used to define the line graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Y-component of the line's direction unit vector, relative to its parent's coordinate system .

Click to summarize M_AXIS_Z +

Inquires the Z-component of the line graphic's direction unit vector. This vector does not reflect the line graphic's length, regardless of whether a vector was used to define the line graphic's length.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Z-component of the line's direction unit vector, relative to its parent's coordinate system .

Click to summarize M_CENTER_X +

Inquires the X-coordinate of the line graphic's center point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the center point on the line graphic , relative to its parent's coordinate system .

Click to summarize M_CENTER_Y +

Inquires the Y-coordinate of the line graphic's center point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the center point on the line graphic , relative to its parent's coordinate system .

Click to summarize M_CENTER_Z +

Inquires the Z-coordinate of the line graphic's center point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the center point on the line graphic , relative to its parent's coordinate system .

Click to summarize M_COLOR +

Inquires the color of the points and lines of the line graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_END_POINT_X +

Inquires the X-coordinate of the line graphic's end point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the line's end point, relative to its parent's coordinate system .

Click to summarize M_END_POINT_Y +

Inquires the Y-coordinate of the line graphic's end point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the line's end point, relative to its parent's coordinate system .

Click to summarize M_END_POINT_Z +

Inquires the Z-coordinate of the line graphic's end point. This inquire type is only available if the line graphic's length is not M_INFINITE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the line's end point, relative to its parent's coordinate system .

Click to summarize M_LENGTH +

Inquires the line graphic's length. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_INFINITE

Specifies that the line graphic is infinite.

Click to summarize Value > 0.0

Specifies the line graphic's length, in world units.

Click to summarize M_OPACITY +

Inquires the opacity of the line graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the line graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the line graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the line graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the line graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the line graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the line graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the line graphic's position relative to its parent's coordinate system.

Click to summarize M_START_POINT_X +

Inquires the X-coordinate of the line graphic's start point.

When the line graphic's length is infinite, this returns the X-coordinate of the first point used to define the line graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system .

Click to summarize M_START_POINT_Y +

Inquires the Y-coordinate of the line graphic's start point.

When the line graphic's length is infinite, this returns the X-coordinate of the first point used to define the line graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system .

Click to summarize M_START_POINT_Z +

Inquires the Z-coordinate of the line graphic's start point.

When the line graphic's length is infinite, this returns the X-coordinate of the first point used to define the line graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system .

Click to summarize M_THICKNESS +

Inquires the thickness of the points/line of the line graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the line graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_NODE

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a node graphic specified by the Label parameter.

(summarize)
Click to summarize M_POSITION_X +

Inquires the X-coordinate of the node graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the node graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the node graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the node graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the node graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the node graphic's position relative to its parent's coordinate system.

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_PLANE

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a plane graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the plane graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_CLOSEST_TO_ORIGIN_X +

Inquires the X-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system .

Click to summarize M_CLOSEST_TO_ORIGIN_Y +

Inquires the Y-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system .

Click to summarize M_CLOSEST_TO_ORIGIN_Z +

Inquires the Z-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system .

Click to summarize M_COEFFICIENT_A +

Inquires the coefficient A of the plane equation, Ax + By + Cz + D = 0.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the coefficient A of the plane equation.

Click to summarize M_COEFFICIENT_B +

Inquires the coefficient B of the plane equation, Ax + By + Cz + D = 0.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the coefficient B of the plane equation.

Click to summarize M_COEFFICIENT_C +

Inquires the coefficient C of the plane equation, Ax + By + Cz + D = 0.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the coefficient C of the plane equation.

Click to summarize M_COEFFICIENT_D +

Inquires the coefficient D of the plane equation, Ax + By + Cz + D = 0.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the coefficient D of the plane equation.

Click to summarize M_COLOR +

Inquires the color of the points and lines of the plane graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the plane graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_NORMAL_X +

Inquires the X-component of the plane graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the X-component of the plane's normal unit vector, relative to its parent's coordinate system .

Click to summarize M_NORMAL_Y +

Inquires the Y-component of the plane graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Y-component of the plane's normal unit vector, relative to its parent's coordinate system .

Click to summarize M_NORMAL_Z +

Inquires the Z-component of the plane graphic's normal unit vector.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize -1.0 >= Value >= 1.0

Specifies the Z-component of the plane's normal unit vector, relative to its parent's coordinate system .

Click to summarize M_OPACITY +

Inquires the opacity of the plane graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the plane graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the plane graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the plane graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the plane graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the plane graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the plane graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the plane graphic's position relative to its parent's coordinate system.

Click to summarize M_SHADING +

Sets the plane graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the axis graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the axis graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the axis graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the axis graphic is displayed with Phong shading. INFO

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the plane graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the plane graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_POINT_CLOUD

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a point cloud graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the point cloud graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_COLOR +

Inquires the color of the points and lines in the point cloud when they are set to a color using M_COLOR. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_COMPONENT +

Inquires the component used to color the points in the point cloud. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_NULL

Specifies that the color of the points in the point cloud is set to a single color using M_COLOR.

Click to summarize M_AUTO_COLOR

Specifies to color the container according to specific components. INFO

Click to summarize M_COMPONENT_CONFIDENCE

Specifies to color the point cloud according to the component that stores confidence information for the M_COMPONENT_RANGE or M_COMPONENT_DISPARITY component of the container. INFO

Click to summarize M_COMPONENT_CUSTOM + n

Specifies to color the point cloud according to a component that has a custom type, identified by n, where n can be a value between 0 and 255. INFO

Click to summarize M_COMPONENT_DISPARITY

Specifies to color the point cloud according to the component that stores a disparity map. INFO

Click to summarize M_COMPONENT_INFRARED

Specifies to color the point cloud according to the component that stores an intensity image of infrared light. INFO

Click to summarize M_COMPONENT_INTENSITY

Specifies to color the point cloud according to the component that stores an intensity image of visible light. INFO

Click to summarize M_COMPONENT_MESH_MIL

Specifies to color the point cloud according to the component that stores mesh information for the M_COMPONENT_RANGE component of the container. INFO

Click to summarize M_COMPONENT_METADATA

Specifies to color the point cloud according to the component that stores metadata information. INFO

Click to summarize M_COMPONENT_MULTISPECTRAL

Specifies to color the point cloud according to the component that stores an intensity image where each band represents the intensity of a specific wavelength of light. INFO

Click to summarize M_COMPONENT_NORMALS_MIL

Specifies that the buffer stores normals information for each point in the M_COMPONENT_RANGE component of the container. INFO

Click to summarize M_COMPONENT_RANGE

Specifies to color the point cloud according to the component that stores 3D distance/position information. INFO

Click to summarize M_COMPONENT_REFLECTANCE

Specifies to color the point cloud according to the component that stores a reflectance map. INFO

Click to summarize M_COMPONENT_SCATTER

Specifies to color the point cloud according to the component that stores a scatter map. INFO

Click to summarize M_COMPONENT_ULTRAVIOLET

Specifies to color the point cloud according to the component that stores an intensity image of ultraviolet light. INFO

Click to summarize M_COLOR_COMPONENT_BAND +

Inquires the band used to color the point cloud when the point cloud's color is set using M_COLOR_COMPONENT. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_ALL_BANDS

Specifies all the bands of the component. INFO

Click to summarize Value >= 0

Specifies the index of the band to use. INFO

Click to summarize M_COLOR_LIMITS +

Inquires the limits of the values in the component used to color the point cloud when the point cloud is colored using M_COLOR_COMPONENT. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_BUFFER_LIMITS

Specifies to use the buffer's minimum and maximum. INFO

Click to summarize M_DATA_EXTREMES_GLOBAL

Specifies to use the global minimum and maximum of the buffer's data. INFO

Click to summarize M_DATA_EXTREMES_PER_BAND

Specifies to use the minimum and maximum of the buffer's data in each of its bands. INFO

Click to summarize M_USER_DEFINED

Specifies to use the minimum and maximum manually set with M_COLOR_LIMITS_MIN and M_COLOR_LIMITS_MAX. INFO

Click to summarize M_COLOR_LIMITS_MAX +

Inquires the maximum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the maximum color value to use. INFO

Click to summarize M_COLOR_LIMITS_MIN +

Inquires the minimum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the minimum color value to use. INFO

Click to summarize M_COLOR_LUT_SIZE +

Inquires the size of the point cloud's LUT.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0

Specifies the size of the point cloud's LUT.

Click to summarize M_COLOR_LUT_SIZE_BAND +

Inquires the number of bands of the point cloud's LUT.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize 1

Specifies that the point cloud's LUT has one band.

Click to summarize 3

Specifies that the point cloud's LUT has three bands.

Click to summarize M_COLOR_USE_LUT +

Inquires whether the point cloud is colored using a LUT to map values from the component specified by M_COLOR_COMPONENT to a color. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies not to use a LUT. INFO

Click to summarize M_TRUE

Specifies to use a LUT. INFO

Click to summarize M_CONTAINER_ID +

Inquires the identifier of the container or fully-corrected depth map image buffer linked to the 3D graphic.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_ID
Click to summarize Value > 0

Specifies the identifier of the container or fully-corrected depth map image buffer linked to the 3D graphic.

Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the point cloud (if the 3D graphic is linked to a meshed point cloud container). SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_OPACITY +

Inquires the opacity of the point cloud. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the point cloud . INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the point cloud's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the point cloud's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the point cloud's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the box graphic's position relative to its parent's coordinate system.

Click to summarize M_THICKNESS +

Inquires the thickness of the point cloud's points in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the point cloud. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_POLYGON

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a polygon graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the polygon graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_COLOR +

Inquires the color of the points and lines of the polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_COLOR_TEXTURE_SIZE_BAND +

Inquires the number of bands of the polygon graphic's texture buffer.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize 1

Specifies that the polygon graphic's texture buffer has one band.

Click to summarize 3

Specifies that the polygon graphic's texture buffer has three bands.

Click to summarize M_COLOR_TEXTURE_SIZE_X +

Inquires the width of the polygon graphic's texture buffer.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0

Specifies the width of the polygon graphic's texture buffer, in pixels.

Click to summarize M_COLOR_TEXTURE_SIZE_Y +

Inquires height of the polygon graphic's texture buffer.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0

Specifies the height of the polygon graphic's texture buffer, in pixels.

Click to summarize M_COLOR_USE_TEXTURE +

Inquires whether the polygon is set to be filled with a texture. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies to fill the polygon with M_FILL_COLOR.

Click to summarize M_TRUE

Specifies that the polygon graphic is set to be filled with a texture buffer.

Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_KEYING_COLOR +

Inquires the pixel value to display as transparent for the polygon graphic.

This setting is only used if the polygon is filled with a texture buffer. Any portion of the polygon graphic that would be displayed with this color is instead made transparent, regardless of the polygon graphic's M_OPACITY setting. This can be used to cut out parts of a polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_NONE

Specifies that the texture does not have a keying value.

Click to summarize 0 <= Value <= 255

Specifies a grayscale keying value, used when the texture is a 1-band buffer.

Click to summarize M_OPACITY +

Inquires the opacity of the polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the polygon graphic. INFO

Click to summarize M_POINTS_X +

Inquires the X-coordinate of each of the polygon graphic's vertices.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the X-component of each of the polygon graphic's vertices.

Click to summarize M_POINTS_Y +

Inquires the Y-coordinate of each of the polygon graphic's vertices.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Y-component of each of the polygon graphic's vertices.

Click to summarize M_POINTS_Z +

Inquires the Z-coordinate of each of the polygon graphic's vertices.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ] MORE
Click to summarize Value

Specifies the Z-component of each of the polygon graphic's vertices.

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the polygon graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the polygon graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the polygon graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the polygon graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the polygon graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the polygon graphic's position relative to its parent's coordinate system.

Click to summarize M_SHADING +

Sets the polygon graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the polygon graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the polygon graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the polygon graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the polygon graphic is displayed with Phong shading. INFO

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the polygon graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the polygon graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_SPHERE

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a sphere graphic specified by the Label parameter.

(summarize)
Click to summarize M_APPEARANCE +

Inquires whether the sphere graphic is displayed as a solid surface, wireframe, or points. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_POINTS

Specifies a points appearance. INFO

Click to summarize M_SOLID

Specifies a solid appearance. INFO

Click to summarize M_SOLID_WITH_WIREFRAME

Specifies a solid appearance with a wireframe. INFO

Click to summarize M_WIREFRAME

Specifies a wireframe appearance. INFO

Click to summarize M_CENTER_X +

Inquires the X-coordinate of the sphere graphic's center point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the sphere's center point, expressed in its parent's coordinate system .

Click to summarize M_CENTER_Y +

Inquires the Y-coordinate of the sphere graphic's center point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the sphere's center point, expressed in its parent's coordinate system .

Click to summarize M_CENTER_Z +

Inquires the Z-coordinate of the sphere graphic's center point.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the sphere's center point, expressed in its parent's coordinate system .

Click to summarize M_COLOR +

Inquires the color of the points and lines of the sphere graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_FILL_COLOR +

Inquires the color of the solid surfaces of the sphere graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize M_SAME_AS_COLOR

Specifies to use the same color specified by M_COLOR.

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_GRAPHIC_RESOLUTION +

Inquires the resolution of the sphere graphic's mesh. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value >= 3

Specifies the number of latitudinal and longitudinal subdivisions on the sphere graphic.

Click to summarize M_OPACITY +

Inquires the opacity of the sphere graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the sphere graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the sphere graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the sphere graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the sphere graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the sphere graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the sphere graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the sphere graphic's position relative to its parent's coordinate system.

Click to summarize M_RADIUS +

Inquires the sphere graphic's radius. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the sphere graphic's radius, in world units.

Click to summarize M_SHADING +

Sets the sphere graphic's shading. Shaded 3D graphics are shown brighter or darker depending on the viewing angle, giving a visual indication of depth relative to the view in the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FLAT

Specifies that the sphere graphic is displayed with flat shading. INFO

Click to summarize M_GOURAUD

Specifies that the sphere graphic is displayed with Gouraud shading. INFO

Click to summarize M_NONE

Specifies that the sphere graphic is displayed without shading. INFO

Click to summarize M_PHONG

Specifies that the sphere graphic is displayed with Phong shading. INFO

Click to summarize M_THICKNESS +

Inquires the thickness of the points/lines of the sphere graphic in the 3D world, on screen. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 0.0

Specifies the point/line thickness, in pixels. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the sphere graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

Click to summarize Graphics list ID with Label specifying a
graphic of type M_GRAPHIC_TYPE_TEXT

Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a text graphic specified by the Label parameter.

(summarize)
Click to summarize M_BACKGROUND_COLOR +

Inquires the text graphic's background color. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black.

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_BACKGROUND_MODE +

Inquires the text graphic's background mode. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_OPAQUE

Specifies that the background of the text graphic is filled with the current background color. INFO

Click to summarize M_TRANSPARENT

Specifies that the text graphic does not have a background. INFO

Click to summarize M_COLOR +

Inquires the text graphic's text color. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT64
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white.

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_FONT +

Inquires the text graphic's font. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_TEXT_CHAR [optionally, in C++: MIL_STRING ] MORE
Click to summarize M_FONT_AUTO_SELECT +

Inquires the automatic font selection behavior of the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_DISABLE

Specifies that MIL will not search for a suitable font. INFO

Click to summarize M_ENABLE

Specifies that MIL will search for a suitable font. INFO

Click to summarize M_FONT_SIZE +

Inquires the font size. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value > 0.0

Specifies the font size. INFO

Click to summarize M_GRAPHIC_TEXT +

Inquires the text that is displayed in the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_TEXT_CHAR [optionally, in C++: MIL_STRING ] MORE
Click to summarize MIL_TEXT("String") 1

Specifies the address of the null-terminated (\0) ASCII string to be displayed.

Click to summarize M_OPACITY +

Inquires the opacity of the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 <= Value <= 100.0

Specifies the opacity of the text graphic. INFO

Click to summarize M_POSITION_X +

Inquires the X-coordinate of the text graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate of the text graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Y +

Inquires the Y-coordinate of the text graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate of the text graphic's position relative to its parent's coordinate system.

Click to summarize M_POSITION_Z +

Inquires the Z-coordinate of the text graphic's position.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Z-coordinate of the text graphic's position relative to its parent's coordinate system.

Click to summarize M_TEXT_ALIGN_HORIZONTAL +

Inquires the horizontal alignment of the text in the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_CENTER

Specifies that the text is horizontally centered. INFO

Click to summarize M_LEFT

Specifies that the text is left-aligned. INFO

Click to summarize M_RIGHT

Specifies that the text is right-aligned. INFO

Click to summarize M_TEXT_ALIGN_VERTICAL +

Inquires the vertical alignment of the text in the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_BOTTOM

Specifies that the text is bottom-aligned. INFO

Click to summarize M_CENTER

Specifies that the text is vertically centered. INFO

Click to summarize M_TOP

Specifies that the text is top-aligned. INFO

Click to summarize M_TEXT_BORDER +

Inquires the borders around the text.

Note that a combination of the values below can be returned. Bitwise operators must be used to verify the presence of a specific border. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_BOTTOM

Specifies that a line is drawn underneath the text. INFO

Click to summarize M_LEFT

Specifies that a line is drawn to the left of the text. INFO

Click to summarize M_NONE

Specifies that no border is drawn around the text. INFO

Click to summarize M_RIGHT

Specifies that a line is drawn to the right of the text. INFO

Click to summarize M_TOP

Specifies that a line is drawn above the text. INFO

Click to summarize M_TEXT_DIRECTION +

Inquires the direction to draw the text that is displayed in the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_LEFT_TO_RIGHT

Specifies that text will be drawn from left to right. INFO

Click to summarize M_RIGHT_TO_LEFT

Specifies that text will be drawn from right to left. INFO

Click to summarize M_VISIBLE +

Inquires the visibility of the text graphic. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the 3D graphic is not visible. INFO

Click to summarize M_TRUE

Specifies that the 3D graphic is visible. INFO

1 If the value was passed in a variable, it won't be returned enclosed in MIL_TEXT().

You can add the following value to the above-mentioned values to determine whether an inquire type is supported.

function map For inquiring whether an inquire type is supported
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_SUPPORTED

Inquires whether the specified inquire type is supported.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_FALSE

Specifies that the inquire type is not supported.

Click to summarize M_TRUE

Specifies that the inquire type is supported.

Combination values for the values of the InquireType parameter listed in For inquiring about the default settings of a 3D graphics list (exceptions might exist); the values of the InquireType parameter listed in For inquiring the settings of a 3D graphic (exceptions might exist).

You can add one of the following values to the above-mentioned values to get information about the default value of an inquire type, regardless of the current value of the inquire type.

function map For inquiring about the default value
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_DEFAULT

Inquires the default value of the specified inquire type.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: defined elsewhere
Click to summarize M_IS_SET_TO_DEFAULT

Inquires whether the specified inquire type is set to its default value.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the inquire type is not set to its default value.

Click to summarize M_TRUE

Specifies that the inquire type is set to its default value.

Combination value for the values of the InquireType parameter listed in For inquiring the settings of a 3D graphic (exceptions might exist).

You can add the following value to the above-mentioned values to get the position or rotation a 3D graphic relative to the 3D graphics list's root node.

function map For inquiring a position or rotation relative to the 3D graphics list's root node
Click to summarizeCombination value Description
Click to summarize M_RELATIVE_TO_ROOT

Specifies to get the position or rotation a 3D graphic relative to the 3D graphics list's root node.

Combination value for M_POINTS_X (when List3dgraId=Graphics list ID with Label specifying a graphic of type M_GRAPHIC_TYPE_POLYGON); M_POINTS_Y (when List3dgraId=Graphics list ID with Label specifying a graphic of type M_GRAPHIC_TYPE_POLYGON); M_POINTS_Z (when List3dgraId=Graphics list ID with Label specifying a graphic of type M_GRAPHIC_TYPE_POLYGON).

You can add the following value to the above-mentioned values to get the number of points in a dots graphic or vertices in a polygon graphic.

function map For inquiring the number of points in a dots graphic or vertices in a polygon graphic
Click to summarizeCombination value Description
Click to summarize M_NB_ELEMENTS

Specifies to get the number of points in a dots graphic or vertices in a polygon graphic.

Combination value for M_FONT (when List3dgraId=Graphics list ID with Label specifying a graphic of type M_GRAPHIC_TYPE_TEXT); M_GRAPHIC_TEXT (when List3dgraId=Graphics list ID with Label specifying a graphic of type M_GRAPHIC_TYPE_TEXT).

You can add the following value to the above-mentioned values to get the string's length.

function map For getting the string size
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_STRING_SIZE +

Retrieves the length of the string, including the terminating null character ("\0").

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT

You can add one of the following values to the above-mentioned values to cast the requested information to the required data type.

Note: In C++, when using a standard vector (std::vector) instead of an array, the values listed in this combination table must not be used. If you need to use a specific data type, instantiate the vector with the necessary data type.

function map For specifying the data type
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_TYPE_MIL_DOUBLE

Casts the requested information to a MIL_DOUBLE.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE> ]  |  address of a MIL_DOUBLE MORE
Click to summarize M_TYPE_MIL_FLOAT

Casts the requested information to a MIL_FLOAT.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_FLOAT [optionally, in C++: a reference to a std::vector<MIL_FLOAT> ]  |  address of a MIL_FLOAT MORE
Click to summarize M_TYPE_MIL_INT

Casts the requested information to a MIL_INT.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_INT [optionally, in C++: a reference to a std::vector<MIL_INT> ]  |  address of a MIL_INT MORE
Click to summarize M_TYPE_MIL_INT32

Casts the requested information to a MIL_INT32.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_INT32 [optionally, in C++: a reference to a std::vector<MIL_INT32> ]  |  address of a MIL_INT32 MORE
Click to summarize M_TYPE_MIL_INT64

Casts the requested information to a MIL_INT64.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_INT64 [optionally, in C++: a reference to a std::vector<MIL_INT64> ]  |  address of a MIL_INT64 MORE
Return value
The returned value is the requested information, cast to a MIL_INT64. If the requested information does not fit into a MIL_INT64, this function will return M_NULL or truncate the information.
Compilation information
Header Include mil.h.
Library Use mil.lib; mil3d.lib.
DLL Requires mil.dll; mil3d.dll.
DEFAULT SETTINGS LIST ROOT NODE LIST EMPTY FALSE TRUE DEFAULT SETTINGS APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME BACKGROUND COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW BACKGROUND MODE OPAQUE TRANSPARENT COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR AXIS X COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR AXIS Y COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR AXIS Z COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR COMPONENT NULL AUTO COLOR COMPONENT CONFIDENCE COMPONENT CUSTOM n COMPONENT DISPARITY COMPONENT INFRARED COMPONENT INTENSITY COMPONENT MESH MIL COMPONENT METADATA COMPONENT MULTISPECTRAL COMPONENT NORMALS MIL COMPONENT RANGE COMPONENT REFLECTANCE COMPONENT SCATTER COMPONENT ULTRAVIOLET COLOR COMPONENT BAND ALL BANDS COLOR LIMITS BUFFER LIMITS DATA EXTREMES GLOBAL DATA EXTREMES PER BAND USER DEFINED COLOR LIMITS MAX COLOR LIMITS MIN COLOR USE LUT FALSE TRUE COLOR USE TEXTURE FALSE TRUE CYLINDER BASES DISABLE ENABLE FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR FONT FONT AUTO SELECT DISABLE ENABLE FONT SIZE GRAPHIC RESOLUTION KEYING COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW NONE OPACITY SHADING FLAT GOURAUD NONE PHONG TEXT ALIGN HORIZONTAL CENTER LEFT RIGHT TEXT ALIGN VERTICAL BOTTOM CENTER TOP TEXT BORDER BOTTOM LEFT NONE RIGHT TOP TEXT DIRECTION LEFT TO RIGHT RIGHT TO LEFT TEXT SHADING FLAT GOURAUD NONE PHONG THICKNESS VISIBLE FALSE TRUE CHILDREN GRAPHIC TYPE GRAPHIC TYPE AXIS GRAPHIC TYPE BOX GRAPHIC TYPE CYLINDER GRAPHIC TYPE DOTS GRAPHIC TYPE GRID GRAPHIC TYPE LINE GRAPHIC TYPE NODE GRAPHIC TYPE PLANE GRAPHIC TYPE POINT CLOUD GRAPHIC TYPE POLYGON GRAPHIC TYPE SPHERE GRAPHIC TYPE TEXT LABEL EXISTS FALSE TRUE NUMBER OF CHILDREN PARENT INVALID RECURSIVE GRAPHIC TYPE ARC ANGLE APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME CENTER X CENTER Y CENTER Z COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW END POINT X END POINT Y END POINT Z GRAPHIC RESOLUTION NORMAL X NORMAL Y NORMAL Z OPACITY POSITION X POSITION Y POSITION Z RADIUS START POINT X START POINT Y START POINT Z THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE AXIS APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW PER AXIS COLOR AXIS X COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR AXIS Y COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR AXIS Z COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW GRAPHIC RESOLUTION LENGTH OPACITY POSITION X POSITION Y POSITION Z SHADING FLAT GOURAUD NONE PHONG THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE BOX APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME AXIS ALIGNED FALSE TRUE CENTER X CENTER Y CENTER Z COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW CORNER X ALL CORNER Y ALL CORNER Z ALL FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR OPACITY POSITION X POSITION Y POSITION Z SHADING FLAT GOURAUD NONE PHONG SIZE X SIZE Y SIZE Z THICKNESS UNROTATED MAX X UNROTATED MAX Y UNROTATED MAX Z UNROTATED MIN X UNROTATED MIN Y UNROTATED MIN Z VISIBLE FALSE TRUE GRAPHIC TYPE CYLINDER APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME AXIS X AXIS Y AXIS Z CENTER X CENTER Y CENTER Z COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW CYLINDER BASES DISABLE ENABLE END POINT X END POINT Y END POINT Z FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR GRAPHIC RESOLUTION LENGTH INFINITE OPACITY POSITION X POSITION Y POSITION Z RADIUS SHADING FLAT GOURAUD NONE PHONG START POINT X START POINT Y START POINT Z THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE DOTS COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW PER POINT OPACITY POINTS X POINTS Y POINTS Z POSITION X POSITION Y POSITION Z THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE GRID APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR NUMBER OF TILES X NUMBER OF TILES Y OPACITY POSITION X POSITION Y POSITION Z SIZE X SIZE Y SPACING X SPACING Y THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE LINE APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME AXIS X AXIS Y AXIS Z CENTER X CENTER Y CENTER Z COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW END POINT X END POINT Y END POINT Z LENGTH INFINITE OPACITY POSITION X POSITION Y POSITION Z START POINT X START POINT Y START POINT Z THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE NODE POSITION X POSITION Y POSITION Z GRAPHIC TYPE PLANE APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME CLOSEST TO ORIGIN X CLOSEST TO ORIGIN Y CLOSEST TO ORIGIN Z COEFFICIENT A COEFFICIENT B COEFFICIENT C COEFFICIENT D COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR NORMAL X NORMAL Y NORMAL Z OPACITY POSITION X POSITION Y POSITION Z SHADING FLAT GOURAUD NONE PHONG THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE POINT CLOUD APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR COMPONENT NULL AUTO COLOR COMPONENT CONFIDENCE COMPONENT CUSTOM n COMPONENT DISPARITY COMPONENT INFRARED COMPONENT INTENSITY COMPONENT MESH MIL COMPONENT METADATA COMPONENT MULTISPECTRAL COMPONENT NORMALS MIL COMPONENT RANGE COMPONENT REFLECTANCE COMPONENT SCATTER COMPONENT ULTRAVIOLET COLOR COMPONENT BAND ALL BANDS COLOR LIMITS BUFFER LIMITS DATA EXTREMES GLOBAL DATA EXTREMES PER BAND USER DEFINED COLOR LIMITS MAX COLOR LIMITS MIN COLOR LUT SIZE COLOR LUT SIZE BAND COLOR USE LUT FALSE TRUE CONTAINER ID FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR OPACITY POSITION X POSITION Y POSITION Z THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE POLYGON APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW COLOR TEXTURE SIZE BAND COLOR TEXTURE SIZE X COLOR TEXTURE SIZE Y COLOR USE TEXTURE FALSE TRUE FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR KEYING COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW NONE OPACITY POINTS X POINTS Y POINTS Z POSITION X POSITION Y POSITION Z SHADING FLAT GOURAUD NONE PHONG THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE SPHERE APPEARANCE POINTS SOLID SOLID WITH WIREFRAME WIREFRAME CENTER X CENTER Y CENTER Z COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW FILL COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR YELLOW SAME AS COLOR GRAPHIC RESOLUTION OPACITY POSITION X POSITION Y POSITION Z RADIUS SHADING FLAT GOURAUD NONE PHONG THICKNESS VISIBLE FALSE TRUE GRAPHIC TYPE TEXT BACKGROUND COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW BACKGROUND MODE OPAQUE TRANSPARENT COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW FONT FONT AUTO SELECT DISABLE ENABLE FONT SIZE GRAPHIC TEXT OPACITY POSITION X POSITION Y POSITION Z TEXT ALIGN HORIZONTAL CENTER LEFT RIGHT TEXT ALIGN VERTICAL BOTTOM CENTER TOP TEXT BORDER BOTTOM LEFT NONE RIGHT TOP TEXT DIRECTION LEFT TO RIGHT RIGHT TO LEFT VISIBLE FALSE TRUE SUPPORTED FALSE TRUE DEFAULT IS SET TO DEFAULT FALSE TRUE RELATIVE TO ROOT NB ELEMENTS STRING SIZE TYPE MIL DOUBLE TYPE MIL FLOAT TYPE MIL INT TYPE MIL INT32 TYPE MIL INT64 INFINITE INFINITE M_COMPONENT_CUSTOM + n M_COMPONENT_CUSTOM + n