empty the playground

This commit is contained in:
Connor Ivy
2023-09-29 09:00:16 -05:00
parent 59a372a35c
commit 8dd8f82668
+3 -2
View File
@@ -13,8 +13,9 @@ namespace CSiAPIPlayground
public void Play()
{
// do something here
sapModel.CoordSys.SetCoordSys("newSystem", 0, 0, 0, 45, 0, 0);
// do something with the sapModel here.
// 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.
}
}
}