API 文档
>
Dimensions
>
Object ProDimension
> Function ProDimensionMove
Function ProDimensionMove
Description
Moves the dimension to the given position within its owner model. Note that the dimension position may not be exactly at the location specified, as it will be affected by the annotation plane if it has one.
Replacement in Object TOOLKIT:
wfcWDimension::Move
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionMove
(
ProDimension
* dimension
/* (In)
The dimension.
*/
Pro3dPnt
location
/* (In)
The new location for the dimension.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳