Exporting NX (Unigraphics) models to SimMechanics

24 visualizaciones (últimos 30 días)
Alexander Efremov
Alexander Efremov el 21 de Jul. de 2011
Comentada: David el 1 de Nov. de 2013
Hello. I need to export my NX (Unigraphics) model (a part of it actually - doesn't matter I think) to SimMechanics. Is that technically possible? I found the list of supported CAD systems - there is no NX unfortunately. But probably there is a way?

Respuesta aceptada

Arnaud Miege
Arnaud Miege el 21 de Jul. de 2011
As you found out, NX is not supported out of the box. However, there is an API provided with SimMechanics Link, which (if you have access to the API in NX) would allow to create your own interface. You would need to write the "glue" (C++) between the NX API and the SimMechanics Link API. This would need two components:
  • the user interface part (within NX)
  • the functionality or "callbacks" behind the UI (similar to a MATLAB GUI).
Another option you have, if feasible, is to export the assembly from NX into a standard CAD format that can be read into Pro/E, SolidWorks and AutoDesk Inventor. After that you can export to SimMechanics using one of these three packages. I have seen this workflow used with other unsupported CAD packages.
Finally, a more manual approach would be to export each part in your CAD assembly to an (ASCII) STL file and use the SimMechanics STL file importer to create a corresponding SimMechanics body block for each part. You would then need to add the joints between the parts manually.
HTH,
Arnaud
  1 comentario
David
David el 1 de Nov. de 2013
Another side note: Pro/E has been upgraded and renamed PTC Creo, but it's still supported by the SimMechanics Link. You should see no change in functionality. If anyone out there runs into problems, start a new thread or enter a service request.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Model Import en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by