Making linear extrude stay visible
This commit is contained in:
parent
3150dc2c27
commit
6b49e0cda8
2 changed files with 5 additions and 6 deletions
|
|
@ -38,13 +38,13 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
public class OperationSource : Object3D
|
||||
{
|
||||
public OperationSource()
|
||||
: this(null)
|
||||
{
|
||||
}
|
||||
public OperationSource(IEnumerable<IObject3D> children)
|
||||
: base(children)
|
||||
{
|
||||
Name = "Source".Localize();
|
||||
}
|
||||
|
||||
public OperationSource(IEnumerable<IObject3D> children)
|
||||
: this()
|
||||
{
|
||||
Visible = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue