Proc Eng Compressors Entities
AC Air Compressor
- Preview
- Usage
- Definition
import { AcAirCompressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<AcAirCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AC_AIR_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, AC_AIR_COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.ac_air_compressor',
},
_width: 100,
_height: 65,
}
Centrifugal Compressor
- Preview
- Usage
- Definition
import { CentrifugalCompressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<CentrifugalCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL_COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.centrifugal_compressor',
},
_original_width: 70,
_original_height: 70,
}
Centrifugal Compressor - Turbine Driven
- Preview
- Usage
- Definition
import { CentrifugalCompressorTurbineDriven } from '@dinghy/diagrams/entitiesProcEngCompressors'
<CentrifugalCompressorTurbineDriven/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGAL_COMPRESSOR_TURBINE_DRIVEN } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGAL_COMPRESSOR_TURBINE_DRIVEN)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.compressors.centrifugal_compressor_-_turbine_driven;dashed=0;fontSize=8;html=1;overflow=fill;',
},
_width: 100,
_height: 70,
}
Compressor
- Preview
- Usage
- Definition
import { Compressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Compressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.compressor',
},
_original_width: 100,
_original_height: 100,
}
Compressor and Silencers
- Preview
- Usage
- Definition
import { CompressorAndSilencers } from '@dinghy/diagrams/entitiesProcEngCompressors'
<CompressorAndSilencers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPRESSOR_AND_SILENCERS } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, COMPRESSOR_AND_SILENCERS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.compressor_and_silencers;pointerEvents=1',
},
_original_width: 90,
_original_height: 80,
}
Liquid Ring Compressor
- Preview
- Usage
- Definition

import { LiquidRingCompressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<LiquidRingCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIQUID_RING_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, LIQUID_RING_COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.liquid_ring_compressor',
},
_original_width: 90,
_original_height: 90,
}
Reciprocating Compressor
- Preview
- Usage
- Definition
import { ReciprocatingCompressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<ReciprocatingCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RECIPROCATING_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, RECIPROCATING_COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.reciprocating_compressor',
},
_width: 100,
_height: 40,
}
Reciprocating Compressor 2
- Preview
- Usage
- Definition
import { ReciprocatingCompressor2 } from '@dinghy/diagrams/entitiesProcEngCompressors'
<ReciprocatingCompressor2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RECIPROCATING_COMPRESSOR_2 } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, RECIPROCATING_COMPRESSOR_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.reciprocating_compressor_2',
},
_original_width: 50,
_original_height: 65,
}
Rotary Compressor
- Preview
- Usage
- Definition
import { RotaryCompressor } from '@dinghy/diagrams/entitiesProcEngCompressors'
<RotaryCompressor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROTARY_COMPRESSOR } from '@dinghy/diagrams/entitiesProcEngCompressors'
<Shape
{...props}
_style={extendStyle(props, ROTARY_COMPRESSOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;outlineConnect=0;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.compressors.rotary_compressor',
},
_width: 42,
_height: 91,
}