Creates a new XMaterialMesh mesh from 3DS file.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[DefaultMethodAttribute] public static XMaterialMesh CreateMeshFrom3ds( string fileName ) |
Parameters
- fileName
- Type: System..::.String
The file name.
Return Value
Returns the created XMaterialMesh mesh.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | fileName is nullNothingnullptra null reference (Nothing in Visual Basic). |