通过给定的3DS文件或SGM文件以及三维模型几何对象的位置信息来创建三维模型几何对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool FromFile( string file, Point3D position ) |
参数
- file
- Type: System..::.String
文件的全路径,支持3DS文件和SGM文件,目前通过文件扩展名来判断文件的类型。
- position
- Type: SuperMap.Data..::.Point3D
三维模型几何对象的位置。