Proc Eng Flow Sensors Entities
Averging Pitot Tube
- Preview
- Usage
- Definition
import { AvergingPitotTube } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<AvergingPitotTube/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AVERGING_PITOT_TUBE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, AVERGING_PITOT_TUBE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.averging_pitot_tube;',
},
_original_width: 50,
_original_height: 50,
}
Coriolis
- Preview
- Usage
- Definition
import { Coriolis } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Coriolis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CORIOLIS } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, CORIOLIS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.coriolis;',
},
_original_width: 50,
_original_height: 50,
}
Flow Nozzle
- Preview
- Usage
- Definition
import { FlowNozzle } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<FlowNozzle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLOW_NOZZLE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, FLOW_NOZZLE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.flow_nozzle;',
},
_width: 50,
_height: 25,
}
Flume
- Preview
- Usage
- Definition
import { Flume } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Flume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLUME } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, FLUME)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.flume;pointerEvents=1;',
},
_original_width: 50,
_original_height: 50,
}
Magnetic
- Preview
- Usage
- Definition
import { Magnetic } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Magnetic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAGNETIC } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, MAGNETIC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.flow_sensors.magnetic;dashed=0;align=center;html=1;fontSize=25;',
},
_original_width: 50,
_original_height: 50,
}
Pitot Tube
- Preview
- Usage
- Definition
import { PitotTube } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<PitotTube/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PITOT_TUBE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, PITOT_TUBE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.pitot_tube;',
},
_original_width: 50,
_original_height: 50,
}
Positive Displacement
- Preview
- Usage
- Definition
import { PositiveDisplacement } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<PositiveDisplacement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POSITIVE_DISPLACEMENT } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, POSITIVE_DISPLACEMENT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.positive_displacement;',
},
_width: 50,
_height: 30,
}
Rotameter
- Preview
- Usage
- Definition
import { Rotameter } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Rotameter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROTAMETER } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, ROTAMETER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.rotameter;',
},
_width: 75,
_height: 50,
}
Target
- Preview
- Usage
- Definition
import { Target } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Target/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TARGET } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, TARGET)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.target;',
},
_original_width: 50,
_original_height: 50,
}
Turbine
- Preview
- Usage
- Definition
import { Turbine } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Turbine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TURBINE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, TURBINE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.turbine;',
},
_original_width: 50,
_original_height: 50,
}
Ultrasonic
- Preview
- Usage
- Definition
import { Ultrasonic } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Ultrasonic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ULTRASONIC } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, ULTRASONIC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.ultrasonic;',
},
_original_width: 50,
_original_height: 50,
}
V-cone
- Preview
- Usage
- Definition
import { VCone } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<VCone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { V_CONE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, V_CONE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.v-cone;',
},
_original_width: 50,
_original_height: 50,
}
Venturi
- Preview
- Usage
- Definition
import { Venturi } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Venturi/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VENTURI } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, VENTURI)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.venturi;',
},
_original_width: 50,
_original_height: 40,
}
Vortex
- Preview
- Usage
- Definition
import { Vortex } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Vortex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VORTEX } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, VORTEX)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.vortex;',
},
_original_width: 50,
_original_height: 50,
}
Wedge
- Preview
- Usage
- Definition
import { Wedge } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Wedge/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEDGE } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, WEDGE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.wedge;',
},
_original_width: 50,
_original_height: 50,
}
Weir
- Preview
- Usage
- Definition
import { Weir } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Weir/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEIR } from '@dinghy/diagrams/entitiesProcEngFlowSensors'
<Shape
{...props}
_style={extendStyle(props, WEIR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;outlineConnect=0;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.flow_sensors.weir;',
},
_original_width: 50,
_original_height: 50,
}