User Portlet User Portlet

Discussions
Aloha Colleagues, I received an answer on 11 Nov 2022 about this topic. Please see below the excerpt from the email by Riaz Khan from Wolfram Research, Inc. Technical Support. ---------- I want to let you know that we can replicate long...
Dear Colleagues, I am generating Graphics3D objects in a simulation and I have a requirement to export them to a file format that can be imported by other programs. Accepted formats are 3DFS, OBJ, DAE, STL and a few others. The Graphics3D...
I confirm that I can generate `Graphics3D` objects with the first option. `sim = SystemModelSimulate[ "Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum"] g3d = Table[sim["Graphics3D", t], {t, 0, 3, 1}]` However, I am stuck...
Neil, Thank you for your suggestions. I should have opened my question with details of the application. I am working on a few control and estimation algorithms.The system is highly dynamical and I have to operate away from equilibrium so...
Thank you Sergio. I suspected that the slower execution was due to additional functionality in the background and I wanted to make sure it wasn't due to my setup. I am generating models for a swarm of spacecraft and the speed is OK now for swarm...
Thank you Sergio. The new method gives the same error SystemModel::irl: The list of rules is not on the form {"variable" -> numericValue, ...}. I'll email you about the bugs. B
Neil, Thank you. Yes, it helps. I totally missed the fact that I have to instantiate the models that I created. The World component is at the top and not shown in this example. Best regards, B