MIL_ID List3dgraId, | //in |
MIL_INT64 Label, | //in |
MIL_INT64 InquireType, | //in |
void *UserVarPtr | //out |
This function inquires information about a setting of the specified 3D graphic in a 3D graphics list.
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.
Specifies the label of the 3D graphic to inquire. You can also inquire the default settings of the 3D graphics list itself.
For specifying the 3D graphic label
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DEFAULT_SETTINGS |
Specifies to inquire the default settings of the 3D graphics that are added to the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
M_LIST |
Specifies to inquire about the 3D graphics list itself. |
||||||||||||||||||||||||||||||||||||||
M_ROOT_NODE |
Specifies the top-most node of the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
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)Specifies the label of the 3D graphic in the 3D graphics list. (more details...) |
Specifies the type of setting to inquire.
See the Parameter associations section for possible values that can be specified.
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.
For inquiring about the 3D graphics
list
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
Graphics list identifier with Label set
to M_LIST |
Specifies a 3D graphics list, allocated using M3dgraAlloc(). (summarize)Specifies a 3D graphics list, allocated using M3dgraAlloc(). (more details...) |
||||||||||||||||||||||||||||||||||||||
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)Inquires whether the 3D graphics list contains no displayable 3D graphics. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphics list contains displayable 3D graphics. |
||||||||||||||||||||||||||||||||||||||
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.
For inquiring about the default settings of a 3D
graphics list
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and M_DEFAULT_SETTINGS specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
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)Inquires whether the 3D graphics added to the 3D graphics list are displayed, by default, as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_COLOR + |
Inquires the default background color for text graphics added to the 3D graphics list. SET (summarize)Inquires the default background color for text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_INT64
Data type info: Data
type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_MODE + |
Inquires the default background mode for text graphics added to the 3D graphics list. SET (summarize)Inquires the default background mode for text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_OPAQUE |
Specifies that the background of the text graphic is filled with the current background color. |
||||||||||||||||||||||||||||||||||||||
M_TRANSPARENT |
Specifies that the text graphic does not have a background. |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the default color of the points and lines of the 3D graphics added to the 3D graphics list. SET (summarize)Inquires the default color of the points and lines of the 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_INT64
Data type info: Data
type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_X + |
Inquires the default color of the X-axis of axis graphics added to the 3D graphics list. SET (summarize)Inquires the default color of the X-axis of axis graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_Y + |
Inquires the default color of the Y-axis of axis graphics added to the 3D graphics list. SET (summarize)Inquires the default color of the Y-axis of axis graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_Z + |
Inquires the default color of the Z-axis of axis graphics added to the 3D graphics list. SET (summarize)Inquires the default color of the Z-axis of axis graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_COMPONENT + |
Inquires the default component used to color the points in the point clouds added to the 3D graphics list. SET (summarize)Inquires the default component used to color the points in the point clouds added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that the color of the points in the point cloud is set to a single color using M_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_AUTO_COLOR |
Specifies to color the container according to specific components. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_DISPARITY |
Specifies to color the point cloud according to the component that stores a disparity map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_INFRARED |
Specifies to color the point cloud according to the component that stores an intensity image of infrared light. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_INTENSITY |
Specifies to color the point cloud according to the component that stores an intensity image of visible light. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_METADATA |
Specifies to color the point cloud according to the component that stores metadata information. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_NORMALS_MIL |
Specifies that the buffer stores normals information for each point in the M_COMPONENT_RANGE component of the container. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_RANGE |
Specifies to color the point cloud according to the component that stores 3D distance/position information. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_REFLECTANCE |
Specifies to color the point cloud according to the component that stores a reflectance map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_SCATTER |
Specifies to color the point cloud according to the component that stores a scatter map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_ULTRAVIOLET |
Specifies to color the point cloud according to the component that stores an intensity image of ultraviolet light. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default band used to color the point cloud when the point cloud's color is set using M_COLOR_COMPONENT. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ALL_BANDS |
Specifies all the bands of the component. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the index of the band to use. INFO |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BUFFER_LIMITS |
Specifies to use the buffer's minimum and maximum. INFO |
||||||||||||||||||||||||||||||||||||||
M_DATA_EXTREMES_GLOBAL |
Specifies to use the global minimum and maximum of the buffer's data. INFO |
||||||||||||||||||||||||||||||||||||||
M_DATA_EXTREMES_PER_BAND |
Specifies to use the minimum and maximum of the buffer's data in each of its bands. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the minimum and maximum manually set with M_COLOR_LIMITS_MIN and M_COLOR_LIMITS_MAX. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default maximum color value for point clouds added to the 3D graphics list when M_COLOR_LIMITS is M_USER_DEFINED. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the maximum color value to use. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default minimum color value for point clouds added to the 3D graphics list when M_COLOR_LIMITS is M_USER_DEFINED. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the minimum color value to use. |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies not to use a LUT. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies to use a LUT. |
||||||||||||||||||||||||||||||||||||||
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)Inquires whether the polygons added to the 3D graphics list are filled with a texture by default. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies to fill the polygon with M_FILL_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the polygon graphic is set to be filled with a texture buffer. |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the cylinder graphics's bases are not displayed. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the cylinder graphic's bases are displayed. |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the default color of the solid surfaces of the 3D graphics added to the 3D graphics list. SET (summarize)Inquires the default color of the solid surfaces of the 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FONT + |
Inquires the default font for text graphics added to the 3D graphics list. SET (summarize)Inquires the default font for text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_TEXT_PTR [optionally, in C++: MIL_STRING
]
Data type info:
Data type: address of a
MIL_TEXT_PTR [optionally, in C++: MIL_STRING
]
|
||||||||||||||||||||||||||||||||||||||
M_FONT_AUTO_SELECT + |
Inquires the default automatic font selection behavior for text graphics added to the 3D graphics list. SET (summarize)Inquires the default automatic font selection behavior for text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_TEXT_PTR [optionally, in C++: MIL_STRING
]
Data type info:
Data type: address of a
MIL_TEXT_PTR [optionally, in C++: MIL_STRING
]
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that MIL will not search for a suitable font. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that MIL will search for a suitable font. |
||||||||||||||||||||||||||||||||||||||
M_FONT_SIZE + |
Inquires the default font size for text graphics added to the 3D graphics list. SET (summarize)Inquires the default font size for text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the font size. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default mesh resolution of 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 3 |
Specifies the resolution of the 3D graphic's mesh. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default pixel value to display as transparent for polygon graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the texture does not have a keying value. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies a grayscale keying value, used when the texture is a 1-band buffer. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the default opacity of the 3D graphics added to the 3D graphics list. SET (summarize)Inquires the default opacity of the 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the 3D graphic. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default shading of the 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the 3D graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the 3D graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the 3D graphic is displayed without shading. |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the 3D graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_HORIZONTAL + |
Inquires the default horizontal alignment of the text in the text graphics added to the 3D graphics list. SET (summarize)Inquires the default horizontal alignment of the text in the text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is horizontally centered. |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that the text is left-aligned. |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that the text is right-aligned. |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_VERTICAL + |
Inquires the default vertical alignment of the text in the text graphics added to the 3D graphics list. SET (summarize)Inquires the default vertical alignment of the text in the text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that the text is bottom-aligned. |
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is vertically centered. |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that the text is top-aligned. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default borders around text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT MORE
Data type info:
Data type: address of a
MIL_INT MORE
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that a line is drawn underneath the text. |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that a line is drawn to the left of the text. |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that no border is drawn around the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that a line is drawn to the right of the text. |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that a line is drawn above the text. |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LEFT_TO_RIGHT |
Specifies that text will be drawn from left to right. |
||||||||||||||||||||||||||||||||||||||
M_RIGHT_TO_LEFT |
Specifies that text will be drawn from right to left. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default shading of the text graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the text graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the text graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the text graphic is displayed without shading. |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the text graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the default visibility of the 3D graphics added to the 3D graphics list. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. |
||||||||||||||||||||||||||||||||||||||
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.
For inquiring general information about a 3D graphic
or 3D graphic label
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a 3D graphic label specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CHILDREN + |
Inquires the labels of the 3D graphic's immediate children. (summarize)Inquires the labels of the 3D graphic's immediate children. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_INT64 [optionally, in C++: a reference to a std::vector<MIL_INT64>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the label of the 3D graphic's child. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE + |
Inquires the type of 3D graphic. (summarize)Inquires the type of 3D graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_AXIS |
Specifies an axis graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_BOX |
Specifies a box graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_CYLINDER |
Specifies a cylinder graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_DOTS |
Specifies dots graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_GRID |
Specifies a grid graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_LINE |
Specifies a line graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_NODE |
Specifies a node graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_PLANE |
Specifies a plane graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_POINT_CLOUD |
Specifies a point cloud graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_POLYGON |
Specifies a polygon graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_SPHERE |
Specifies a sphere graphic. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_TEXT |
Specifies text graphic. |
||||||||||||||||||||||||||||||||||||||
M_LABEL_EXISTS + |
Inquires whether the specified label exists in the 3D graphics list. (summarize)Inquires whether the specified label exists in the 3D graphics list. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the label does not exist in the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the label exists in the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the 3D graphic's number of immediate children. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of immediate children. |
||||||||||||||||||||||||||||||||||||||
M_PARENT + |
Inquires the label of the 3D graphic's parent. (summarize)Inquires the label of the 3D graphic's parent. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the 3D graphic does not have a parent. This is only returned when Label is the root node. (summarize)Specifies that the 3D graphic does not have a parent. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the label of the 3D graphic's parent. |
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.
For inquiring about all descendants of a 3D
graphic
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description | ||||||||||||||||||||||||||||||||||||||
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.
For inquiring the settings of a 3D
graphic
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and an arc graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ANGLE + |
Inquires the arc graphic's angle. SET (summarize)Inquires the arc graphic's angle. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-360.0 <= Value <= 360.0 |
Specifies the arc graphic's angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the arc graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the arc graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_CENTER_X + |
Inquires the X-coordinate of the arc graphic's center. (summarize)Inquires the X-coordinate of the arc graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the arc graphic's center , relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Y + |
Inquires the Y-coordinate of the arc graphic's center. (summarize)Inquires the Y-coordinate of the arc graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the arc graphic's center , relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Z + |
Inquires the Z-coordinate of the arc graphic's center. (summarize)Inquires the Z-coordinate of the arc graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the arc graphic's center , relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the arc graphic. SET (summarize)Inquires the color of the points and lines of the arc graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_END_POINT_X + |
Inquires the X-coordinate of the arc graphic's end point. (summarize)Inquires the X-coordinate of the arc graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the arc graphic's end point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_END_POINT_Y + |
Inquires the Y-coordinate of the arc graphic's end point. (summarize)Inquires the Y-coordinate of the arc graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the arc graphic's end point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_END_POINT_Z + |
Inquires the Z-coordinate of the arc graphic's end point. (summarize)Inquires the Z-coordinate of the arc graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the arc graphic's end point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_RESOLUTION + |
Inquires the resolution of the arc graphic's mesh. SET (summarize)Inquires the resolution of the arc graphic's mesh. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 3 |
Specifies the number of edges on the arc graphic. |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_X + |
Inquires the X-component of the arc graphic's normal unit vector. (summarize)Inquires the X-component of the arc graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the X-component of the arc graphic's normal unit vector, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_Y + |
Inquires the Y-component of the arc graphic's normal unit vector. (summarize)Inquires the Y-component of the arc graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Y-component of the arc graphic's normal unit vector, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_Z + |
Inquires the Z-component of the arc graphic's normal unit vector. (summarize)Inquires the Z-component of the arc graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Z-component of the arc graphic's normal unit vector, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the arc graphic. SET (summarize)Inquires the opacity of the arc graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the arc graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the arc graphic's position. (summarize)Inquires the X-coordinate of the arc graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the arc graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the arc graphic's position. (summarize)Inquires the Y-coordinate of the arc graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the arc graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the arc graphic's position. (summarize)Inquires the Z-coordinate of the arc graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the arc graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_RADIUS + |
Inquires the arc graphic's radius. SET (summarize)Inquires the arc graphic's radius. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the arc graphic's radius, in world units. |
||||||||||||||||||||||||||||||||||||||
M_START_POINT_X + |
Inquires the X-coordinate of the arc graphic's start point. (summarize)Inquires the X-coordinate of the arc graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the arc graphic's start point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_START_POINT_Y + |
Inquires the Y-coordinate of the arc graphic's start point. (summarize)Inquires the Y-coordinate of the arc graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the arc graphic's start point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_START_POINT_Z + |
Inquires the Z-coordinate of the arc graphic's start point. (summarize)Inquires the Z-coordinate of the arc graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the arc graphic's start point, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the arc graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the arc graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the arc graphic. SET (summarize)Inquires the visibility of the arc graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and an axis graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the axis graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the axis graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the axis graphic. SET (summarize)Inquires the color of the points and lines of the axis graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies that the 3 axes are not set to the same color. (more details...) |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_X + |
Inquires the color of the axis graphic's X-axis. SET (summarize)Inquires the color of the axis graphic's X-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_Y + |
Inquires the color of the axis graphic's Y-axis. SET (summarize)Inquires the color of the axis graphic's Y-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_AXIS_Z + |
Inquires the color of the axis graphic's Z-axis. SET (summarize)Inquires the color of the axis graphic's Z-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_RESOLUTION + |
Inquires the resolution of the axis graphic's mesh. SET (summarize)Inquires the resolution of the axis graphic's mesh. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 3 |
Specifies the number of edges on the axis graphic's cone-shaped arrow caps. |
||||||||||||||||||||||||||||||||||||||
M_LENGTH + |
Inquires the length of the axis graphic's axes. SET (summarize)Inquires the length of the axis graphic's axes. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the axis graphic's axes, in world units. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the axis graphic. SET (summarize)Inquires the opacity of the axis graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the axis graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the axis graphic's position. (summarize)Inquires the X-coordinate of the axis graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the axis graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the axis graphic's position. (summarize)Inquires the Y-coordinate of the axis graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the axis graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the axis graphic's position. (summarize)Inquires the Z-coordinate of the axis graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the axis graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Sets the axis graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the axis graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the axis graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the axis graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the axis graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the axis graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the axis graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the axis graphic. SET (summarize)Inquires the visibility of the axis graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a box graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
Inquires the X-coordinate of the specified box graphic's corner. (summarize)Inquires the X-coordinate of the specified box graphic's corner. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index of the box corner. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the specified box graphic's corner relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
Inquires the Y-coordinate of the specified box graphic's corner. (summarize)Inquires the Y-coordinate of the specified box graphic's corner. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index of the box corner. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the specified box graphic's corner relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
Inquires the Z-coordinate of the specified box graphic's corner. (summarize)Inquires the Z-coordinate of the specified box graphic's corner. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index of the box corner. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the specified box graphic's corner relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the box graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the box graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_AXIS_ALIGNED + |
Inquires whether the box graphic is axis-aligned relative to its parent's coordinate system. (summarize)Inquires whether the box graphic is axis-aligned relative to its parent's coordinate system. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the box graphic is not axis-aligned; a rotation has been applied. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the box graphic is axis-aligned; no rotation has been applied. |
||||||||||||||||||||||||||||||||||||||
M_CENTER_X + |
Inquires the X-coordinate of the box graphic's center. (summarize)Inquires the X-coordinate of the box graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the box's center point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Y + |
Inquires the Y-coordinate of the box graphic's center. (summarize)Inquires the Y-coordinate of the box graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the box's center point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Z + |
Inquires the Z-coordinate of the box graphic's center. (summarize)Inquires the Z-coordinate of the box graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the box's center point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the box graphic. SET (summarize)Inquires the color of the points and lines of the box graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CORNER_X_ALL + |
Inquires the X-coordinate of each of the box graphic's 8 corners, in their index order. (summarize)Inquires the X-coordinate of each of the box graphic's 8 corners, in their index order. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-component the box graphic's corner relative to the box graphic's parent. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_Y_ALL + |
Inquires the Y-coordinate of each of the box graphic's 8 corners, in their index order. (summarize)Inquires the Y-coordinate of each of the box graphic's 8 corners, in their index order. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-component the box graphic's corner relative to the box graphic's parent. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_Z_ALL + |
Inquires the Z-coordinate of each of the box graphic's 8 corners, in their index order. (summarize)Inquires the Z-coordinate of each of the box graphic's 8 corners, in their index order. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-component the box graphic's corner relative to the box graphic's parent. |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the box graphic. SET (summarize)Inquires the color of the solid surfaces of the box graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the box graphic. SET (summarize)Inquires the opacity of the box graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the box graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the box graphic's position. (summarize)Inquires the X-coordinate of the box graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the box graphic's position. (summarize)Inquires the Y-coordinate of the box graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the box graphic's position. (summarize)Inquires the Z-coordinate of the box graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Sets the box graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the box graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the box graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the box graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the box graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_SIZE_X + |
Inquires the box graphic's length along its coordinate system's X-axis. SET (summarize)Inquires the box graphic's length along its coordinate system's X-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the box graphic, in world units, along the box's coordinate system's X-axis. |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Y + |
Inquires the box graphic's length along its coordinate system's Y-axis. SET (summarize)Inquires the box graphic's length along its coordinate system's Y-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the box graphic, in world units, along the box's coordinate system's Y-axis. |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Z + |
Inquires the box graphic's length along its coordinate system's Z-axis. SET (summarize)Inquires the box graphic's length along its coordinate system's Z-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the box graphic, in world units, along the box's coordinate system's Z-axis. |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the box graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the box graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's maximum X-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's maximum X-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's maximum Y-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's maximum Y-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's maximum Z-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's maximum Z-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's minimum X-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's minimum X-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's minimum Y-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's minimum Y-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the box graphic's minimum Z-coordinate, ignoring the box's rotation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the box's minimum Z-coordinate, ignoring the box's rotation, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the box graphic. SET (summarize)Inquires the visibility of the box graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a cylinder graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the cylinder graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the cylinder graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-component of the cylinder graphic's central axis unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the X-component of the cylinder's central axis unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-component of the cylinder graphic's central axis unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Y-component of the cylinder's central axis unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-component of the cylinder graphic's central axis unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Z-component of the cylinder's central axis unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the center point on the cylinder graphic's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the center point on the cylinder graphic's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the center point on the cylinder graphic's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the center point on the cylinder's central axis, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the cylinder graphic. SET (summarize)Inquires the color of the points and lines of the cylinder graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CYLINDER_BASES + |
Inquires whether the cylinder graphic's circular bases are displayed or not. SET (summarize)Inquires whether the cylinder graphic's circular bases are displayed or not. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the cylinder graphics's bases are not displayed. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the cylinder graphic's bases are displayed. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the cylinder's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the cylinder's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the cylinder graphic's end point, positioned at the center of the cylinder graphic's second circular base. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the cylinder's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the cylinder graphic. SET (summarize)Inquires the color of the solid surfaces of the cylinder graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_RESOLUTION + |
Inquires the resolution of the cylinder graphic's mesh. SET (summarize)Inquires the resolution of the cylinder graphic's mesh. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
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. |
||||||||||||||||||||||||||||||||||||||
M_LENGTH + |
Inquires the cylinder graphic's length. SET (summarize)Inquires the cylinder graphic's length. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies that the cylinder graphic is infinite. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the cylinder graphic's length, in world units. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the cylinder graphic. SET (summarize)Inquires the opacity of the cylinder graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the cylinder graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the cylinder graphic's position. (summarize)Inquires the X-coordinate of the cylinder graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the cylinder graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the cylinder graphic's position. (summarize)Inquires the Y-coordinate of the cylinder graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the cylinder graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the cylinder graphic's position. (summarize)Inquires the Z-coordinate of the cylinder graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the cylinder graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_RADIUS + |
Inquires the cylinder graphic's radius. SET (summarize)Inquires the cylinder graphic's radius. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the cylinder graphic's radius, in world units. |
||||||||||||||||||||||||||||||||||||||
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)Sets the cylinder graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the axis graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the axis graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the axis graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the axis graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the cylinder graphic's start point on the cylinder's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
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 . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the cylinder graphic's start point on the cylinder's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
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 . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the cylinder graphic's start point on the cylinder's central axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
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 . |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the cylinder graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the cylinder graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the cylinder graphic. SET (summarize)Inquires the visibility of the cylinder graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a dots graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points in the dots graphic. SET (summarize)Inquires the color of the points in the dots graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_PER_POINT |
Specifies that the color of the dots are individually set using M3dgraDots() with a color array. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the dots graphic. SET (summarize)Inquires the opacity of the dots graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the dots graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POINTS_X + |
Inquires the X-coordinate of each point in the dots graphic. (summarize)Inquires the X-coordinate of each point in the dots graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of a point in the dots graphic, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POINTS_Y + |
Inquires the Y-coordinate of each point in the dots graphic. (summarize)Inquires the Y-coordinate of each point in the dots graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of a point in the dots graphic, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POINTS_Z + |
Inquires the Z-coordinate of each point in the dots graphic. (summarize)Inquires the Z-coordinate of each point in the dots graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of a point in the dots graphic, relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the dots graphic's position. (summarize)Inquires the X-coordinate of the dots graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the dots graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the dots graphic's position. (summarize)Inquires the Y-coordinate of the dots graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the dots graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the dots graphic's position. (summarize)Inquires the Z-coordinate of the dots graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the dots graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the dots graphic's points in the 3D world, on screen. SET (summarize)Inquires the thickness of the dots graphic's points in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the dot thickness , in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the dots graphic. SET (summarize)Inquires the visibility of the dots graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a grid graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the grid graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the grid graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the grid graphic. SET (summarize)Inquires the color of the points and lines of the grid graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the grid graphic. SET (summarize)Inquires the color of the solid surfaces of the grid graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_TILES_X + |
Inquires the number of cells along the grid graphic's X-axis. SET (summarize)Inquires the number of cells along the grid graphic's X-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the number of cells along the grid graphic's X-axis. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_TILES_Y + |
Inquires the number of cells along the grid graphic's Y-axis. SET (summarize)Inquires the number of cells along the grid graphic's Y-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the number of cells along the grid graphic's Y-axis. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the grid graphic. SET (summarize)Inquires the opacity of the grid graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the grid graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the grid graphic's position. (summarize)Inquires the X-coordinate of the grid graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the grid graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the grid graphic's position. (summarize)Inquires the Y-coordinate of the grid graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the grid graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the grid graphic's position. (summarize)Inquires the Z-coordinate of the grid graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the grid graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_SIZE_X + |
Inquires the grid graphic's length along its coordinate system's X-axis. (summarize)Inquires the grid graphic's length along its coordinate system's X-axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the grid graphic, in world units, along the grid's coordinate system's X-axis. |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Y + |
Inquires the grid graphic's length along its coordinate system's Y-axis. (summarize)Inquires the grid graphic's length along its coordinate system's Y-axis. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of the grid graphic, in world units, along the grid's coordinate system's Y-axis. |
||||||||||||||||||||||||||||||||||||||
M_SPACING_X + |
Inquires the spacing between the lines along the grid graphic's X-axis. SET (summarize)Inquires the spacing between the lines along the grid graphic's X-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the spacing between the lines along the grid graphic's X-axis, in world units. |
||||||||||||||||||||||||||||||||||||||
M_SPACING_Y + |
Inquires the spacing between the lines along the grid graphic's Y-axis. SET (summarize)Inquires the spacing between the lines along the grid graphic's Y-axis. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the spacing between the lines along the grid graphic's Y-axis, in world units. |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the grid graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the grid graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the grid graphic. SET (summarize)Inquires the visibility of the grid graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a line graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the line graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the line graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-component of the line graphic's direction unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the X-component of the line's direction unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-component of the line graphic's direction unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Y-component of the line's direction unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-component of the line graphic's direction unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Z-component of the line's direction unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the line graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the center point on the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the line graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the center point on the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the line graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the center point on the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the line graphic. SET (summarize)Inquires the color of the points and lines of the line graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the line graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the line's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the line graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the line's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the line graphic's end point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the line's end point, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_LENGTH + |
Inquires the line graphic's length. SET (summarize)Inquires the line graphic's length. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies that the line graphic is infinite. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the line graphic's length, in world units. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the line graphic. SET (summarize)Inquires the opacity of the line graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the line graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the line graphic's position. (summarize)Inquires the X-coordinate of the line graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the line graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the line graphic's position. (summarize)Inquires the Y-coordinate of the line graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the line graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the line graphic's position. (summarize)Inquires the Z-coordinate of the line graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the line graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the line graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the line graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the line graphic's start point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the first point used to define the line graphic , relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/line of the line graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/line of the line graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the line graphic. SET (summarize)Inquires the visibility of the line graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a node graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the node graphic's position. (summarize)Inquires the X-coordinate of the node graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the node graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the node graphic's position. (summarize)Inquires the Y-coordinate of the node graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the node graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the node graphic's position. (summarize)Inquires the Z-coordinate of the node graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the node graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a plane graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the plane graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the plane graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the X-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Y-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
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)Inquires the Z-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the point on the plane graphic closest to the origin of its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_COEFFICIENT_A + |
Inquires the coefficient A of the plane equation, Ax + By + Cz + D = 0. (summarize)Inquires the coefficient A of the plane equation, Ax + By + Cz + D = 0. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the coefficient A of the plane equation. |
||||||||||||||||||||||||||||||||||||||
M_COEFFICIENT_B + |
Inquires the coefficient B of the plane equation, Ax + By + Cz + D = 0. (summarize)Inquires the coefficient B of the plane equation, Ax + By + Cz + D = 0. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the coefficient B of the plane equation. |
||||||||||||||||||||||||||||||||||||||
M_COEFFICIENT_C + |
Inquires the coefficient C of the plane equation, Ax + By + Cz + D = 0. (summarize)Inquires the coefficient C of the plane equation, Ax + By + Cz + D = 0. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the coefficient C of the plane equation. |
||||||||||||||||||||||||||||||||||||||
M_COEFFICIENT_D + |
Inquires the coefficient D of the plane equation, Ax + By + Cz + D = 0. (summarize)Inquires the coefficient D of the plane equation, Ax + By + Cz + D = 0. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the coefficient D of the plane equation. |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the plane graphic. SET (summarize)Inquires the color of the points and lines of the plane graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the plane graphic. SET (summarize)Inquires the color of the solid surfaces of the plane graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_X + |
Inquires the X-component of the plane graphic's normal unit vector. (summarize)Inquires the X-component of the plane graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the X-component of the plane's normal unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_Y + |
Inquires the Y-component of the plane graphic's normal unit vector. (summarize)Inquires the Y-component of the plane graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Y-component of the plane's normal unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_NORMAL_Z + |
Inquires the Z-component of the plane graphic's normal unit vector. (summarize)Inquires the Z-component of the plane graphic's normal unit vector. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-1.0 >= Value >= 1.0 |
Specifies the Z-component of the plane's normal unit vector, relative to its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the plane graphic. SET (summarize)Inquires the opacity of the plane graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the plane graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the plane graphic's position. (summarize)Inquires the X-coordinate of the plane graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the plane graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the plane graphic's position. (summarize)Inquires the Y-coordinate of the plane graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the plane graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the plane graphic's position. (summarize)Inquires the Z-coordinate of the plane graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the plane graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Sets the plane graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the axis graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the axis graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the axis graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the axis graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the plane graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the plane graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the plane graphic. SET (summarize)Inquires the visibility of the plane graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a point cloud graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the point cloud graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the point cloud graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the color of the points and lines in the point cloud when they are set to a color using M_COLOR. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_COMPONENT + |
Inquires the component used to color the points in the point cloud. SET (summarize)Inquires the component used to color the points in the point cloud. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that the color of the points in the point cloud is set to a single color using M_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_AUTO_COLOR |
Specifies to color the container according to specific components. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_DISPARITY |
Specifies to color the point cloud according to the component that stores a disparity map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_INFRARED |
Specifies to color the point cloud according to the component that stores an intensity image of infrared light. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_INTENSITY |
Specifies to color the point cloud according to the component that stores an intensity image of visible light. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_METADATA |
Specifies to color the point cloud according to the component that stores metadata information. INFO |
||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_NORMALS_MIL |
Specifies that the buffer stores normals information for each point in the M_COMPONENT_RANGE component of the container. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_RANGE |
Specifies to color the point cloud according to the component that stores 3D distance/position information. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_REFLECTANCE |
Specifies to color the point cloud according to the component that stores a reflectance map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_SCATTER |
Specifies to color the point cloud according to the component that stores a scatter map. INFO |
||||||||||||||||||||||||||||||||||||||
M_COMPONENT_ULTRAVIOLET |
Specifies to color the point cloud according to the component that stores an intensity image of ultraviolet light. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the band used to color the point cloud when the point cloud's color is set using M_COLOR_COMPONENT. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ALL_BANDS |
Specifies all the bands of the component. INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the index of the band to use. INFO |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BUFFER_LIMITS |
Specifies to use the buffer's minimum and maximum. INFO |
||||||||||||||||||||||||||||||||||||||
M_DATA_EXTREMES_GLOBAL |
Specifies to use the global minimum and maximum of the buffer's data. INFO |
||||||||||||||||||||||||||||||||||||||
M_DATA_EXTREMES_PER_BAND |
Specifies to use the minimum and maximum of the buffer's data in each of its bands. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the minimum and maximum manually set with M_COLOR_LIMITS_MIN and M_COLOR_LIMITS_MAX. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIMITS_MAX + |
Inquires the maximum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET (summarize)Inquires the maximum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the maximum color value to use. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIMITS_MIN + |
Inquires the minimum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET (summarize)Inquires the minimum color value when M_COLOR_LIMITS is M_USER_DEFINED. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the minimum color value to use. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LUT_SIZE + |
Inquires the size of the point cloud's LUT. (summarize)Inquires the size of the point cloud's LUT. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the size of the point cloud's LUT. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LUT_SIZE_BAND + |
Inquires the number of bands of the point cloud's LUT. (summarize)Inquires the number of bands of the point cloud's LUT. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
1 |
Specifies that the point cloud's LUT has one band. |
||||||||||||||||||||||||||||||||||||||
3 |
Specifies that the point cloud's LUT has three bands. |
||||||||||||||||||||||||||||||||||||||
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)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 (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies not to use a LUT. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies to use a LUT. INFO |
||||||||||||||||||||||||||||||||||||||
M_CONTAINER_ID + |
Inquires the identifier of the container or fully-corrected depth map image buffer linked to the 3D graphic. (summarize)Inquires the identifier of the container or fully-corrected depth map image buffer linked to the 3D graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the identifier of the container or fully-corrected depth map image buffer linked to the 3D graphic. |
||||||||||||||||||||||||||||||||||||||
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)Inquires the color of the solid surfaces of the point cloud (if the 3D graphic is linked to a meshed point cloud container). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the point cloud. SET (summarize)Inquires the opacity of the point cloud. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the point cloud . INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the point cloud's position. (summarize)Inquires the X-coordinate of the point cloud's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the point cloud's position. (summarize)Inquires the Y-coordinate of the point cloud's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the point cloud's position. (summarize)Inquires the Z-coordinate of the point cloud's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the box graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the point cloud's points in the 3D world, on screen. SET (summarize)Inquires the thickness of the point cloud's points in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the point cloud. SET (summarize)Inquires the visibility of the point cloud. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a polygon graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the polygon graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the polygon graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the polygon graphic. SET (summarize)Inquires the color of the points and lines of the polygon graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COLOR_TEXTURE_SIZE_BAND + |
Inquires the number of bands of the polygon graphic's texture buffer. (summarize)Inquires the number of bands of the polygon graphic's texture buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
1 |
Specifies that the polygon graphic's texture buffer has one band. |
||||||||||||||||||||||||||||||||||||||
3 |
Specifies that the polygon graphic's texture buffer has three bands. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_TEXTURE_SIZE_X + |
Inquires the width of the polygon graphic's texture buffer. (summarize)Inquires the width of the polygon graphic's texture buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the width of the polygon graphic's texture buffer, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_TEXTURE_SIZE_Y + |
Inquires height of the polygon graphic's texture buffer. (summarize)Inquires height of the polygon graphic's texture buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the height of the polygon graphic's texture buffer, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_USE_TEXTURE + |
Inquires whether the polygon is set to be filled with a texture. SET (summarize)Inquires whether the polygon is set to be filled with a texture. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies to fill the polygon with M_FILL_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the polygon graphic is set to be filled with a texture buffer. |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the polygon graphic. SET (summarize)Inquires the color of the solid surfaces of the polygon graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
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)Inquires the pixel value to display as transparent for the polygon graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the texture does not have a keying value. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies a grayscale keying value, used when the texture is a 1-band buffer. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the polygon graphic. SET (summarize)Inquires the opacity of the polygon graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the polygon graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POINTS_X + |
Inquires the X-coordinate of each of the polygon graphic's vertices. (summarize)Inquires the X-coordinate of each of the polygon graphic's vertices. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-component of each of the polygon graphic's vertices. |
||||||||||||||||||||||||||||||||||||||
M_POINTS_Y + |
Inquires the Y-coordinate of each of the polygon graphic's vertices. (summarize)Inquires the Y-coordinate of each of the polygon graphic's vertices. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-component of each of the polygon graphic's vertices. |
||||||||||||||||||||||||||||||||||||||
M_POINTS_Z + |
Inquires the Z-coordinate of each of the polygon graphic's vertices. (summarize)Inquires the Z-coordinate of each of the polygon graphic's vertices. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
Data type info:
Data type: array of type
MIL_DOUBLE [optionally, in C++: a reference to a std::vector<MIL_DOUBLE>
] MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-component of each of the polygon graphic's vertices. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the polygon graphic's position. (summarize)Inquires the X-coordinate of the polygon graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the polygon graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the polygon graphic's position. (summarize)Inquires the Y-coordinate of the polygon graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the polygon graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the polygon graphic's position. (summarize)Inquires the Z-coordinate of the polygon graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the polygon graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
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)Sets the polygon graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the polygon graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the polygon graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the polygon graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the polygon graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the polygon graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the polygon graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the polygon graphic. SET (summarize)Inquires the visibility of the polygon graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a sphere graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_APPEARANCE + |
Inquires whether the sphere graphic is displayed as a solid surface, wireframe, or points. SET (summarize)Inquires whether the sphere graphic is displayed as a solid surface, wireframe, or points. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_POINTS |
Specifies a points appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID |
Specifies a solid appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_SOLID_WITH_WIREFRAME |
Specifies a solid appearance with a wireframe. INFO |
||||||||||||||||||||||||||||||||||||||
M_WIREFRAME |
Specifies a wireframe appearance. INFO |
||||||||||||||||||||||||||||||||||||||
M_CENTER_X + |
Inquires the X-coordinate of the sphere graphic's center point. (summarize)Inquires the X-coordinate of the sphere graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the sphere's center point, expressed in its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Y + |
Inquires the Y-coordinate of the sphere graphic's center point. (summarize)Inquires the Y-coordinate of the sphere graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the sphere's center point, expressed in its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Z + |
Inquires the Z-coordinate of the sphere graphic's center point. (summarize)Inquires the Z-coordinate of the sphere graphic's center point. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the sphere's center point, expressed in its parent's coordinate system . |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the color of the points and lines of the sphere graphic. SET (summarize)Inquires the color of the points and lines of the sphere graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_COLOR + |
Inquires the color of the solid surfaces of the sphere graphic. SET (summarize)Inquires the color of the solid surfaces of the sphere graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_SAME_AS_COLOR |
Specifies to use the same color specified by M_COLOR. |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_RESOLUTION + |
Inquires the resolution of the sphere graphic's mesh. SET (summarize)Inquires the resolution of the sphere graphic's mesh. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 3 |
Specifies the number of latitudinal and longitudinal subdivisions on the sphere graphic. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the sphere graphic. SET (summarize)Inquires the opacity of the sphere graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the sphere graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the sphere graphic's position. (summarize)Inquires the X-coordinate of the sphere graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the sphere graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the sphere graphic's position. (summarize)Inquires the Y-coordinate of the sphere graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the sphere graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the sphere graphic's position. (summarize)Inquires the Z-coordinate of the sphere graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the sphere graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_RADIUS + |
Inquires the sphere graphic's radius. SET (summarize)Inquires the sphere graphic's radius. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the sphere graphic's radius, in world units. |
||||||||||||||||||||||||||||||||||||||
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)Sets the sphere graphic's shading. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FLAT |
Specifies that the sphere graphic is displayed with flat shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_GOURAUD |
Specifies that the sphere graphic is displayed with Gouraud shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that the sphere graphic is displayed without shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHONG |
Specifies that the sphere graphic is displayed with Phong shading. INFO |
||||||||||||||||||||||||||||||||||||||
M_THICKNESS + |
Inquires the thickness of the points/lines of the sphere graphic in the 3D world, on screen. SET (summarize)Inquires the thickness of the points/lines of the sphere graphic in the 3D world, on screen. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the point/line thickness, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the sphere graphic. SET (summarize)Inquires the visibility of the sphere graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the 3D graphic is visible. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies a 3D graphics list, allocated using M3dgraAlloc(), and a text graphic specified by the Label parameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_COLOR + |
Inquires the text graphic's background color. SET (summarize)Inquires the text graphic's background color. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_MODE + |
Inquires the text graphic's background mode. SET (summarize)Inquires the text graphic's background mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_OPAQUE |
Specifies that the background of the text graphic is filled with the current background color. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRANSPARENT |
Specifies that the text graphic does not have a background. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the text graphic's text color. SET (summarize)Inquires the text graphic's text color. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. INFO |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. INFO |
||||||||||||||||||||||||||||||||||||||
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)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FONT + |
Inquires the text graphic's font. SET (summarize)Inquires the text graphic's font. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
|
||||||||||||||||||||||||||||||||||||||
M_FONT_AUTO_SELECT + |
Inquires the automatic font selection behavior of the text graphic. SET (summarize)Inquires the automatic font selection behavior of the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that MIL will not search for a suitable font. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that MIL will search for a suitable font. INFO |
||||||||||||||||||||||||||||||||||||||
M_FONT_SIZE + |
Inquires the font size. SET (summarize)Inquires the font size. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the font size. INFO |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TEXT + |
Inquires the text that is displayed in the text graphic. SET (summarize)Inquires the text that is displayed in the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
|
||||||||||||||||||||||||||||||||||||||
MIL_TEXT("String") 1 |
Specifies the address of the null-terminated (\0) ASCII string to be displayed. |
||||||||||||||||||||||||||||||||||||||
M_OPACITY + |
Inquires the opacity of the text graphic. SET (summarize)Inquires the opacity of the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the opacity of the text graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the X-coordinate of the text graphic's position. (summarize)Inquires the X-coordinate of the text graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the text graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the Y-coordinate of the text graphic's position. (summarize)Inquires the Y-coordinate of the text graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the text graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Z + |
Inquires the Z-coordinate of the text graphic's position. (summarize)Inquires the Z-coordinate of the text graphic's position. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Z-coordinate of the text graphic's position relative to its parent's coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_HORIZONTAL + |
Inquires the horizontal alignment of the text in the text graphic. SET (summarize)Inquires the horizontal alignment of the text in the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is horizontally centered. INFO |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that the text is left-aligned. INFO |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that the text is right-aligned. INFO |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_VERTICAL + |
Inquires the vertical alignment of the text in the text graphic. SET (summarize)Inquires the vertical alignment of the text in the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that the text is bottom-aligned. INFO |
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is vertically centered. INFO |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that the text is top-aligned. INFO |
||||||||||||||||||||||||||||||||||||||
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)Inquires the borders around the text. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that a line is drawn underneath the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that a line is drawn to the left of the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that no border is drawn around the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that a line is drawn to the right of the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that a line is drawn above the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_TEXT_DIRECTION + |
Inquires the direction to draw the text that is displayed in the text graphic. SET (summarize)Inquires the direction to draw the text that is displayed in the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LEFT_TO_RIGHT |
Specifies that text will be drawn from left to right. INFO |
||||||||||||||||||||||||||||||||||||||
M_RIGHT_TO_LEFT |
Specifies that text will be drawn from right to left. INFO |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires the visibility of the text graphic. SET (summarize)Inquires the visibility of the text graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the 3D graphic is not visible. INFO |
||||||||||||||||||||||||||||||||||||||
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.
For inquiring whether an inquire type is
supported
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_SUPPORTED |
Inquires whether the specified inquire type is supported. (summarize)Inquires whether the specified inquire type is supported. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the inquire type is not supported. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the inquire type is supported. |
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.
For inquiring about the default value
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Inquires the default value of the specified inquire type. (summarize)Inquires the default value of the specified inquire type. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: defined
elsewhere
Data type info:
Data type: defined
elsewhere
|
||||||||||||||||||||||||||||||||||||||
M_IS_SET_TO_DEFAULT |
Inquires whether the specified inquire type is set to its default value. (summarize)Inquires whether the specified inquire type is set to its default value. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the inquire type is not set to its default value. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the inquire type is set to its default value. |
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.
For inquiring a position or rotation relative to the
3D graphics list's root node
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description | ||||||||||||||||||||||||||||||||||||||
M_RELATIVE_TO_ROOT |
Specifies to get the position or rotation a 3D graphic relative to the 3D graphics list's root node. |
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.
For inquiring the number of points in a dots graphic
or vertices in a polygon graphic
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description | ||||||||||||||||||||||||||||||||||||||
M_NB_ELEMENTS |
Specifies to get the number of points in a dots graphic or vertices in a polygon graphic. |
You can add the following value to the above-mentioned values to get the string's length.
For getting the string size
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_STRING_SIZE + |
Retrieves the length of the string, including the terminating null character ("\0"). (summarize)Retrieves the length of the string, including the terminating null character ("\0"). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
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.
For specifying the data type
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_DOUBLE |
Casts the requested information to a MIL_DOUBLE. (summarize)Casts the requested information to a MIL_DOUBLE. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
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
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_FLOAT |
Casts the requested information to a MIL_FLOAT. (summarize)Casts the requested information to a MIL_FLOAT. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
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
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT |
Casts the requested information to a MIL_INT. (summarize)Casts the requested information to a MIL_INT. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
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
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT32 |
Casts the requested information to a MIL_INT32. (summarize)Casts the requested information to a MIL_INT32. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
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
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT64 |
Casts the requested information to a MIL_INT64. (summarize)Casts the requested information to a MIL_INT64. (more details...) |
||||||||||||||||||||||||||||||||||||||
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
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
|
Header | Include mil.h. |
Library | Use mil.lib; mil3d.lib. |
DLL | Requires mil.dll; mil3d.dll. |