The beginning of variable support
This commit is contained in:
parent
8a66242699
commit
4f3a241e86
22 changed files with 187 additions and 85 deletions
|
|
@ -135,6 +135,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public void AddObject3DControls(Object3DControlsLayer object3DControlsLayer)
|
||||
{
|
||||
object3DControlsLayer.Object3DControls.Add(new ScaleDiameterControl(object3DControlsLayer,
|
||||
null,
|
||||
null,
|
||||
new List<Func<double>>() { () => Diameter },
|
||||
new List<Action<double>>() { (diameter) => Diameter = diameter },
|
||||
0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue