Proc Eng Separators Entities
Gravity Separator, Settling Chamber
- Preview
- Usage
- Definition
import { GravitySeparatorSettlingChamber } from '@dinghy/diagrams/entitiesProcEngSeparators'
<GravitySeparatorSettlingChamber/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GRAVITY_SEPARATOR_SETTLING_CHAMBER } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, GRAVITY_SEPARATOR_SETTLING_CHAMBER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.gravity_separator,_settling_chamber2;',
},
_width: 80,
_height: 120,
}
Impact Separator
- Preview
- Usage
- Definition
import { ImpactSeparator } from '@dinghy/diagrams/entitiesProcEngSeparators'
<ImpactSeparator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IMPACT_SEPARATOR } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, IMPACT_SEPARATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.impact_separator;',
},
_width: 80,
_height: 120,
}
Separator (Cyclone)
- Preview
- Usage
- Definition
import { SeparatorCyclone } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorCyclone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_CYCLONE } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_CYCLONE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(cyclone)2;',
},
_width: 80,
_height: 120,
}
Separator (Electromagnetic)
- Preview
- Usage
- Definition
import { SeparatorElectromagnetic } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorElectromagnetic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_ELECTROMAGNETIC } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_ELECTROMAGNETIC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(electromagnetic);',
},
_width: 80,
_height: 120,
}
Separator (Electrostatic Precipitator, Wet)
- Preview
- Usage
- Definition
import { SeparatorElectrostaticPrecipitatorWet } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorElectrostaticPrecipitatorWet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_ELECTROSTATIC_PRECIPITATOR_WET } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_ELECTROSTATIC_PRECIPITATOR_WET)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(electrostatic_precipitator,_wet);',
},
_width: 80,
_height: 120,
}
Separator (Electrostatic Precipitator)
- Preview
- Usage
- Definition
import { SeparatorElectrostaticPrecipitator } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorElectrostaticPrecipitator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_ELECTROSTATIC_PRECIPITATOR } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_ELECTROSTATIC_PRECIPITATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(electrostatic_precipitator);',
},
_width: 80,
_height: 120,
}
Separator (Permanent Magnet)
- Preview
- Usage
- Definition
import { SeparatorPermanentMagnet } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorPermanentMagnet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_PERMANENT_MAGNET } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_PERMANENT_MAGNET)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(permanent_magnet)2;',
},
_width: 80,
_height: 120,
}
Separator (Venturi Scrubber)
- Preview
- Usage
- Definition
import { SeparatorVenturiScrubber } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorVenturiScrubber/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_VENTURI_SCRUBBER } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_VENTURI_SCRUBBER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(venturi_scrubber);',
},
_width: 80,
_height: 120,
}
Separator (Wet Scrubber)
- Preview
- Usage
- Definition
import { SeparatorWetScrubber } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorWetScrubber/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_WET_SCRUBBER } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_WET_SCRUBBER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator_(wet_scrubber)2;',
},
_width: 80,
_height: 120,
}
Separator, Sifter
- Preview
- Usage
- Definition
import { SeparatorSifter } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SeparatorSifter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEPARATOR_SIFTER } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SEPARATOR_SIFTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.separator,_sifter2;',
},
_width: 80,
_height: 120,
}
Solidifier (Closed)
- Preview
- Usage
- Definition
import { SolidifierClosed } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SolidifierClosed/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOLIDIFIER_CLOSED } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SOLIDIFIER_CLOSED)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.solidifier_(closed);',
},
_width: 80,
_height: 120,
}
Solidifier (Open)
- Preview
- Usage
- Definition
import { SolidifierOpen } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SolidifierOpen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOLIDIFIER_OPEN } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SOLIDIFIER_OPEN)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.solidifier_(open);',
},
_width: 80,
_height: 120,
}
Spray Scrubber
- Preview
- Usage
- Definition
import { SprayScrubber } from '@dinghy/diagrams/entitiesProcEngSeparators'
<SprayScrubber/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPRAY_SCRUBBER } from '@dinghy/diagrams/entitiesProcEngSeparators'
<Shape
{...props}
_style={extendStyle(props, SPRAY_SCRUBBER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.separators.spray_scrubber;',
},
_width: 80,
_height: 120,
}