首页 / 浏览问题 / 组件GIS / 问题详情
超图FAQ: SuperMap iObjects.NET 9D 里面如何定义一个GeoModel3D?
55,828EXP 2021年03月17日
超图FAQ: SuperMap iObjects.NET 9D 里面如何定义一个GeoModel3D?

1个回答

超图FAQ: 需要使用到ModelFileSetting和ModelConvertor类;在SuperMap.Realspace.ThreeDDesigner.dll库里面
GeoModel3D geomodel3d = new GeoModel3D();
Model model = new Model();
ModelFileSetting Setting = new ModelFileSetting();
Setting.FilePath = @"F:\三维展示Dome\qiche\哨位.3DS";
ModelConvertor.FromFile(model, Setting);
geomodel3d.Model = model;
geomodel3d.Position = new Point3D(112, 23, 4);
55,828EXP 2021年03月17日
热门文章
关注我们
...