Proc Eng Pumps ISO Entities
Jet Pump (Liquid)
- Preview
- Usage
- Definition
import { JetPumpLiquid } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<JetPumpLiquid/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JET_PUMP_LIQUID } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, JET_PUMP_LIQUID)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.jet_pump_(liquid);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Centrifugal)
- Preview
- Usage
- Definition
import { PumpCentrifugal } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpCentrifugal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_CENTRIFUGAL } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_CENTRIFUGAL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(centrifugal);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Diaphragm)
- Preview
- Usage
- Definition
import { PumpDiaphragm } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpDiaphragm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_DIAPHRAGM } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_DIAPHRAGM)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(diaphragm);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Gear)
- Preview
- Usage
- Definition
import { PumpGear } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpGear/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_GEAR } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_GEAR)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(gear);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Liquid)
- Preview
- Usage
- Definition
import { PumpLiquid } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpLiquid/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_LIQUID } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_LIQUID)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(liquid);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Positive Displacement)
- Preview
- Usage
- Definition
import { PumpPositiveDisplacement } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpPositiveDisplacement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_POSITIVE_DISPLACEMENT } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_POSITIVE_DISPLACEMENT)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(positive_displacement);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Progressive Cavity)
- Preview
- Usage
- Definition
import { PumpProgressiveCavity } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpProgressiveCavity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_PROGRESSIVE_CAVITY } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_PROGRESSIVE_CAVITY)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(progressive_cavity);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Reciprocating Piston)
- Preview
- Usage
- Definition
import { PumpReciprocatingPiston } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpReciprocatingPiston/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_RECIPROCATING_PISTON } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_RECIPROCATING_PISTON)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(reciprocating_piston);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Pump (Screw)
- Preview
- Usage
- Definition
import { PumpScrew } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<PumpScrew/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUMP_SCREW } from '@dinghy/diagrams/entitiesProcEngPumpsIso'
<Shape
{...props}
_style={extendStyle(props, PUMP_SCREW)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_iso.pump_(screw);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}