This page contains reference documentation for the SourceMesh member. This function returns the source mesh if directly referenced by the modifier.
Node SourceMesh;
Examples are as follows:
MergeModifier editMergeModifier = new MergeModifier; // Pass a local mesh to the MergeModifier. editMergeModifier.SourceMesh( a_mesh );
For sample code: