API 설명서 > Feature element trees > Object ProValuedata > Function ProValuedataTransformSet
Function ProValuedataTransformSet
Description
Stores a transform in a ProValueData.
Synopsis
#include <ProValue.h>
ProValuedataTransformSet
(
/* (In)
the ProValueData to store in.
*/
ProMatrix transform
/* (In)
the transform to store.
*/
)
Returns
The storage succeeded.
The storage failed.
Sample Code References
User Guide References
도움이 되셨나요?