Creates the texture mapping using the given algorithm.
            
    Namespace: 
   SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void CreateTextureMapping( IXTextureMappingAlgorithm algorithm )  | 
Parameters
- algorithm
 - Type: SGP.XSpace..::.IXTextureMappingAlgorithm
The IXTextureMappingAlgorithm algorithm instance of the mesh texture mapping. 
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | algorithm is nullNothingnullptra null reference (Nothing in Visual Basic). |