API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingToleranceStandardSet
Function ProDrawingToleranceStandardSet
Description
Set the assigned tolerance standard of a drawing. Note that in the regular UI, this operation asks whether to regenerate the drawing. This function will not itself perform regeneration. Also note that if this function is used to change the standard, we will set the latest version, see ProDrawingToleranceStandardVersionSet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingToleranceStandardSet
(
ProDrawing p_draw
/* (In)
The ProDrawing to set the tol standard for.
*/
ProStandard new_standard
/* (In)
The tolerance standard to set.
*/
)
Returns
Success
Model is in read-only state.
p_draw or new_standard was invalid
An error occurred trying to set the standard.
User Guide References
這是否有幫助?