コード例 #1
0
 public TildeComponentAttributes(IGH_Component component) : base(component)
 {
     this.MyComponent = (TildeComponent)component;
 }
コード例 #2
0
        //private RegressionReport rr;

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