Description | |||||||||||||||||
Sets the transform of an object relative to it's parent in creo scene. This API is only for 3d mode (part/assembly etc) and won't work in 2D (drawings, sketch, CE). | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDispObject.h> | |||||||||||||||||
ProError | ProDispObjectSetTransform | ( | |||||||||||||||
int window | |||||||||||||||||
/* (In) | |||||||||||||||||
Identifier of window in which ProDispObject will be detached from Creo scene | |||||||||||||||||
*/ | |||||||||||||||||
int* key_list | |||||||||||||||||
/* (In) | |||||||||||||||||
ProArray containing member_identification table of ProDispObject which will be detached from scene graph. This is the "key_list" passed to ProDispObjectAttach plus the "new_key | |||||||||||||||||
*/ | |||||||||||||||||
ProMatrix trf | |||||||||||||||||
/* (In) | |||||||||||||||||
new transform for this display object relative to its parent. | |||||||||||||||||
*/ | |||||||||||||||||
ProMatrix old_trf | |||||||||||||||||
/* (Out) | |||||||||||||||||
old transform for this display object | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|