ProgressiveMesh.TrimByFaces Method ()
Modifies the minimum and maximum level of detail (LOD) of a ProgressiveMesh object.
Overload List
public void TrimByFaces(int, int); public void TrimByFaces(int, int, out int, out int);
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
Microsoft Direct3D could not allocate sufficient memory to complete the call.
See Also