API ドキュメンテーション > Dimensions > Object ProDimension > Function ProDimensionIsSignDriven
Function ProDimensionIsSignDriven
Description
Identifies if the dimension always uses a true sign. Note: for dimensions which use the sign to flip the direction, this behavior can be overridden by setting the config option 'show_dim_sign' to 'yes'. By default it is set to 'no'.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsSignDriven
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* is_sign_driven
/* (Out)
Cannot be NULL. PRO_B_TRUE : This dimension uses sign to flip the direction. PRO_B_FALSE : This dimension always uses a true sign. That is, a negative value is literally negative.
*/
)
Returns
The function successfully retrieved the information.
One or more inputs are not valid.
See Also
User Guide References
これは役に立ちましたか?