ExternalSystem class

This commit is contained in:
Aik-Siong Koh
2023-07-19 09:41:17 -06:00
parent 80bb812075
commit 225966dced
35 changed files with 1069 additions and 532 deletions

View File

@@ -15,7 +15,7 @@ namespace MbD {
//
public:
CADSystem() {
mbdSystem->externalSystem = this;
mbdSystem->externalSystem->cadSystem = this;
}
void outputFor(AnalysisType type);