MergeFacesModifier.SourceMesh

This page contains reference documentation for the SourceMesh member. This function returns the source mesh if directly referenced by the modifier.

Declaration

Node SourceMesh;

Examples

Examples are as follows:

MergeModifier editMergeModifier = new MergeModifier;

// Pass a local mesh to the MergeModifier.

editMergeModifier.SourceMesh( a_mesh );

Working Sample Code

For sample code: