question

Luciano Cavallero avatar image
0 Likes"
Luciano Cavallero asked Ben Wilson commented

AGV module sdk

Hi,

I would like to create a C++ object that inherit from 'AGV::ControlPoint'.

There is available somewhere .h and .lib of AGV module to allow to do that?

Thanks

Luciano.

FlexSim 19.0.9
flexsim 19.0.9module sdkagv module
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Luciano Cavallero, was Jordan Johnson's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Luciano Cavallero commented

I don't think we provide those headers currently, and I don't think we have plans to provide them. But maybe there's a way to get you what you need. Can you describe more what you're looking to do?

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Luciano Cavallero avatar image Luciano Cavallero commented ·

Hi Jordan,

Thanks for the reply, I was supposing that is not in your plan to provide that files.
I simply need to create a custom AGV control point that, other than some labels, need to be displayed with a different shape.
The AGV::ControlPoint does not support the "drawtrigger" but I can do what I need overwriting the OnDraw event function.

The problem is that when I overwrite the OnDraw I lose the 'standard' behavior because I'm not able in Flexscript to call che parent OnDraw function.

Thanks in advance,

Luciano


0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Luciano Cavallero commented ·
inheritcode not working?
0 Likes 0 ·
Luciano Cavallero avatar image Luciano Cavallero Jason Lightfoot ♦ commented ·

No, I was not aware of that command, I always do inheritance in C++.

I'll try use it.

Thanks Jason.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.