AGV module sdk

AGV module sdk

lcavallero
Explorer Explorer
49 Views
5 Replies
Message 1 of 6

AGV module sdk

lcavallero
Explorer
Explorer

[ FlexSim 19.0.9 ]

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.

0 Likes
Accepted solutions (1)
50 Views
5 Replies
Replies (5)
Message 2 of 6

JordanLJohnson
Autodesk
Autodesk
Accepted solution

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?

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 3 of 6

lcavallero
Explorer
Explorer

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
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
inheritcode not working?
0 Likes
Message 5 of 6

lcavallero
Explorer
Explorer

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

I'll try use it.

Thanks Jason.

0 Likes
Message 6 of 6

Ben_WilsonADSK
Community Manager
Community Manager

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