Skip to content

Returning variables from FreeHandCutPlotter parent class #629

Answered by marcomusy
jkissi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jkissi
try
plt.addCallback('KeyPress', plt.getSplineValsCallback, priority=100)
so the object is not erased by the previous z keypress call of the parent.
Also
super().start(*args, **kwargs)
looks a bit weird to my eye.. should be better
self.start(*args, **kwargs)

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@marcomusy
Comment options

@jkissi
Comment options

@marcomusy
Comment options

@jkissi
Comment options

@jkissi
Comment options

Answer selected by jkissi
Comment options

You must be logged in to vote
2 replies
@marcomusy
Comment options

@jkissi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants