Skip to main content
1-Visitor
September 25, 2018
Question

show model axis in drawing using vb api or pro toolkit

  • September 25, 2018
  • 1 reply
  • 3836 views

Hi,

Has anyone managed to show 3D model axes in drawing using Creo VB API or ProToolkit?

Graphically like we do in "Show Annotation".

Regards,

Jaykishan

1 reply

17-Peridot
September 26, 2018
1-Visitor
September 26, 2018

And what about similar thing in VB API ?

17-Peridot
September 26, 2018

I think, if axis, dims and etc are instance of ModelItem objects. So you can downcast to the Note interface to use the methods:

IpfcNote.Display() forces the display of the model note.
IpfcNote.Delete() deletes a model note.