Proc Eng Centrifuges Entities
Centrifuge (High Speed)
- Preview
- Usage
- Definition
import { CentrifugeHighSpeed } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeHighSpeed/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_HIGH_SPEED } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_HIGH_SPEED)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(high_speed);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 110,
}
Centrifuge (Perforated Shell)
- Preview
- Usage
- Definition
import { CentrifugePerforatedShell } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugePerforatedShell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_PERFORATED_SHELL } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_PERFORATED_SHELL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(perforated_shell);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 110,
}
Centrifuge (Pusher)
- Preview
- Usage
- Definition
import { CentrifugePusher } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugePusher/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_PUSHER } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_PUSHER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(pusher);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 110,
_height: 100,
}
Centrifuge (Screw, Perforated Shell)
- Preview
- Usage
- Definition
import { CentrifugeScrewPerforatedShell } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeScrewPerforatedShell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_SCREW_PERFORATED_SHELL } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_SCREW_PERFORATED_SHELL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(screw,_perforated_shell);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 110,
_height: 100,
}
Centrifuge (Separator Disc)
- Preview
- Usage
- Definition
import { CentrifugeSeparatorDisc } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeSeparatorDisc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_SEPARATOR_DISC } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_SEPARATOR_DISC)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(separator_disc);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 110,
}
Centrifuge (Skimmer)
- Preview
- Usage
- Definition
import { CentrifugeSkimmer } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeSkimmer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_SKIMMER } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_SKIMMER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(skimmer);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 110,
_height: 100,
}
Centrifuge (Solid Shell)
- Preview
- Usage
- Definition
import { CentrifugeSolidShell } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeSolidShell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_SOLID_SHELL } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_SOLID_SHELL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge_(solid_shell);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 110,
}
Centrifuge, Decanter (Screw, Solid Shell)
- Preview
- Usage
- Definition
import { CentrifugeDecanterScrewSolidShell } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<CentrifugeDecanterScrewSolidShell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRIFUGE_DECANTER_SCREW_SOLID_SHELL } from '@dinghy/diagrams/entitiesProcEngCentrifuges'
<Shape
{...props}
_style={extendStyle(props, CENTRIFUGE_DECANTER_SCREW_SOLID_SHELL)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.centrifuges.centrifuge,_decanter_(screw,_solid_shell);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 110,
_height: 100,
}