File tree Expand file tree Collapse file tree 6 files changed +137
-5
lines changed Expand file tree Collapse file tree 6 files changed +137
-5
lines changed Original file line number Diff line number Diff line change 1
- using System ;
1
+ /*
2
+ * This file is part of the Buildings and Habitats object Model (BHoM)
3
+ * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
4
+ *
5
+ * Each contributor holds copyright over their respective contributions.
6
+ * The project versioning (Git) records all such contribution source information.
7
+ *
8
+ *
9
+ * The BHoM is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU Lesser General Public License as published by
11
+ * the Free Software Foundation, either version 3.0 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * The BHoM is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21
+ */
22
+
23
+ using System ;
2
24
using System . Collections . Generic ;
3
25
using System . Linq ;
4
26
using System . Text ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of the Buildings and Habitats object Model (BHoM)
3
+ * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
4
+ *
5
+ * Each contributor holds copyright over their respective contributions.
6
+ * The project versioning (Git) records all such contribution source information.
7
+ *
8
+ *
9
+ * The BHoM is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU Lesser General Public License as published by
11
+ * the Free Software Foundation, either version 3.0 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * The BHoM is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21
+ */
22
+
1
23
using System . Reflection ;
2
24
using System . Runtime . CompilerServices ;
3
25
using System . Runtime . InteropServices ;
Original file line number Diff line number Diff line change 1
- using System ;
1
+ /*
2
+ * This file is part of the Buildings and Habitats object Model (BHoM)
3
+ * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
4
+ *
5
+ * Each contributor holds copyright over their respective contributions.
6
+ * The project versioning (Git) records all such contribution source information.
7
+ *
8
+ *
9
+ * The BHoM is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU Lesser General Public License as published by
11
+ * the Free Software Foundation, either version 3.0 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * The BHoM is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21
+ */
22
+
23
+ using System ;
2
24
using System . Collections . Generic ;
3
25
using System . ComponentModel ;
4
26
using System . Linq ;
Original file line number Diff line number Diff line change 1
- using System ;
1
+ /*
2
+ * This file is part of the Buildings and Habitats object Model (BHoM)
3
+ * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
4
+ *
5
+ * Each contributor holds copyright over their respective contributions.
6
+ * The project versioning (Git) records all such contribution source information.
7
+ *
8
+ *
9
+ * The BHoM is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU Lesser General Public License as published by
11
+ * the Free Software Foundation, either version 3.0 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * The BHoM is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21
+ */
22
+
23
+ using System ;
2
24
using System . Collections . Generic ;
3
25
using System . ComponentModel ;
4
26
using System . Linq ;
Original file line number Diff line number Diff line change 1
- using BH . oM . Base ;
1
+ /*
2
+ * This file is part of the Buildings and Habitats object Model (BHoM)
3
+ * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
4
+ *
5
+ * Each contributor holds copyright over their respective contributions.
6
+ * The project versioning (Git) records all such contribution source information.
7
+ *
8
+ *
9
+ * The BHoM is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU Lesser General Public License as published by
11
+ * the Free Software Foundation, either version 3.0 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * The BHoM is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21
+ */
22
+
23
+ using BH . oM . Base ;
2
24
using System ;
3
25
using System . Collections . Generic ;
4
26
using System . ComponentModel ;
You can’t perform that action at this time.
0 commit comments