question

Nil Ns avatar image
3 Likes"
Nil Ns asked Phil BoBo edited

Basic FR Object Missing 25.0

I just upgraded to FlexSim version 25.0, and I have noticed that the Basic FR object is no longer available in the object library.

1734085074600.png

Can anyone confirm if this is a bug or an intentional change in this version?

Thank you!

FlexSim 25.0.0
basicfr
1734085074600.png (144.2 KiB)
· 2
5 |100000

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

Paula LG avatar image Paula LG commented ·

To add to what Nil has reported: I have noticed the Basic TE is gone as well.

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel commented ·

Object is still a node in main library tree.

0 Likes 0 ·

1 Answer

Phil BoBo avatar image
0 Likes"
Phil BoBo answered Phil BoBo edited

This was an intentional change. We removed displaying the BasicFR and BasicTE in the Library view. The classes are still available and usable for models or user libraries with those objects.

Those classes are used for advanced custom object creation. Removing their visibility simplifies learning the software for most users.

If you need to create a brand-new instance of a BasicFR or BasicTE, you can create one using FlexScript:

Object.create("BasicFR");
Object.create("BasicTE");

You can then add your object to a User Library to view it in the Library.

· 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.

Phil BoBo avatar image Phil BoBo ♦♦ Clair A commented ·
Yeah, I'll add a case to the dev list. Thanks.
0 Likes 0 ·
Jonah K avatar image Jonah K ♦ Clair A commented ·

These have been updated in the latest bug fix release 25.0.1.

0 Likes 0 ·