Skip to content

Commit

Permalink
Updated TestniProjekt
Browse files Browse the repository at this point in the history
  • Loading branch information
malamalca committed Mar 28, 2024
1 parent 1f34d55 commit b2cffbe
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
8 changes: 8 additions & 0 deletions projects/Pures/TestniProjekt/izracuni/cone.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"ovoj": {
"netransparentneKonstrukcije": [
{
"id": "K1",
"idKonstrukcije": "Z1",
"konstrukcija": {
"id": "Z1",
Expand Down Expand Up @@ -1837,6 +1838,7 @@
"barva": "svetla"
},
{
"id": "K2",
"idKonstrukcije": "Tp1",
"konstrukcija": {
"id": "Tp1",
Expand Down Expand Up @@ -3460,6 +3462,7 @@
}
},
{
"id": "K3",
"idKonstrukcije": "Ts1",
"konstrukcija": {
"id": "Ts1",
Expand Down Expand Up @@ -5620,6 +5623,7 @@
],
"transparentneKonstrukcije": [
{
"id": "V1",
"idKonstrukcije": "V1",
"konstrukcija": {
"id": "V1",
Expand Down Expand Up @@ -5735,6 +5739,7 @@
"g_sh": 0.5
},
{
"id": "O1",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -5853,6 +5858,7 @@
"g_sh": 0.03
},
{
"id": "O2",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -5971,6 +5977,7 @@
"g_sh": 0.18
},
{
"id": "O3",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -6089,6 +6096,7 @@
"g_sh": 0.18
},
{
"id": "O4",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down
8 changes: 8 additions & 0 deletions projects/Pures/TestniProjekt/izracuni/stavba.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"ovoj": {
"netransparentneKonstrukcije": [
{
"id": "K1",
"idKonstrukcije": "Z1",
"konstrukcija": {
"id": "Z1",
Expand Down Expand Up @@ -1906,6 +1907,7 @@
"barva": "svetla"
},
{
"id": "K2",
"idKonstrukcije": "Tp1",
"konstrukcija": {
"id": "Tp1",
Expand Down Expand Up @@ -3529,6 +3531,7 @@
}
},
{
"id": "K3",
"idKonstrukcije": "Ts1",
"konstrukcija": {
"id": "Ts1",
Expand Down Expand Up @@ -5689,6 +5692,7 @@
],
"transparentneKonstrukcije": [
{
"id": "V1",
"idKonstrukcije": "V1",
"konstrukcija": {
"id": "V1",
Expand Down Expand Up @@ -5804,6 +5808,7 @@
"g_sh": 0.5
},
{
"id": "O1",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -5922,6 +5927,7 @@
"g_sh": 0.03
},
{
"id": "O2",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -6040,6 +6046,7 @@
"g_sh": 0.18
},
{
"id": "O3",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down Expand Up @@ -6158,6 +6165,7 @@
"g_sh": 0.18
},
{
"id": "O4",
"idKonstrukcije": "O1",
"konstrukcija": {
"id": "O1",
Expand Down
Binary file modified projects/Pures/TestniProjekt/pdf/PuresElaborat.pdf
Binary file not shown.
Binary file modified projects/Pures/TestniProjekt/pdf/PuresIzkaz.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions projects/Pures/TestniProjekt/podatki/cone.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@
"ovoj": {
"netransparentneKonstrukcije": [
{
"id": "K1",
"idKonstrukcije": "Z1",
"povrsina": 243,
"naklon": 90,
"orientacija": "S",
"barva": "svetla"
},
{
"id": "K2",
"idKonstrukcije": "Tp1",
"povrsina": 200,
"obseg": 40,
Expand All @@ -84,19 +86,22 @@
}
},
{
"id": "K3",
"idKonstrukcije": "Ts1",
"povrsina": 200
}
],
"transparentneKonstrukcije": [
{
"id": "V1",
"idKonstrukcije": "V1",
"povrsina": 3,
"naklon": 90,
"orientacija": "S",
"delezOkvirja": 1
},
{
"id": "O1",
"idKonstrukcije": "O1",
"povrsina": 15,
"naklon": 90,
Expand Down Expand Up @@ -129,6 +134,7 @@
]
},
{
"id": "O2",
"idKonstrukcije": "O1",
"stevilo": 3,

Expand All @@ -154,6 +160,7 @@
}
},
{
"id": "O3",
"idKonstrukcije": "O1",
"stevilo": 2,

Expand All @@ -179,6 +186,7 @@
}
},
{
"id": "O4",
"idKonstrukcije": "O1",
"stevilo": 2,

Expand Down
4 changes: 2 additions & 2 deletions schemas/Pures/coneSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"type": "array",
"items": {
"type": "object",
"required": ["idKonstrukcije", "povrsina"],
"required": ["id", "idKonstrukcije", "povrsina"],
"properties": {
"idKonstrukcije": {"type": "string"},
"opis": {"type": "string"},
Expand Down Expand Up @@ -199,7 +199,7 @@
"type": "array",
"items": {
"type": "object",
"required": ["idKonstrukcije"],
"required": ["id", "idKonstrukcije"],
"properties": {
"idKonstrukcije": {"type": "string"},
"opis": {"type": "string"},
Expand Down

0 comments on commit b2cffbe

Please sign in to comment.