Function ProGtolAllAroundGet
Description
Get all around option for profile gtol
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolAllAroundGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean* all_around
/* (Out)
PRO_B_TRUE if all around is set else PRO_B_FASLE
*/
)
Returns
The function completed successfully.
This type of gtol does not support all around.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?