Documentação da API > 3D drawings and annotations > Object ProGtol > Function ProGtolAttachMakeDimGet
Function ProGtolAttachMakeDimGet
Description
Get make dim information from gtol attach
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtolAttach.h>
ProGtolAttachMakeDimGet
(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
/* (Out)
annotation plane.
*/
ProDimAttachment** attachments_arr
/* (Out)
ProArray of pair of selections.
*/
ProDimSense** dsense_arr
/* (Out)
*/
ProDimOrient* orient_hint
/* (Out)
orientation hint
*/
Pro3dPnt location
/* (Out)
text location.
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?