Description | |||||||||||
brings transformation paths and transformation matrices for all components in the snapshot versus top level assembly. | |||||||||||
Synopsis | |||||||||||
#include <ProKinDrag.h> | |||||||||||
ProError | ProSnapshotTrfsGet | ( | |||||||||
const ProName snap_name | |||||||||||
/* (In) | |||||||||||
Name of the snapshot. | |||||||||||
*/ | |||||||||||
const ProAsmcomppath* path | |||||||||||
/* (In) | |||||||||||
ProAsmcomppath of snapshot. NULL can be passed for top level snapshot. | |||||||||||
*/ | |||||||||||
ProAsmcomppath** path_arr | |||||||||||
/* (Out) | |||||||||||
The array of ProAsmcomppath calculated from top assembly. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). | |||||||||||
*/ | |||||||||||
ProMatrix** trf_arr | |||||||||||
/* (Out) | |||||||||||
The array of transformation matrices showing transformation from specified component to the top level assembly. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|