IMesh::VertexWeld

Removes duplicated vertices from the mesh.

   

HRESULT VertexWeld( float epsilon, BOOL bAll );

Parameters

epsilon
[in] Specifies the smallest distance that can be between 2 vertices and still be considered separate.
bAll
[in] A non-zero value will perform the operation on the entire mesh, otherwise the operation applies to only the selection.

Return Values

Remarks

See Also

Copyright © 2004-2010 Fragmosoft