API 설명서 > 3D drawings and annotations > Object ProDimension > Function ProDimensionIsDriving
Function ProDimensionIsDriving
Description
Returns whether or not the dimension drives solid model geometry or is driven by it. If the dimension drives solid model geometry it cannot be deleted, its attachments cannot be modified or obtained, and it cannot be added to an annotation element.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionIsDriving
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* is_driving
/* (Out)
PRO_B_TRUE if the dimension drives solid model geomretry, PRO_B_FALSE if it is a driven dimension.
*/
)
Returns
The function successfully retrieved information.
One or more arguments was invalid.
User Guide References
도움이 되셨나요?