API 설명서 > 3D drawings and annotations > Object ProGtol > Function ProGtolAttachOffsetItemSet
Function ProGtolAttachOffsetItemSet
Description
Set offset gtol Attach Use this function along with ProMdlGtolCreate for creating offset type gtol, only in drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtolAttach.h>
ProGtolAttachOffsetItemSet
(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProSelection offset_ref
/* (In)
dimension,dimension arrow,gtol,note,symbol instance
*/
ProVector offset
/* (In)
offset location (in model co-ordinates)
*/
)
Returns
The function completed successfully.
Model is in read-only state.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?