Proc Eng Pumps Entities
Cavity Pump
- Preview
- Usage
- Definition
import { CavityPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<CavityPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAVITY_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, CAVITY_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.cavity_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 123,
_height: 35,
}
Centrifugal Pump 1
- Preview
- Usage
- Definition
import { CentrifugalPump1 } from '@dinghy/diagrams/entitiesProcEngPumps'
<CentrifugalPump1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL_PUMP_1 } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL_PUMP_1)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.centrifugal_pump_1;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 70,
_original_height: 67,
}
Centrifugal Pump 2
- Preview
- Usage
- Definition
import { CentrifugalPump2 } from '@dinghy/diagrams/entitiesProcEngPumps'
<CentrifugalPump2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL_PUMP_2 } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL_PUMP_2)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.centrifugal_pump_2;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 62,
_original_height: 77,
}
Centrifugal Pump 3
- Preview
- Usage
- Definition
import { CentrifugalPump3 } from '@dinghy/diagrams/entitiesProcEngPumps'
<CentrifugalPump3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL_PUMP_3 } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL_PUMP_3)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.centrifugal_pump_3;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 70,
_original_height: 67,
}
Feed Pump
- Preview
- Usage
- Definition
import { FeedPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<FeedPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FEED_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, FEED_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.feed_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 40,
}
Gas Blower
- Preview
- Usage
- Definition
import { GasBlower } from '@dinghy/diagrams/entitiesProcEngPumps'
<GasBlower/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GAS_BLOWER } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, GAS_BLOWER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.gas_blower;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 72,
_original_height: 67,
}
Gas Compressor
- Preview
- Usage
- Definition
import { GasCompressor } from '@dinghy/diagrams/entitiesProcEngPumps'
<GasCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GAS_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, GAS_COMPRESSOR)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.gas_compressor;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 55,
}
Gear Pump
- Preview
- Usage
- Definition

import { GearPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<GearPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GEAR_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, GEAR_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.gear_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 57,
_height: 91,
}
Horizontal Pump
- Preview
- Usage
- Definition
import { HorizontalPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<HorizontalPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HORIZONTAL_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, HORIZONTAL_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.horizontal_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 155,
_height: 111,
}
Injector
- Preview
- Usage
- Definition
import { Injector } from '@dinghy/diagrams/entitiesProcEngPumps'
<Injector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INJECTOR } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, INJECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.injector;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 80,
_height: 40,
}
Peristaltic
- Preview
- Usage
- Definition
import { Peristaltic } from '@dinghy/diagrams/entitiesProcEngPumps'
<Peristaltic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERISTALTIC } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, PERISTALTIC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.peristaltic;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 60,
_original_height: 69,
}
Screw Pump
- Preview
- Usage
- Definition
import { ScrewPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<ScrewPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCREW_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, SCREW_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.screw_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 70,
_original_height: 66,
}
Screw Pump 2
- Preview
- Usage
- Definition
import { ScrewPump2 } from '@dinghy/diagrams/entitiesProcEngPumps'
<ScrewPump2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCREW_PUMP_2 } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, SCREW_PUMP_2)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.screw_pump_2;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 123,
_height: 40,
}
Submersible Pump
- Preview
- Usage
- Definition
import { SubmersiblePump } from '@dinghy/diagrams/entitiesProcEngPumps'
<SubmersiblePump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUBMERSIBLE_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, SUBMERSIBLE_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.submersible_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 103,
_height: 74,
}
Sump Pump
- Preview
- Usage
- Definition
import { SumpPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<SumpPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUMP_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, SUMP_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.sump_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 103,
_height: 186,
}
Turbine
- Preview
- Usage
- Definition
import { Turbine } from '@dinghy/diagrams/entitiesProcEngPumps'
<Turbine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TURBINE } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, TURBINE)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.turbine;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 98,
_height: 60,
}
Vacuum Pump
- Preview
- Usage
- Definition
import { VacuumPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<VacuumPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VACUUM_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, VACUUM_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.vacuum_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 99,
_height: 49,
}
Vertical Pump
- Preview
- Usage
- Definition
import { VerticalPump } from '@dinghy/diagrams/entitiesProcEngPumps'
<VerticalPump/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VERTICAL_PUMP } from '@dinghy/diagrams/entitiesProcEngPumps'
<Shape
{...props}
_style={extendStyle(props, VERTICAL_PUMP)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps.vertical_pump;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 120,
_height: 146,
}