Compare commits

1 Commits

Author SHA1 Message Date
Connor Ivy f200abf7c1 hide comment 2023-09-29 09:08:55 -05:00
+1 -3
View File
@@ -13,9 +13,7 @@ namespace CSiAPIPlayground
public void Play()
{
// 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.
sapModel.CoordSys.SetCoordSys("newSystem", 0, 0, 0, 45, 0, 0);
}
}
}