Proc Eng Pumps DIN Entities
Centrifugal
- Preview
- Usage
- Definition
import { Centrifugal } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Centrifugal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.centrifugal;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Diaphragm
- Preview
- Usage
- Definition
import { Diaphragm } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Diaphragm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIAPHRAGM } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, DIAPHRAGM)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.diaphragm;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Eccentric Worm
- Preview
- Usage
- Definition
import { EccentricWorm } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<EccentricWorm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECCENTRIC_WORM } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, ECCENTRIC_WORM)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.eccentric_worm;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Electromagnetic
- Preview
- Usage
- Definition
import { Electromagnetic } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Electromagnetic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELECTROMAGNETIC } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, ELECTROMAGNETIC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.electromagnetic;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Gear
- Preview
- Usage
- Definition
import { Gear } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Gear/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GEAR } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, GEAR)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.gear;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Hydraulic
- Preview
- Usage
- Definition
import { Hydraulic } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Hydraulic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HYDRAULIC } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, HYDRAULIC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.hydraulic;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Liquid Jet
- Preview
- Usage
- Definition
import { LiquidJet } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<LiquidJet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIQUID_JET } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, LIQUID_JET)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.liquid_jet;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Reciprocating
- Preview
- Usage
- Definition
import { Reciprocating } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Reciprocating/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RECIPROCATING } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, RECIPROCATING)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.reciprocating;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Rotary Piston
- Preview
- Usage
- Definition
import { RotaryPiston } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<RotaryPiston/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROTARY_PISTON } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, ROTARY_PISTON)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.rotary_piston;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Screw
- Preview
- Usage
- Definition
import { Screw } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Screw/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCREW } from '@dinghy/diagrams/entitiesProcEngPumpsDin'
<Shape
{...props}
_style={extendStyle(props, SCREW)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.pumps_-_din.screw;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}