Add MeshWrapper description

This commit is contained in:
John Lewin 2017-10-23 12:15:39 -07:00
parent 383c99bfe1
commit aa2ba4a91f

View file

@ -32,6 +32,10 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{
/// <summary>
/// The goal of MeshWrapper is to provide a mutated version of a source item by some operation. To do so we wrap and clone all
/// properties of the source item and reset the source matrix to Identity, given that it now exists on the wrapping parent.
/// </summary>
public class MeshWrapper : Object3D
{
public MeshWrapper()