Documentação da API > External objects > Object ProExtobj > Function ProExtobjScreentrfGet
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>
ProExtobjScreentrfGet
(
ProExtobj* object
/* (In)
The external object
*/
/* (Out)
The transformation matrix
*/
)
Returns
The function successfully retrieved the information.
The function could not retrieve the information.
Sample Code References
User Guide References
Isto foi útil?