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:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionMove
(
ProDimension* dimension
/* (In)
The dimension.
*/
Pro3dPnt location
/* (In)
The new location for the dimension.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Isto foi útil?