Eyeshot 10 WinForms API Reference
MergeWith(Quad) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > MergeWith Method : MergeWith(Quad) Method
The Quad entity to merge
Merges the mesh with a Quad entity that shares an edge with the mesh.
Syntax
'Declaration
 
Public Overloads Sub MergeWith( _
   ByVal quad As Quad _
) 
public void MergeWith( 
   Quad quad
)

Parameters

quad
The Quad entity to merge
Remarks
If you need to merge several entities it is far more efficient to weld them only at the last MergeWith.
See Also

Reference

Mesh Class
Mesh Members
Overload List
MergeWith(Quad,Boolean) Method