Skip to main content
1-Visitor
January 29, 2018
Solved

creo notebook + graph feature

  • January 29, 2018
  • 1 reply
  • 2683 views

Is it possible to use graph feature in the Creo Notebook?

Best answer by ja1

I have tabulated data and want to use

y=evalgraph("TT", x)

in relation at notebook level to calculate global variables and next for using in assembly. That assembly has been declared to notebook.

 

As alternative, I can create evalgraph at assembly level and it works perfectly, but I cannot bring calculated value to be visible in notebook.

1 reply

ja11-VisitorAuthor
1-Visitor
January 29, 2018

Simply, I cannot find graph feature in creo notebook.

On the other hand, creating graph feature at assembly levels don't bring calculated parameters to see at notebook level. 

 

1-Visitor
January 29, 2018

As far as I know there are no features in Notebook. Notebook is intended to be a source of information, not a recipient.

 

You may be able to do what you want with a skeleton part, but you'll have to explain the problem you are trying to solve.

ja11-VisitorAuthorAnswer
1-Visitor
January 29, 2018

I have tabulated data and want to use

y=evalgraph("TT", x)

in relation at notebook level to calculate global variables and next for using in assembly. That assembly has been declared to notebook.

 

As alternative, I can create evalgraph at assembly level and it works perfectly, but I cannot bring calculated value to be visible in notebook.