Add Callout (Note) to components in drawing using NXopen
Add Callout (Note) to components in drawing using NXopen
(OP)
Hello Everyone ,
Can someone in the forum let me know how i can add callouts (Note) to the various components of an assembly in the drawing sheet using NXOpen. I intend to add the component names as note attached to the component in drawing view.
The below function does similar kind of thing in the modelling workbench , but i need something for the drafting workbench.
ufs.Disp.SetNameDisplayStatus(UFConstants.UF_DISP_NAME_DISPLAY_ON)
Please help !!!
Thanks
Can someone in the forum let me know how i can add callouts (Note) to the various components of an assembly in the drawing sheet using NXOpen. I intend to add the component names as note attached to the component in drawing view.
The below function does similar kind of thing in the modelling workbench , but i need something for the drafting workbench.
ufs.Disp.SetNameDisplayStatus(UFConstants.UF_DISP_NAME_DISPLAY_ON)
Please help !!!
Thanks





RE: Add Callout (Note) to components in drawing using NXopen
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Add Callout (Note) to components in drawing using NXopen
Can you please point me out to the exact menu item and how to go about creating this manually.
I will then try to convert this to NxOpen Code at my end.
RE: Add Callout (Note) to components in drawing using NXopen
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.