path cleaning
This commit is contained in:
parent
4351f6a6a2
commit
d9d20774e8
9 changed files with 89 additions and 39 deletions
|
|
@ -47,6 +47,8 @@ namespace MatterHackers.MatterControl.DesignTools.Primitives
|
|||
Color = Operations.Object3DExtensions.PrimitiveColors["Cube"];
|
||||
}
|
||||
|
||||
public override bool MeshIsSolidObject => false;
|
||||
|
||||
public static double MinEdgeSize = .001;
|
||||
|
||||
public string ThumbnailName => "Box";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue