Eyeshot 10 WinForms API Reference
MergeWith(Mesh,Boolean,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > MergeWith Method : MergeWith(Mesh,Boolean,Boolean) Method
The other Mesh object
If true, the two meshes are welded immediately.
If true, recomputes the edges else it preserves the edges of both meshes
Merges two compatible Mesh objects.
Syntax
'Declaration
 
Public Overloads Sub MergeWith( _
   ByVal mesh As Mesh, _
   Optional ByVal weldNow As Boolean, _
   Optional ByVal recomputeEdges As Boolean _
) 
public void MergeWith( 
   Mesh mesh,
   bool weldNow,
   bool recomputeEdges
)

Parameters

mesh
The other Mesh object
weldNow
If true, the two meshes are welded immediately.
recomputeEdges
If true, recomputes the edges else it preserves the edges of both meshes
Remarks
If you need to merge several meshes it's far more efficient to weld them only at the last MergeWith call.
See Also

Reference

Mesh Class
Mesh Members
Overload List