Function ProGtolUnilateralSet
Description
Set Unilateral modifier.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolUnilateralSet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean unilateral_set
/* (In)
PRO_B_TRUE to set Unilateral modifier PRO_B_FALSE to remove Unilateral modifier
*/
ProBoolean outside
/* (In)
Whether the tolerance refers to the outside of the profile, if unilateral_set == PRO_B_TRUE
*/
)
Returns
The function completed successfully.
The input argument is invalid.
This type of gtol cannot have unilateral modifier
Sample Code References
User Guide References
È stato utile?