API ドキュメンテーション > Dimensions > Object ProDimension > Function ProDimensionCanRegenerate
Function ProDimensionCanRegenerate
Description
Checks whether a driven dimension can be regenerated.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionCanRegenerate
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProDrawing drawing
/* (In)
Can the dimension be regenerated in the context of this drawing? If NULL, check is made in the context of the dimension's model.
*/
ProBoolean* can_regen
/* (Out)
*/
)
Returns
The function successfully retrieved the information.
Other
The input argument is invalid.
Sample Code References
User Guide References
これは役に立ちましたか?