Documentación de la API > Miscellaneous > Object ProCompdisplay > Function ProCompdisplayActivate
Function ProCompdisplayActivate
Description
Similar to ProSimprepActivate, except this is for Comp Displays.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProCompdisplayActivate
(
ProSolid p_solid
/* (In)
The solid that contains the Comp Disp.
*/
ProCompdisp* p_compdisp
/* (In)
Comp Display pointer.
*/
int no_redisp
/* (In)
Flag to specify whether or not user needs to redisplay assembly in the window inside this call. If set to TRUE, user is solely responsible for calling ProWindowRefresh() or something else to refresh assembly view.
*/
)
Returns
The function successfully activated CompDisp.
Model is in read-only state.
One or more of the arguments are invalid or activation failed.
¿Fue esto útil?