Piping angle fixes (#3442)
* Moves piping prototypes to own folder * Fixes pipe direction angles
This commit is contained in:
@@ -40,4 +40,4 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
@@ -39,16 +39,16 @@
|
||||
components:
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: West
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: South
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: North
|
||||
- type: GasFilter
|
||||
inletDirection: South
|
||||
filterOutletDirection: East
|
||||
outletDirection: North
|
||||
inletDirection: West
|
||||
filterOutletDirection: South
|
||||
outletDirection: East
|
||||
@@ -40,7 +40,7 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
- type: Icon
|
||||
state: pipeHalf
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: Lateral
|
||||
pipeDirection: Longitudinal
|
||||
- type: Icon
|
||||
state: pipeStraight
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: SEBend
|
||||
pipeDirection: SWBend
|
||||
- type: Icon
|
||||
state: pipeBend
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: TEast
|
||||
pipeDirection: TSouth
|
||||
- type: Icon
|
||||
state: pipeTJunction
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: West
|
||||
pipeDirection: North
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
- type: PressurePump
|
||||
inletDirection: West
|
||||
outletDirection: East
|
||||
inletDirection: North
|
||||
outletDirection: South
|
||||
@@ -41,6 +41,6 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
- type: PressureSiphon
|
||||
scrubberOutletDirection: East
|
||||
scrubberOutletDirection: South
|
||||
@@ -41,6 +41,6 @@
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
- type: PressureVent
|
||||
ventInletDirection: East
|
||||
ventInletDirection: South
|
||||
Reference in New Issue
Block a user