diff options
author | pravindalve | 2023-05-30 04:25:53 +0530 |
---|---|---|
committer | GitHub | 2023-05-30 04:25:53 +0530 |
commit | 8e09aa34555a1933882c2955cb74e190fd3d39bc (patch) | |
tree | 68ec6c59c541077cb380a1c24de833211a5554fb /src/main/python/shapes/rLGPlus.txt | |
parent | e6037f33bdd8c349d8bb739d1e2765ba49d6e2dc (diff) | |
parent | 7c896bf85270c717d9c257629d0f76333f43fa0c (diff) | |
download | Chemical-PFD-8e09aa34555a1933882c2955cb74e190fd3d39bc.tar.gz Chemical-PFD-8e09aa34555a1933882c2955cb74e190fd3d39bc.tar.bz2 Chemical-PFD-8e09aa34555a1933882c2955cb74e190fd3d39bc.zip |
Merge pull request #31 from brenda-br/Delete-Function-Added
Triangular Grip, Reposition Line Grips, Modification on Size Grip and Select, Delete Function fixed, Restrict Movable Area
Diffstat (limited to 'src/main/python/shapes/rLGPlus.txt')
-rw-r--r-- | src/main/python/shapes/rLGPlus.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/main/python/shapes/rLGPlus.txt b/src/main/python/shapes/rLGPlus.txt new file mode 100644 index 0000000..0cd2e86 --- /dev/null +++ b/src/main/python/shapes/rLGPlus.txt @@ -0,0 +1,41 @@ +#Contains data of the distance rectangular line grips were extended className:direction,x,y,width +OilGasOrPulverizedFuelFurnace +left,4,0,0 +right,-4,0,0 +bottom,0,-8,0 +SolidFuelFurnace +left,4,0,0 +right,-4,0,0 +bottom,0,-8,0 +HorizontalVessel +top,0,6,0 +bottom,0,-6,0 +PackedVessel +left,6,0,0 +right,-6,0,0 +VerticalVessel +left,6,0,0 +right,-6,0,0 +FixedRoofTank +left,5,0,0 +right,-6,0,0 +bottom,0,-8,0 +FloatingRoofTank +left,6,0,0 +right,-6,0,0 +bottom,0,-8,0 +SeparatorsForLiquidsDecanter +top,0,8,0 +left,8,0,0 +right,-8,0,0 +bottom,0,-8,0 +OneCellFiredHeaterFurnace +left,5,0,50 +right,-5,0,50 +bottom,0,-8,0 +TwoCellFiredHeaterFurnace +left,3,0,66.66 +right,-3,0,66.66 +bottom,0,-8,33.33 +ContinuousDryer +top,0,8,0
\ No newline at end of file |