API 文件集 > Features > Object ProFeature > Function ProFeatureD3elemMatrixSet
Function ProFeatureD3elemMatrixSet
Description
Set the position delta matrix for PRO_E_D3ELEM_MOVE_VALUE element
Synopsis
#include <ProD3Elem.h>
ProFeatureD3elemMatrixSet
(
ProElement elem_move
/* (In)
The PRO_E_D3ELEM_MOVE_VALUE id element.
*/
ProMatrix delta
/* (In)
The position delta matrix.
*/
)
Returns
The function succeeded.
One or more of the input arguments are invalid
The function failed.
Sample Code References
User Guide References
這是否有幫助?