Function ProGtolleaderZExtensionlineGet
Description
Gets Z-Extension line of gtol leader. This is required when gtol is moved to another plane and other cases.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolleaderZExtensionlineGet
(
ProGtol* gtol
/* (In)
The geometric tolerance handle.
*/
/* (In)
gtol leader.
*/
ProBoolean* is_zextension
/* (Out)
PRO_B_TRUE if gtol has Z-Extension.
*/
ProPoint3d* line_end
/* (Out)
end point of extension line.
*/
)
Returns
The function completed successfully.
One or more of the input arguments are invalid.
User Guide References
これは役に立ちましたか?