I want that those stats shown in dashboard to be shown in 3d area itself.
i.e. we can see simply clicking on 3d object certain stats e.g. average stay time, in and out, i want more of them in dynamic time without clicking on the object....
I want that those stats shown in dashboard to be shown in 3d area itself.
i.e. we can see simply clicking on 3d object certain stats e.g. average stay time, in and out, i want more of them in dynamic time without clicking on the object....
Hi @Manish C, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of 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.
Some stats (output, states) can be shown by changing the "Name Style" option to "Show Names and Stats".
To display other values you can add "Text"-objects to the model and configure them to show an object's statistics.
You can also use the drawflattext() command in the object's On Draw trigger to customize what is drawn in the Names and Stats bubble to show whatever you want without clicking on the object.
if(!param(2)) { double boxWidth = 130; double boxHeight = 50; setdrawnamefunction(boxWidth, boxHeight, c, param(1), 1); } else { fglTranslate(-55, -15, 0); drawflattext(current.name); fglTranslate(0, -15, 0); drawflattext("Input: " + current.stats.input.value); fglTranslate(0, -15, 0); drawflattext("Avg Content: " + string.fromNum(current.stats.content.average, 2)); }
pls help
It appears in the properties window, when the 3d view is active but no object is selected. You have to expand the "View Style" section to see the option.
If you closed the properties bar on the right, you can reopen it from the top bar.
15 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved