Proc Eng Fittings Entities
Blind Disc
- Preview
- Usage
- Definition
import { BlindDisc } from '@dinghy/diagrams/entitiesProcEngFittings'
<BlindDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLIND_DISC } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, BLIND_DISC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.blind_disc2;',
},
_width: 40,
_height: 140,
}
Breakthrough
- Preview
- Usage
- Definition
import { Breakthrough } from '@dinghy/diagrams/entitiesProcEngFittings'
<Breakthrough/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BREAKTHROUGH } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, BREAKTHROUGH)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.breakthrough2;',
},
_width: 38,
_height: 100,
}
Clamped Flange Coupling
- Preview
- Usage
- Definition
import { ClampedFlangeCoupling } from '@dinghy/diagrams/entitiesProcEngFittings'
<ClampedFlangeCoupling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLAMPED_FLANGE_COUPLING } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, CLAMPED_FLANGE_COUPLING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.clamped_flange_coupling;',
},
_width: 50,
_height: 100,
}
Compensator
- Preview
- Usage
- Definition
import { Compensator } from '@dinghy/diagrams/entitiesProcEngFittings'
<Compensator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPENSATOR } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, COMPENSATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.compensator;',
},
_width: 40,
_height: 80,
}
Coupling
- Preview
- Usage
- Definition
import { Coupling } from '@dinghy/diagrams/entitiesProcEngFittings'
<Coupling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COUPLING } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, COUPLING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.coupling;',
},
_width: 50,
_height: 100,
}
Flame Arrestor
- Preview
- Usage
- Definition
import { FlameArrestor } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlameArrestor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flame_arrestor;',
},
_original_width: 100,
_original_height: 100,
}
Flame Arrestor (Detonation-Proof)
- Preview
- Usage
- Definition
import { FlameArrestorDetonationProof } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlameArrestorDetonationProof/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR_DETONATION_PROOF } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR_DETONATION_PROOF)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flame_arrestor_(detonation-proof);',
},
_original_width: 100,
_original_height: 100,
}
Flame Arrestor (Explosion-Proof)
- Preview
- Usage
- Definition
import { FlameArrestorExplosionProof } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlameArrestorExplosionProof/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR_EXPLOSION_PROOF } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR_EXPLOSION_PROOF)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flame_arrestor_(explosion-proof);',
},
_original_width: 100,
_original_height: 100,
}
Flame Arrestor (Fire-Resistant, Detonation-Proof)
- Preview
- Usage
- Definition
import { FlameArrestorFireResistantDetonationProof } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlameArrestorFireResistantDetonationProof/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR_FIRE_RESISTANT_DETONATION_PROOF } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR_FIRE_RESISTANT_DETONATION_PROOF)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flame_arrestor_(fire-resistant,_detonation-proof);',
},
_original_width: 100,
_original_height: 100,
}
Flame Arrestor (Fire-Resistant)
- Preview
- Usage
- Definition
import { FlameArrestorFireResistant } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlameArrestorFireResistant/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR_FIRE_RESISTANT } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR_FIRE_RESISTANT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flame_arrestor_(fire-resistant);',
},
_original_width: 100,
_original_height: 100,
}
Flanged Connection
- Preview
- Usage
- Definition
import { FlangedConnection } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlangedConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLANGED_CONNECTION } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLANGED_CONNECTION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flanged_connection;',
},
_width: 20,
_height: 50,
}
Flanged Dummy Cover
- Preview
- Usage
- Definition
import { FlangedDummyCover } from '@dinghy/diagrams/entitiesProcEngFittings'
<FlangedDummyCover/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLANGED_DUMMY_COVER } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FLANGED_DUMMY_COVER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.flanged_dummy_cover;',
},
_width: 85,
_height: 50,
}
Funnel
- Preview
- Usage
- Definition
import { Funnel } from '@dinghy/diagrams/entitiesProcEngFittings'
<Funnel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUNNEL } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, FUNNEL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.funnel;',
},
_width: 80,
_height: 140,
}
Hose
- Preview
- Usage
- Definition
import { Hose } from '@dinghy/diagrams/entitiesProcEngFittings'
<Hose/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOSE } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, HOSE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.hose;',
},
_width: 180,
_height: 30,
}
Injector
- Preview
- Usage
- Definition
import { Injector } from '@dinghy/diagrams/entitiesProcEngFittings'
<Injector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INJECTOR } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, INJECTOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.injector;',
},
_width: 80,
_height: 40,
}
Interchangeable Disc (Blind Disc)
- Preview
- Usage
- Definition
import { InterchangeableDiscBlindDisc } from '@dinghy/diagrams/entitiesProcEngFittings'
<InterchangeableDiscBlindDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTERCHANGEABLE_DISC_BLIND_DISC } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, INTERCHANGEABLE_DISC_BLIND_DISC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.interchangeable_disc_(blind_disc)2;',
},
_width: 40,
_height: 140,
}
Interchangeable Disc (Open Disc In Function)
- Preview
- Usage
- Definition
import { InterchangeableDiscOpenDiscInFunction } from '@dinghy/diagrams/entitiesProcEngFittings'
<InterchangeableDiscOpenDiscInFunction/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTERCHANGEABLE_DISC_OPEN_DISC_IN_FUNCTION } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, INTERCHANGEABLE_DISC_OPEN_DISC_IN_FUNCTION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.interchangeable_disc_(open_disc_in_function)2;',
},
_width: 40,
_height: 140,
}
Open Disc
- Preview
- Usage
- Definition
import { OpenDisc } from '@dinghy/diagrams/entitiesProcEngFittings'
<OpenDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPEN_DISC } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, OPEN_DISC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.open_disc;',
},
_width: 40,
_height: 140,
}
Orifice Plate
- Preview
- Usage
- Definition
import { OrificePlate } from '@dinghy/diagrams/entitiesProcEngFittings'
<OrificePlate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORIFICE_PLATE } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, ORIFICE_PLATE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.orifice_plate2;',
},
_width: 40,
_height: 140,
}
Reducer
- Preview
- Usage
- Definition
import { Reducer } from '@dinghy/diagrams/entitiesProcEngFittings'
<Reducer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDUCER } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, REDUCER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.reducer;',
},
_width: 70,
_height: 50,
}
Rupture Disc
- Preview
- Usage
- Definition
import { RuptureDisc } from '@dinghy/diagrams/entitiesProcEngFittings'
<RuptureDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RUPTURE_DISC } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, RUPTURE_DISC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.rupture_disc;',
},
_width: 50,
_height: 100,
}
Self-Operating Release Valve
- Preview
- Usage
- Definition
import { SelfOperatingReleaseValve } from '@dinghy/diagrams/entitiesProcEngFittings'
<SelfOperatingReleaseValve/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SELF_OPERATING_RELEASE_VALVE } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, SELF_OPERATING_RELEASE_VALVE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.self-operating_release_valve2;',
},
_original_width: 105,
_original_height: 105,
}
Silencer
- Preview
- Usage
- Definition
import { Silencer } from '@dinghy/diagrams/entitiesProcEngFittings'
<Silencer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SILENCER } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, SILENCER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.silencer;',
},
_width: 140,
_height: 100,
}
Single Flange
- Preview
- Usage
- Definition
import { SingleFlange } from '@dinghy/diagrams/entitiesProcEngFittings'
<SingleFlange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SINGLE_FLANGE } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, SINGLE_FLANGE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.single_flange;',
},
_width: 5,
_height: 50,
}
Strainer
- Preview
- Usage
- Definition
import { Strainer } from '@dinghy/diagrams/entitiesProcEngFittings'
<Strainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STRAINER } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.strainer;',
},
_width: 40,
_height: 80,
}
Strainer (Cone)
- Preview
- Usage
- Definition
import { StrainerCone } from '@dinghy/diagrams/entitiesProcEngFittings'
<StrainerCone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STRAINER_CONE } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, STRAINER_CONE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.strainer_(cone);',
},
_width: 40,
_height: 80,
}
Vent
- Preview
- Usage
- Definition
import { Vent } from '@dinghy/diagrams/entitiesProcEngFittings'
<Vent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VENT } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, VENT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.vent;',
},
_width: 80,
_height: 140,
}
Viewing Glass
- Preview
- Usage
- Definition
import { ViewingGlass } from '@dinghy/diagrams/entitiesProcEngFittings'
<ViewingGlass/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIEWING_GLASS } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, VIEWING_GLASS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.viewing_glass;',
},
_width: 100,
_height: 50,
}
Viewing Glass (Lighting)
- Preview
- Usage
- Definition
import { ViewingGlassLighting } from '@dinghy/diagrams/entitiesProcEngFittings'
<ViewingGlassLighting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIEWING_GLASS_LIGHTING } from '@dinghy/diagrams/entitiesProcEngFittings'
<Shape
{...props}
_style={extendStyle(props, VIEWING_GLASS_LIGHTING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.fittings.viewing_glass_(lighting);',
},
_original_width: 100,
_original_height: 100,
}