Category External objects, Object ProExtobj

Function ProExtobjScreentrfGet


Description
Retrieves the screen transformation.

Note: In the assembly mode, ProExtobjScreentrfGet() is applicable for external objects owned only by the top assembly model. However, in the part mode, this function is applicable for all objects.

Synopsis
#include <ProExtobjDisp.h>
ProErrorProExtobjScreentrfGet(
ProExtobj* object
/* (In)
The external object
*/
ProMatrix trf
/* (Out)
The transformation matrix
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe function could not retrieve the information.

Manual References:

  1. Event-driven Programming: External Objects: Display Data for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )