Proc Eng Piping Entities
Basket Strainer
- Preview
- Usage
- Definition
import { BasketStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<BasketStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BASKET_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, BASKET_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.basket_strainer;',
},
_original_width: 50,
_original_height: 45,
}
Blank
- Preview
- Usage
- Definition
import { Blank } from '@dinghy/diagrams/entitiesProcEngPiping'
<Blank/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLANK } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, BLANK)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.blank2;',
},
_width: 20,
_height: 60,
}
Breather
- Preview
- Usage
- Definition
import { Breather } from '@dinghy/diagrams/entitiesProcEngPiping'
<Breather/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BREATHER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, BREATHER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.breather;',
},
_width: 50,
_height: 30,
}
Cap
- Preview
- Usage
- Definition
import { Cap } from '@dinghy/diagrams/entitiesProcEngPiping'
<Cap/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAP } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, CAP)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.cap;',
},
_width: 10,
_height: 20,
}
Closed Figure 8 Blind
- Preview
- Usage
- Definition
import { ClosedFigure8Blind } from '@dinghy/diagrams/entitiesProcEngPiping'
<ClosedFigure8Blind/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOSED_FIGURE_8_BLIND } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, CLOSED_FIGURE_8_BLIND)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.closed_figure_8_blind2;',
},
_width: 20,
_height: 80,
}
Concentric Reducer
- Preview
- Usage
- Definition
import { ConcentricReducer } from '@dinghy/diagrams/entitiesProcEngPiping'
<ConcentricReducer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONCENTRIC_REDUCER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, CONCENTRIC_REDUCER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.concentric_reducer;',
},
_original_width: 20,
_original_height: 20,
}
Cone Strainer
- Preview
- Usage
- Definition
import { ConeStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<ConeStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONE_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, CONE_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.cone_strainer;',
},
_original_width: 30,
_original_height: 30,
}
Damper
- Preview
- Usage
- Definition
import { Damper } from '@dinghy/diagrams/entitiesProcEngPiping'
<Damper/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DAMPER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DAMPER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.damper2;',
},
_width: 50,
_height: 20,
}
Desuper Heater
- Preview
- Usage
- Definition
import { DesuperHeater } from '@dinghy/diagrams/entitiesProcEngPiping'
<DesuperHeater/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DESUPER_HEATER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DESUPER_HEATER)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.desuper_heater;',
},
_original_width: 50,
_original_height: 50,
}
Detonation Arrestor
- Preview
- Usage
- Definition
import { DetonationArrestor } from '@dinghy/diagrams/entitiesProcEngPiping'
<DetonationArrestor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DETONATION_ARRESTOR } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DETONATION_ARRESTOR)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.detonation_arrestor;',
},
_width: 50,
_height: 20,
}
Diverter Valve
- Preview
- Usage
- Definition
import { DiverterValve } from '@dinghy/diagrams/entitiesProcEngPiping'
<DiverterValve/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIVERTER_VALVE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DIVERTER_VALVE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.diverter_valve;pointerEvents=1;',
},
_width: 50,
_height: 35,
}
Double Flange
- Preview
- Usage
- Definition
import { DoubleFlange } from '@dinghy/diagrams/entitiesProcEngPiping'
<DoubleFlange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOUBLE_FLANGE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DOUBLE_FLANGE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.double_flange;pointerEvents=1;',
},
_width: 5,
_height: 20,
}
Duplex Strainer
- Preview
- Usage
- Definition
import { DuplexStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<DuplexStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DUPLEX_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, DUPLEX_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.duplex_strainer;',
},
_original_width: 50,
_original_height: 40,
}
Eccentric Reducer
- Preview
- Usage
- Definition
import { EccentricReducer } from '@dinghy/diagrams/entitiesProcEngPiping'
<EccentricReducer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECCENTRIC_REDUCER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, ECCENTRIC_REDUCER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.eccentric_reducer;',
},
_width: 20,
_height: 15,
}
Excess Flow Valve
- Preview
- Usage
- Definition
import { ExcessFlowValve } from '@dinghy/diagrams/entitiesProcEngPiping'
<ExcessFlowValve/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCESS_FLOW_VALVE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, EXCESS_FLOW_VALVE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.excess_flow_valve2;',
},
_width: 50,
_height: 25,
}
Exhaust Head
- Preview
- Usage
- Definition
import { ExhaustHead } from '@dinghy/diagrams/entitiesProcEngPiping'
<ExhaustHead/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXHAUST_HEAD } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, EXHAUST_HEAD)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.exhaust_head;',
},
_original_width: 50,
_original_height: 40,
}
Expansion Joint
- Preview
- Usage
- Definition
import { ExpansionJoint } from '@dinghy/diagrams/entitiesProcEngPiping'
<ExpansionJoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXPANSION_JOINT } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, EXPANSION_JOINT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.expansion_joint;',
},
_width: 50,
_height: 20,
}
Flame Arrestor
- Preview
- Usage
- Definition
import { FlameArrestor } from '@dinghy/diagrams/entitiesProcEngPiping'
<FlameArrestor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLAME_ARRESTOR } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, FLAME_ARRESTOR)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.flame_arrestor;',
},
_width: 50,
_height: 20,
}
Flange
- Preview
- Usage
- Definition
import { Flange } from '@dinghy/diagrams/entitiesProcEngPiping'
<Flange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLANGE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, FLANGE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.flange;pointerEvents=1;',
},
_width: 5,
_height: 20,
}
Flange In
- Preview
- Usage
- Definition
import { FlangeIn } from '@dinghy/diagrams/entitiesProcEngPiping'
<FlangeIn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLANGE_IN } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, FLANGE_IN)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.flange_in;pointerEvents=1;',
},
_width: 10,
_height: 20,
}
Flexible Hose
- Preview
- Usage
- Definition
import { FlexibleHose } from '@dinghy/diagrams/entitiesProcEngPiping'
<FlexibleHose/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLEXIBLE_HOSE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, FLEXIBLE_HOSE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.flexible_hose;pointerEvents=1;',
},
_width: 50,
_height: 25,
}
Hose Connection
- Preview
- Usage
- Definition
import { HoseConnection } from '@dinghy/diagrams/entitiesProcEngPiping'
<HoseConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOSE_CONNECTION } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, HOSE_CONNECTION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.hose_connection;pointerEvents=1;',
},
_original_width: 20,
_original_height: 20,
}
In-Line Mixer
- Preview
- Usage
- Definition
import { InLineMixer } from '@dinghy/diagrams/entitiesProcEngPiping'
<InLineMixer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IN_LINE_MIXER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, IN_LINE_MIXER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.in-line_mixer;',
},
_width: 50,
_height: 10,
}
In-Line Silencer
- Preview
- Usage
- Definition
import { InLineSilencer } from '@dinghy/diagrams/entitiesProcEngPiping'
<InLineSilencer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IN_LINE_SILENCER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, IN_LINE_SILENCER)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.in-line_silencer;',
},
_width: 50,
_height: 20,
}
Open Figure 8 Blind
- Preview
- Usage
- Definition
import { OpenFigure8Blind } from '@dinghy/diagrams/entitiesProcEngPiping'
<OpenFigure8Blind/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPEN_FIGURE_8_BLIND } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, OPEN_FIGURE_8_BLIND)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.open_figure_8_blind2;',
},
_width: 20,
_height: 80,
}
Orifice (Quick Change)
- Preview
- Usage
- Definition
import { OrificeQuickChange } from '@dinghy/diagrams/entitiesProcEngPiping'
<OrificeQuickChange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORIFICE_QUICK_CHANGE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, ORIFICE_QUICK_CHANGE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.orifice_(quick_change);',
},
_width: 10,
_height: 50,
}
Plug
- Preview
- Usage
- Definition
import { Plug } from '@dinghy/diagrams/entitiesProcEngPiping'
<Plug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLUG } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, PLUG)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.plug;',
},
_original_width: 10,
_original_height: 10,
}
Pulsation Dampener
- Preview
- Usage
- Definition
import { PulsationDampener } from '@dinghy/diagrams/entitiesProcEngPiping'
<PulsationDampener/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PULSATION_DAMPENER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, PULSATION_DAMPENER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.pulsation_dampener;',
},
_width: 50,
_height: 150,
}
Removable Spool
- Preview
- Usage
- Definition
import { RemovableSpool } from '@dinghy/diagrams/entitiesProcEngPiping'
<RemovableSpool/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REMOVABLE_SPOOL } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, REMOVABLE_SPOOL)}
/>
{
_style: {
entity: 'verticalAlign=bottom;pointerEvents=1;dashed=0;shape=mxgraph.pid.piping.removable_spool;html=1;overflow=fill;',
},
_width: 50,
_height: 30,
}
Rotary Valve
- Preview
- Usage
- Definition
import { RotaryValve } from '@dinghy/diagrams/entitiesProcEngPiping'
<RotaryValve/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROTARY_VALVE } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, ROTARY_VALVE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.rotary_valve;pointerEvents=1;',
},
_width: 50,
_height: 20,
}
Spacer
- Preview
- Usage
- Definition
import { Spacer } from '@dinghy/diagrams/entitiesProcEngPiping'
<Spacer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPACER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, SPACER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.spacer;',
},
_width: 20,
_height: 60,
}
Steam Trap
- Preview
- Usage
- Definition
import { SteamTrap } from '@dinghy/diagrams/entitiesProcEngPiping'
<SteamTrap/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STEAM_TRAP } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, STEAM_TRAP)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.steam_trap;',
},
_original_width: 50,
_original_height: 50,
}
T-Type Strainer
- Preview
- Usage
- Definition
import { TTypeStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<TTypeStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { T_TYPE_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, T_TYPE_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.t-type_strainer;',
},
_width: 20,
_height: 35,
}
Temporary Strainer
- Preview
- Usage
- Definition
import { TemporaryStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<TemporaryStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEMPORARY_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, TEMPORARY_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.temporary_strainer;',
},
_original_width: 30,
_original_height: 30,
}
Vent Silencer
- Preview
- Usage
- Definition
import { VentSilencer } from '@dinghy/diagrams/entitiesProcEngPiping'
<VentSilencer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VENT_SILENCER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, VENT_SILENCER)}
/>
{
_style: {
entity: 'html=1;dashed=0;outlineConnect=0;align=center;shape=mxgraph.pid.piping.vent_silencer;',
},
_width: 20,
_height: 80,
}
Welded Connection
- Preview
- Usage
- Definition
import { WeldedConnection } from '@dinghy/diagrams/entitiesProcEngPiping'
<WeldedConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WELDED_CONNECTION } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, WELDED_CONNECTION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.welded_connection2;',
},
_width: 50,
_height: 20,
}
Y-Type Strainer
- Preview
- Usage
- Definition
import { YTypeStrainer } from '@dinghy/diagrams/entitiesProcEngPiping'
<YTypeStrainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { Y_TYPE_STRAINER } from '@dinghy/diagrams/entitiesProcEngPiping'
<Shape
{...props}
_style={extendStyle(props, Y_TYPE_STRAINER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.piping.y-type_strainer;pointerEvents=1;',
},
_width: 50,
_height: 35,
}