Documentación de la API > 3D drawings and annotations > Object ProDimension > Function ProDimensionIsRegenednegative
Function ProDimensionIsRegenednegative
Description
Identifies if the dimension is currently considered to have a negative "sign" in generating its direction. If the dimension has a negative sign then the dimension is oriented in the opposite manner to the default for the feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsRegenednegative
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* regened_negative
/* (Out)
The dimension regened_negative (PRO_B_TRUE or PRO_B_FALSE).
*/
)
Returns
The function successfully retrieved the information.
The data structure was not set.
See Also
Sample Code References
User Guide References
¿Fue esto útil?