question

Nil Ns avatar image
4 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.

1 Answer

Phil BoBo avatar image
1 Like"
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:

  1. Object.create("BasicFR");
  1. 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.