GenericRefineryStructurePlacementBehavior.xml 448 B

123456789101112131415
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <!-- Gives the users a hint as to where to place this structure -->
  3. <StructurePlacementBehavior xmlns="uri:ea.com:eala:asset"
  4. id="ModuleTag_StructurePlacementBehavior">
  5. <RestrictedAreaShape
  6. Type= "BOX"
  7. MajorRadius = "30.0"
  8. MinorRadius = "45.0"
  9. Height = "5.0" >
  10. <Offset
  11. x = "90.0"
  12. y = "0.0"
  13. z = "0.0" />
  14. </RestrictedAreaShape>
  15. </StructurePlacementBehavior>