Skip to content

Commit a4aa727

Browse files
authored
Add fmi tool Siemens NX MCD (#694)
* Add NXMCD to tools.json * Update tools.json
1 parent 427d096 commit a4aa727

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

static/assets/tools.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5317,5 +5317,29 @@
53175317
"fmuImport": [
53185318
"CS"
53195319
]
5320+
},
5321+
{
5322+
"name": "Siemens NX MCD",
5323+
"license": "commercial",
5324+
"url": "https://plm.sw.siemens.com/en-US/nx/cad-online/automation/mechatronic-design/",
5325+
"logo": "Siemens.png",
5326+
"vendor": "Siemens",
5327+
"vendorURL": "https://www.siemens.com/",
5328+
"description": "Siemens NX MCD is an application that allows users to interactively design and simulate the complex motion of electromechanical systems and breaks down barriers between electrical, mechanical and automation engineers.",
5329+
"features": [],
5330+
"platforms": [
5331+
"Windows"
5332+
],
5333+
"interfaces": [
5334+
"GUI"
5335+
],
5336+
"fmiVersions": [
5337+
"1.0",
5338+
"2.0",
5339+
"3.0"
5340+
],
5341+
"fmuImport": [
5342+
"CS"
5343+
]
53205344
}
53215345
]

0 commit comments

Comments
 (0)