diff options
author | brenda-br | 2023-02-20 16:30:27 +0530 |
---|---|---|
committer | brenda-br | 2023-02-20 16:30:27 +0530 |
commit | 0812086cb71a6c1e714c8bf0d115868b8d1f81d7 (patch) | |
tree | 8a3046f96c8068ca076d90c11f93a24767f5132b /src/main/python/shapes/rLGPlus.txt | |
parent | e816c10f23eda7f8727ee691d89921b7f8f462b6 (diff) | |
download | Chemical-PFD-0812086cb71a6c1e714c8bf0d115868b8d1f81d7.tar.gz Chemical-PFD-0812086cb71a6c1e714c8bf0d115868b8d1f81d7.tar.bz2 Chemical-PFD-0812086cb71a6c1e714c8bf0d115868b8d1f81d7.zip |
Reattaching Node Line to Node Item(Revised)
Diffstat (limited to 'src/main/python/shapes/rLGPlus.txt')
-rw-r--r-- | src/main/python/shapes/rLGPlus.txt | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/main/python/shapes/rLGPlus.txt b/src/main/python/shapes/rLGPlus.txt index 4cf8534..0cd2e86 100644 --- a/src/main/python/shapes/rLGPlus.txt +++ b/src/main/python/shapes/rLGPlus.txt @@ -1,41 +1,41 @@ #Contains data of the distance rectangular line grips were extended className:direction,x,y,width OilGasOrPulverizedFuelFurnace -left,5,0,0 -right,-5,0,0 -bottom,0,-10,0 +left,4,0,0 +right,-4,0,0 +bottom,0,-8,0 SolidFuelFurnace -left,5,0,0 -right,-5,0,0 -bottom,0,-10,0 +left,4,0,0 +right,-4,0,0 +bottom,0,-8,0 HorizontalVessel -top,0,10,0 -bottom,0,-10,0 +top,0,6,0 +bottom,0,-6,0 PackedVessel -left,10,0,0 -right,-10,0,0 +left,6,0,0 +right,-6,0,0 VerticalVessel -left,10,0,0 -right,-10,0,0 -FixedRoofTank left,6,0,0 -right,-7,0,0 -bottom,0,-10,0 +right,-6,0,0 +FixedRoofTank +left,5,0,0 +right,-6,0,0 +bottom,0,-8,0 FloatingRoofTank -left,7,0,0 -right,-7,0,0 -bottom,0,-10,0 +left,6,0,0 +right,-6,0,0 +bottom,0,-8,0 SeparatorsForLiquidsDecanter -top,0,10,0 -left,10,0,0 -right,-10,0,0 -bottom,0,-10,0 +top,0,8,0 +left,8,0,0 +right,-8,0,0 +bottom,0,-8,0 OneCellFiredHeaterFurnace -left,7,0,50 -right,-7,0,50 -bottom,0,-10,0 +left,5,0,50 +right,-5,0,50 +bottom,0,-8,0 TwoCellFiredHeaterFurnace -left,5,0,66.66 -right,-5,0,66.66 -bottom,0,-10,33.33 +left,3,0,66.66 +right,-3,0,66.66 +bottom,0,-8,33.33 ContinuousDryer -top,0,10,0
\ No newline at end of file +top,0,8,0
\ No newline at end of file |