Classes to handle the read and process the MTConnect SysML Model
Package Name | Downloads | Link |
MTConnect.NET-SysML | https://www.nuget.org/packages/MTConnect.NET-SysML |
Based on the MTConnectTranspiler project to parse the SysML file and generate source files
using MTConnect.SysML;
// Parse the SysML file and create a model object
var mtconnectModel = MTConnectModel.Parse(@"C:\Users\MTConnect\Downloads\MTConnectSysMLModel.xml");