From 8dd8f82668c969e621f124f2fe39bf2b8275855f Mon Sep 17 00:00:00 2001 From: Connor Ivy Date: Fri, 29 Sep 2023 09:00:16 -0500 Subject: [PATCH] empty the playground --- Playground.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Playground.cs b/Playground.cs index cef97d8..b1ca397 100644 --- a/Playground.cs +++ b/Playground.cs @@ -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. } } } \ No newline at end of file