ClearPrivateEvents |
Clears the contents of Autodesk Inventor's internal clipboard. |
CreateDragContext |
Method that creates a new DragContext object. |
CreateInteractionEvents |
Method that creates and returns a new InteractionEvents object. The InteractionEvents object is created for document that is currently active. |
CreateMiniToolbar |
Method that creates a MiniToolbar object. |
DoPreSelect |
Method that causes Autodesk Inventor to go through the pre-selection protocol, including firing of corresponding event out the active InteractionEvents object if one is active. If a native Autodesk Inventor command is active and is in a selection mode, it gets the pre-select notification just like a native pre-selection happened. This method is useful when you want to perform picking outside of the graphic window. For example if you have a browser that has icons that represent selectable objects you can cause the selection behavior to happen as the user navigates through your browser and selects objects. |
DoSelect |
Method that causes Autodesk Inventor to go through the selection protocol, including firing of corresponding event out the active InteractionEvents object if one is active. If a native Autodesk Inventor command is active and is in a selection mode, it gets the select notification just like a native selection happened. This method is useful when you want to perform picking outside of the graphic window. For example if you have a browser that has icons that represent selectable objects you can cause the selection behavior to happen as the user navigates through your browser and selects objects. |
DoStopPreSelect |
Method that causes Autodesk Inventor to go through the stop pre-selection protocol, including firing of corresponding event out the active InteractionEvents object if one is active. If a native Autodesk Inventor command is active and is in a selection mode, it gets the stop pre-select notification just like a native stop pre-selection happened. This method is useful when you want to perform picking outside of the graphic window. For example if you have a browser that has icons that represent selectable objects you can cause the selection behavior to happen as the user navigates through your browser and selects objects. |
DoUnSelect |
Method that causes Autodesk Inventor to go through the de-selection protocol, including firing of corresponding event out the active InteractionEvents object if one is active. If a native Autodesk Inventor command is active and is in a selection mode, it gets the de-select notification just like a native de-selection happened. This method is useful when you want to perform picking outside of the graphic window. For example if you have a browser that has icons that represent selectable objects you can cause the selection behavior to happen as the user navigates through your browser and selects objects. |
PeekPrivateEvent |
Method that queries data contained by Autodesk Inventor's internal clipboard. |
Pick |
Method that allows the user to pick a single entity. |
PostPrivateEvent |
Method that posts data onto Autodesk Inventor's internal clipboard. Certain commands that usually obtain information using a dialog, i.e. Open, Save, etc., look first to see if data is on the clipboard before displaying the dialog. If valid information is on the clipboard the command will use it instead of displaying the dialog and asking the user to specify the filename. |
PromptMessage |
This method allows the developer to put up prompt messages (unless the user has suppressed this prompt) much like the Visual Basic MsgBox functionality. |
StartExecutable |
Method that causes the specified executable to be run. Using the Parameters argument you can also pass arguments to the executable. |
StopActiveCommand |
Method that causes the currently running command to be terminated. |