public TildeComponentAttributes(IGH_Component component) : base(component)
 {
     this.MyComponent = (TildeComponent)component;
 }
Ejemplo n.º 2
0
        //private RegressionReport rr;

        public ProblemBuilder(TildeComponent component)
        {
            this.component  = component;
            component.model = this.model;
        }