Skyline中使用AxTE3DWindowEx打开新的一个球体

在winform窗体中拖入AxTE3DWindowEx控件。

using system;
using system.Collections.Generic;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using TerraExplorerX;

namespace golbeEx{
  public partical class SkylineGlobeEx{
       public SkylineGlobeEx(){
           InitializaComponent();
           this.SGWorldEx=(SGWorld65)axTE3DWindowEx1.CreateInstance("TerraExplorerX.SGWorld65");
       }   

       public SGWorld65 SGWorldEx{
            get;
            private set;
       }

  }

}
原文地址:https://www.cnblogs.com/hyqing/p/4473396.html