Function ProMdlDisplay
Description
Displays the specified model in the current view. Note:
• If no model is displayed, the specified model is placed in the base window.
• If the specified model has been assigned a new window, the model will be displayed in the new window.
If model is NULL, the function displays the object in the current window. The valid types of model that can be displayed are as follows:
Note: Calling this function will update the display, but may not activate the UI. To achieve it, the model window should be activated (for instance, by the user).
Replacement in Object TOOLKIT: | |
Synopsis
| ProMdlDisplay |
| ( /* (In) The model to display */ ) |
Returns
| The function successfully displayed the model. |
| The model is NULL, and there is no current object. |
| The specified model is not in memory. |
| There was a general error and the function failed. |
| You specified an invalid model type. |
Sample Code References
User Guide References