Function ProSolidDisplay
Description
Displays the specified object. Note:
If no model is currently displayed, the specified model will be placed in the base window.
If a model is already displayed in the base window, the specified model will be placed in an accessory window. The current window will not be affected.
If the specified model has been assigned a new window, the model will be displayed in the new window provided a model is present in the base window, else the model is displayed in the base window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidDisplay
(
ProSolid p_handle
/* (In)
The object to display
*/
)
Returns
The function successfully displayed the object.
The system failed to create a window.
The specified argument is invalid.
The model is already in a window (from calling ProObjectwindowMdlnameCreate()).
See Also
Sample Code References
User Guide References
Isto foi útil?