Click or drag to resize

Display 3D Layout

Display 3D Layout

Display 3D Layout

we can turn on the 3D deck layout, before using this function,

before coding, you must changed the setting of visual studio and project as described in How to section. With only one line, you can show the 3D deck layout in any control in your window.

ML_STAR = new STARCommand();
ML_STAR.Init(this.Handle.ToInt32(), (bool)simulation);
ML_STAR.Init3DSystemView(panel2.Handle.ToInt32());