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