Compare commits

1 Commits

Author SHA1 Message Date
Connor Ivy 8dd8f82668 empty the playground 2023-09-29 09:00:16 -05:00
+3 -2
View File
@@ -13,8 +13,9 @@ namespace CSiAPIPlayground
public void Play() public void Play()
{ {
// do something here // do something with the sapModel here.
sapModel.CoordSys.SetCoordSys("newSystem", 0, 0, 0, 45, 0, 0); // note that the object is called sapModel, but this is just copying the CSi convention.
// this object is valid for any other CSi program such as ETABS.
} }
} }
} }