Getting MaterControl solution to build
This commit is contained in:
parent
db618a2124
commit
ecb755634b
6 changed files with 44 additions and 12 deletions
|
|
@ -85,6 +85,11 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
}
|
||||
}
|
||||
|
||||
public static int EstimatedMemory(this IObject3D object3D)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static bool IsRoot(this IObject3D object3D)
|
||||
{
|
||||
return object3D.Parent == null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue