improve primary operations
This commit is contained in:
parent
3f8eeda65b
commit
0416a941d7
14 changed files with 83 additions and 121 deletions
|
|
@ -44,7 +44,7 @@ namespace MatterHackers.MatterControl.DesignTools.Primitives
|
|||
public BoxPathObject3D()
|
||||
{
|
||||
Name = "Box".Localize();
|
||||
Color = MatterHackers.MatterControl.DesignTools.Operations.Object3DExtensions.PrimitiveColors["Cube"];
|
||||
Color = Operations.Object3DExtensions.PrimitiveColors["Cube"];
|
||||
}
|
||||
|
||||
public static double MinEdgeSize = .001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue