API 설명서 > 3D drawings and annotations > Object ProGtol > Function ProGtolUnilateralGet
Function ProGtolUnilateralGet
Description
Get Unilateral modifier.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolUnilateralGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean* unilateral_set
/* (Out)
unilateral modifier.
*/
ProBoolean* outside
/* (Out)
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
도움이 되셨나요?