MergeFacesModifier.SourceLink

This page contains reference documentation for the SourceLink member. This function returns the node link that points to the mesh referenced by the modifier.

Declaration

Node SourceLink;

Examples

Examples are as follows:

MergeModifier editMergeModifier = new MergeModifier;

// Pass a Link node to the MergeModifier. This allows the MergeModifier to use a mesh in an external database.

editMergeModifier.SourceLink( a_link_node );

Working Sample Code

For sample code: