Import named surfaces #2481
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Akoubdmado Mechanical APDL Help -> Connection User's Guide -> 2.5 Importing UG/NX You should be able to write a parser in Python to open the file and find the NX components and the MAPDL entity ID. Mike |
Beta Was this translation helpful? Give feedback.
-
Hi @Akoubdmado & @germa89 MAPDL does not have a NX prt file reader per se; it relies on NX to send it information during the importing of the prt file. That's why NX has to be installed. I don't know why NX sends the prt in meters. Parasolid is always saved in meters but MAPDL will auto-scale by 10 or 100 if the dimensions are small and the import may fail. If the scale factor is used it will be echoed in the MAPDL output. I think the better option would be to close this issue and have you open an new discussion on why setting cyclic BC's are failing. Mike |
Beta Was this translation helpful? Give feedback.
Hi @Akoubdmado
Normally the answer is no, that was one of the "killer applications" that WB Mechanical introduced compared to Mechanical APDL. However the answer is sort of with respect to NX import into MAPDL. The import results in a partname.tbl file, where partname is the name of the NX prt imported. This tbl file has the mapping of the NX object names and the corresponding MAPDL entity ID numbers. Please see the following Mechanical Help for more information:
Mechanical APDL Help -> Connection User's Guide -> 2.5 Importing UG/NX
You should be able to write a parser in Python to open the file and find the NX components and the MAPDL entity ID.
Mike