Table: | For 3D displays |
+ combination: | For getting the string size |
Table: | For Inquiring keyboard and mouse controls |
+ combination: | For inquiring whether an inquire type is supported |
+ combination: | For inquiring about the default value |
+ combination: | For specifying additional keyboard keys |
MIL_ID Disp3dId, | //in |
MIL_INT64 InquireType, | //in |
void *UserVarPtr | //out |
This function allows you to inquire the specified MIL 3D display setting.
Specifies the identifier of the target 3D display, previously allocated using M3ddispAlloc().
Specifies the type of 3D display 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 InquireType parameter and possible values returned to the UserVarPtr parameter.
The following InquireType and corresponding UserVarPtr parameter settings are available for 3D displays.
For 3D displays
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_3D_GRAPHIC_LIST_ID + |
Inquires the MIL identifier of the internal 3D graphics list associated with this 3D display. Note that the 3D display is always associated with the same 3D graphics list, which is automatically allocated and freed at the same time as the 3D display. To display the contents of another 3D graphics list on a 3D display, you can copy the contents of the source 3D graphics list into the 3D display's internal 3D graphics list using M3dgraCopy(). (summarize)Inquires the MIL identifier of the internal 3D graphics list associated with this 3D display. (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
|
||||||||||||||||||||||||||||||||||||||
M_AUTO_ROTATE + |
Inquires whether to automatically rotate the view (both the viewpoint and interest point) around the auto-rotation axis. This gives the impression that the scene is rotating. SET (summarize)Inquires whether to automatically rotate the view (both the viewpoint and interest point) around the auto-rotation 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
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to not auto-rotate the view. This is the default value. (summarize)Specifies to not auto-rotate the view. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to auto-rotate the view. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_COLOR + |
Inquires the primary background color for the 3D display, used when M_BACKGROUND_MODE is set to M_SINGLE_COLOR or M_GRADIENT_VERTICAL. SET (summarize)Inquires the primary background color for the 3D display, used when M_BACKGROUND_MODE is set to M_SINGLE_COLOR or M_GRADIENT_VERTICAL. 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_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_BACKGROUND_COLOR_GRADIENT + |
Iqnuires the secondary background color for the 3D display, used when M_BACKGROUND_MODE specifies that the background is a gradient. SET (summarize)Iqnuires the secondary background color for the 3D display, used when M_BACKGROUND_MODE specifies that the background is a gradient. 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_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_BACKGROUND_IMAGE_SIZE_BAND + |
Inquires the number of color bands of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET (summarize)Inquires the number of color bands of the background image buffer. SET 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
|
||||||||||||||||||||||||||||||||||||||
1 |
Specifies the buffer has one band. |
||||||||||||||||||||||||||||||||||||||
3 |
Specifies the buffer has three bands. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_IMAGE_SIZE_X + |
Inquires the width of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET (summarize)Inquires the width of the background image buffer. SET 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 width of the buffer, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_IMAGE_SIZE_Y + |
Inquires the height of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET (summarize)Inquires the height of the background image buffer. SET 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 height of the buffer, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_MODE + |
Inquires whether the background of the 3D display is a solid color or a gradient. SET (summarize)Inquires whether the background of the 3D display is a solid color or a gradient. 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_BACKGROUND_IMAGE |
Specifies that the background is an image, set using M3ddispCopy() with M_BACKGROUND_IMAGE. INFO |
||||||||||||||||||||||||||||||||||||||
M_GRADIENT_VERTICAL |
Specifies that the background is a gradient. INFO This is the default value. (summarize)Specifies that the background is a gradient. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SINGLE_COLOR |
Specifies that the background is a solid color, specified by M_BACKGROUND_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_FOV_HORIZONTAL_ANGLE + |
Inquires the horizontal field of view of the 3D display. This is the angle which defines how much of the scene is shown within the width of the 3D display. SET (summarize)Inquires the horizontal field of view of the 3D display. 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 < 180.0 |
Specifies the horizontal field of view, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_FOV_VERTICAL_ANGLE + |
Inquires the vertical field of view of the 3D display. This is the angle which defines how much of the scene is shown within the height of the 3D display. SET (summarize)Inquires the vertical field of view of the 3D display. 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 < 180.0 |
Specifies the vertical field of view, in degrees. The default value is 30°. (summarize)Specifies the vertical field of view, in degrees. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ROTATION_INDICATOR + |
Inquires whether to show the rotation indicator in the center of the view. SET (summarize)Inquires whether to show the rotation indicator in the center of the view. 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_DISABLE |
Specifies to not show the rotation indicator. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to always show the rotation indicator. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE_ON_MOUSE_CLICK |
Specifies to show the rotation indicator when the left mouse button is held down. This is the default value. (summarize)Specifies to show the rotation indicator when the left mouse button is held down. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ROTATION_SPEED + |
Inquires how fast, and in what direction, the view rotates when M_AUTO_ROTATE is set to M_ENABLE. SET (summarize)Inquires how fast, and in what direction, the view rotates when M_AUTO_ROTATE is set to M_ENABLE. 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 auto-rotation speed, in degrees/sec. The default value is 20 degrees/sec. (summarize)Specifies the auto-rotation speed, in degrees/sec. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SIZE_X + |
Inquires the horizontal resolution of the window. SET (summarize)Inquires the horizontal resolution of the window. 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 >= 1 |
Specifies the horizontal resolution, in pixels. INFO The default value is 400. (summarize)Specifies the horizontal resolution, in pixels. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Y + |
Inquires the vertical resolution of the window. SET (summarize)Inquires the vertical resolution of the window. 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 >= 1 |
Specifies the vertical resolution, in pixels. INFO The default value is 400. (summarize)Specifies the vertical resolution, in pixels. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TITLE + |
Inquires the 3D display's title. SET (summarize)Inquires the 3D display's title. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
|
||||||||||||||||||||||||||||||||||||||
MIL_TEXT("Title") 1 |
Specifies the title of the 3D display. |
||||||||||||||||||||||||||||||||||||||
M_UPDATE + |
Inquires whether MIL should update the 3D display. SET (summarize)Inquires whether MIL should update the 3D display. 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_DISABLE |
Specifies not to update the 3D display. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to update the 3D display. INFO This is the default value. (summarize)Specifies to update the 3D display. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_WINDOW_INITIAL_POSITION_X + |
Inquires the initial left-most X-coordinate of the window. SET (summarize)Inquires the initial left-most X-coordinate of the window. 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 X-coordinate, in pixels. INFO The default value is 0. (summarize)Specifies the X-coordinate, in pixels. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_WINDOW_INITIAL_POSITION_Y + |
Inquires the initial top-most Y-coordinate of the window. SET (summarize)Inquires the initial top-most Y-coordinate of the window. 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 Y-coordinate, in pixels. INFO The default value is 0. (summarize)Specifies the Y-coordinate, in pixels. INFO (more details...) |
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 value 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 use the following InquireType to inquire about the keyboard and mouse controls of the 3D display.
For Inquiring keyboard and mouse
controls
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_AUTO_ROTATE + |
Inquires the keyboard keys that you can press to start and stop auto-rotation around the interest point. This action is equivalent to enabling or disabling auto-rotation using M_AUTO_ROTATE. SET (summarize)Inquires the keyboard keys that you can press to start and stop auto-rotation around the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_R + |
Specifies the R key. This is the default value. (summarize)Specifies the R key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_DOWN + |
Inquires the keyboard keys that you can press to orbit the viewpoint down around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL and a negative value. SET (summarize)Inquires the keyboard keys that you can press to orbit the viewpoint down around the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. This is the default value. (summarize)Specifies the Down Arrow key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_LEFT + |
Inquires the keyboard keys that you can press to orbit the viewpoint left around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL and a negative value. SET (summarize)Inquires the keyboard keys that you can press to orbit the viewpoint left around the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. This is the default value. (summarize)Specifies the Left Arrow key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_RIGHT + |
Inquires the keyboard keys that you can press to orbit the viewpoint right around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL and a positive value. SET (summarize)Inquires the keyboard keys that you can press to orbit the viewpoint right around the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. This is the default value. (summarize)Specifies the Right Arrow key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_UP + |
Inquires the keyboard keys that you can press to orbit the viewpoint up around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL and a positive value. SET (summarize)Inquires the keyboard keys that you can press to orbit the viewpoint up around the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. This is the default value. (summarize)Specifies the Up Arrow key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_BOTTOM_TILTED + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that the view faces the bottom-front of the interest point. This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_BOTTOM_TILTED. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that the view faces the bottom-front of the interest point. 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_KEY_1 + |
Specifies the 1 key. This is the default value. (summarize)Specifies the 1 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_BOTTOM_VIEW + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly below the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_BOTTOM_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly below the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). 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_KEY_2 + |
Specifies the 2 key. This is the default value. (summarize)Specifies the 2 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_FRONT_VIEW + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly in front of the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_FRONT_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly in front of the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). 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_KEY_5 + |
Specifies the 5 key. This is the default value. (summarize)Specifies the 5 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_LEFT_VIEW + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the left of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_LEFT_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the left of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). 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_KEY_4 + |
Specifies the 4 key. This is the default value. (summarize)Specifies the 4 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_REAR_VIEW + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly behind the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_REAR_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly behind the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). 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_KEY_3 + |
Specifies the 3 key. This is the default value. (summarize)Specifies the 3 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_RIGHT_VIEW + |
Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the right of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_RIGHT_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the right of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). 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_KEY_6 + |
Specifies the 6 key. This is the default value. (summarize)Specifies the 6 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_TOP_TILTED + |
Inquires the keyboard keys that you can press to set orientation of the viewpoint so that the view faces the top-front of the interest point. This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_TOP_TILTED. SET (summarize)Inquires the keyboard keys that you can press to set orientation of the viewpoint so that the view faces the top-front of the interest point. 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_KEY_7 + |
Specifies the 7 key. This is the default value. (summarize)Specifies the 7 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_TOP_VIEW + |
Inquires the keyboard keys that you can press to set orientation of the viewpoint so that it is directly above the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_TOP_VIEW. SET (summarize)Inquires the keyboard keys that you can press to set orientation of the viewpoint so that it is directly above the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). 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_KEY_8 + |
Specifies the 8 key. This is the default value. (summarize)Specifies the 8 key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESET + |
Inquires the keyboard keys that you can press to reset the view to the default position and orientation. This action is equivalent to using M3ddispSetView() with M_AUTO and M_TOP_TILTED. SET (summarize)Inquires the keyboard keys that you can press to reset the view to the default position and orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. This is the default value. (summarize)Specifies the Home key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROLL_LEFT + |
Inquires the keyboard keys that you can press to roll the view left. This action is equivalent to using M3ddispSetView() with M_ROLL + M_COMPOSE_WITH_CURRENT and a negative value. SET (summarize)Inquires the keyboard keys that you can press to roll the view left. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_ALT |
Specifies the Left Arrow key with the Alt key. This is the default value. (summarize)Specifies the Left Arrow key with the Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROLL_RIGHT + |
Inquires the keyboard keys that you can press to roll the view right. This action is equivalent to using M3ddispSetView() with M_ROLL + M_COMPOSE_WITH_CURRENT and a positive value. SET (summarize)Inquires the keyboard keys that you can press to roll the view right. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_ALT |
Specifies the Right Arrow key with the Alt key. This is the default value. (summarize)Specifies the Right Arrow key with the Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_BACKWARD + |
Inquires the keyboard keys that you can press to move the view backward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view backward relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_ALT |
Specifies the Down Arrow key with the Alt key. This is the default value. (summarize)Specifies the Down Arrow key with the Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_DOWN + |
Inquires the keyboard keys that you can press to move the view downward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view downward relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_SHIFT |
Specifies the Down Arrow key with the Shift key. This is the default value. (summarize)Specifies the Down Arrow key with the Shift key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_FORWARD + |
Inquires the keyboard keys that you can press to move the view forward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view forward relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_ALT |
Specifies the Up Arrow key with the Alt key. This is the default value. (summarize)Specifies the Up Arrow key with the Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_LEFT + |
Inquires the keyboard keys that you can press to move the view left relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view left relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_SHIFT |
Specifies the Left Arrow key with the Shift key. This is the default value. (summarize)Specifies the Left Arrow key with the Shift key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_RIGHT + |
Inquires the keyboard keys that you can press to move the view right relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view right relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_SHIFT |
Specifies the Right Arrow key with the Shift key. This is the default value. (summarize)Specifies the Right Arrow key with the Shift key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_UP + |
Inquires the keyboard keys that you can press to move the view upward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. SET (summarize)Inquires the keyboard keys that you can press to move the view upward relative to its current orientation. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_SHIFT |
Specifies the Up Arrow key with the Shift key. This is the default value. (summarize)Specifies the Up Arrow key with the Shift key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_DOWN + |
Inquires the keyboard keys that you can press to pan the view downward by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL + M_MOVE_INTEREST_POINT with a positive value. SET (summarize)Inquires the keyboard keys that you can press to pan the view downward by moving the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Down Arrow key with the Shift key and Alt key. This is the default value. (summarize)Specifies the Down Arrow key with the Shift key and Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_LEFT + |
Inquires the keyboard keys that you can press to pan the view left by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL + M_MOVE_INTEREST_POINT with a positive value. SET (summarize)Inquires the keyboard keys that you can press to pan the view left by moving the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Left Arrow key with the Shift key and Alt key. This is the default value. (summarize)Specifies the Left Arrow key with the Shift key and Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_RIGHT + |
Inquires the keyboard keys that you can press to pan the view right by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL + M_MOVE_INTEREST_POINT with a negative value. SET (summarize)Inquires the keyboard keys that you can press to pan the view right by moving the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Right Arrow key with the Shift key and Alt key. This is the default value. (summarize)Specifies the Right Arrow key with the Shift key and Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_UP + |
Inquires the keyboard keys that you can press to pan the view upward by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL + M_MOVE_INTEREST_POINT with a negative value. SET (summarize)Inquires the keyboard keys that you can press to pan the view upward by moving the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Up Arrow key with the Shift key and Alt key. This is the default value. (summarize)Specifies the Up Arrow key with the Shift key and Alt key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ZOOM_IN + |
Inquires the keyboard keys that you can press to move the viewpoint closer to the interest point. This action is equivalent to using M3ddispSetView() with M_DISTANCE and a value greater than 1.0. SET (summarize)Inquires the keyboard keys that you can press to move the viewpoint closer to the interest point. 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_KEY_ADD + |
Specifies the Add key. This is the default value. (summarize)Specifies the Add key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ZOOM_OUT + |
Inquires the keyboard keys that you can press to move the viewpoint further from the interest point. This action is equivalent to using M3ddispSetView() with M_DISTANCE and a value between 0.0 and 1.0. SET (summarize)Inquires the keyboard keys that you can press to move the viewpoint further from the interest point. 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_KEY_ADD + |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key. This is the default value. (summarize)Specifies the Subtract key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_MODIFIER_SPEED + |
Inquires the keyboard key that you can use to modify the movement speed for all actions when using other keyboard commands. SET (summarize)Inquires the keyboard key that you can use to modify the movement speed for all actions when using other keyboard commands. 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_KEY_ALT + |
Specifies the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL + |
Specifies the CTRL key. This is the default value. (summarize)Specifies the CTRL key. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT + |
Specifies the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ALTERNATE_SPEED_FACTOR + |
Inquires by which factor the movement speed is multiplied when the key set using M_ACTION_MODIFIER_SPEED is held. SET (summarize)Inquires by which factor the movement speed is multiplied when the key set using M_ACTION_MODIFIER_SPEED is held. 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 factor by which to multiply the movement speed. The default value is 3.0. (summarize)Specifies the factor by which to multiply the movement speed. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_KEYBOARD_USE + |
Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the keyboard. SET (summarize)Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the keyboard. 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 using the keyboard to control the view is disabled. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that using the keyboard to control the view is enabled. This is the default value. (summarize)Specifies that using the keyboard to control the view is enabled. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_MOUSE_USE + |
Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the mouse. SET (summarize)Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the mouse. 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 using the mouse to control the view is not enabled. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that using the mouse to control the view is enabled. This is the default value. (summarize)Specifies that using the mouse to control the view is enabled. (more details...) |
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. |
One of the following values might be combined with the above-mentioned values to specify an additional keyboard key.
For specifying additional keyboard keys
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description | ||||||||||||||||||||||||||||||||||||||
M_KEY_ALT |
Specifies the Alt key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL |
Specifies the Ctrl key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT |
Specifies the Shift key. |
Header | Include mil.h. |
Library | Use mil.lib; mil3d.lib. |
DLL | Requires mil.dll; mil3d.dll. |