shows the number of objects

shows the number of objects

__ANON_USER__1
Not applicable
17 Views
6 Replies
Message 1 of 7

shows the number of objects

__ANON_USER__1
Not applicable

[ FlexSim 19.0.9 ]

FlexSim Express shows the number of objects.

But after applying the license, this display disappears.
Can't I always see the number of objects in my licensed FlexSim?



0 Likes
Accepted solutions (1)
18 Views
6 Replies
Replies (6)
Message 2 of 7

joerg_vogel_HsH
Mentor
Mentor

This is a feature available for express license, because there is a limit of 30 Objects in a model. Other licenses aren't limited to insert objects in a model. The chart is not necessary and restricts the space of library and toolbox.

Message 3 of 7

__ANON_USER__1
Not applicable

I know that.
What I want to know is that I need to show the number of objects as an aggregate of business tasks.

Can't I always see the number of objects in my licensed FlexSim?

0 Likes
Message 4 of 7

tanner_p
Not applicable

anonymous user, what @joerg.vogel explained is correct in that the object count only shows up in FlexSim's Express version, because generally it doesn't matter to Enterprise license users how many objects they use.

You can count the number of objects in your model using this code:

int numObjects = model().subnodes.length;
Message 5 of 7

mischa_spelt
Advisor
Advisor

@tanner.p your expression only counts the number of 'top level' objects in the model.

The Model Limit includes all objects at any level. Looking at how that panel does it, the easiest way to find it seems to be

int numObjects = applicationcommand("getmodellimit", 1);
Message 6 of 7

tanner_p
Not applicable

@mischa.spelt, Thanks for adding this. I overlooked accounting for objects besides those on the 'top level'.

0 Likes
Message 7 of 7

markus_cuevaHPQHL
Autodesk
Autodesk
Accepted solution

If you want to see the object limit window without needing to de-activate and re-activate your license, you can check out the feature through the License Activation window (in the License Server tab):

31025-snag-6af1a7bf.png

You will have to reopen your windows (View > Open Default Workspace) for the object limit window to re-appear, but this would allow you to have a "FlexSim Express" experience while still being fully licensed.



Markus Cueva
Product Marketing Manager
>