Cleaning up default materials
This commit is contained in:
parent
a3f7c879bd
commit
c3aaf505e1
14 changed files with 61 additions and 44 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
[HideMeterialAndColor]
|
||||
[WebPageLink("Documentation", "Open", "https://www.matterhackers.com/support/mattercontrol-variable-support")]
|
||||
[MarkDownDescription("[BETA] - Experimental support for variables and equations with a sheets like interface.")]
|
||||
public class SheetObject3D : Object3D, IObject3DControlsProvider
|
||||
public class SheetObject3D : Object3D, IObject3DControlsProvider, IStaticThumbnail
|
||||
{
|
||||
private SheetData _sheetData;
|
||||
public SheetData SheetData
|
||||
|
|
@ -84,6 +84,9 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
return item;
|
||||
}
|
||||
|
||||
public string ThumbnailName => "Sheet";
|
||||
|
||||
|
||||
private static object loadLock = new object();
|
||||
private static IObject3D sheetObject;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue