Proc Eng Driers Entities
Drier
- Preview
- Usage
- Definition
import { Drier } from '@dinghy/diagrams/entitiesProcEngDriers'
<Drier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DRIER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, DRIER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.drier;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Drier (Fluidized Bed)
- Preview
- Usage
- Definition
import { DrierFluidizedBed } from '@dinghy/diagrams/entitiesProcEngDriers'
<DrierFluidizedBed/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DRIER_FLUIDIZED_BED } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, DRIER_FLUIDIZED_BED)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.drier_(fluidized_bed);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Drier (Roller Conveyor Belt)
- Preview
- Usage
- Definition
import { DrierRollerConveyorBelt } from '@dinghy/diagrams/entitiesProcEngDriers'
<DrierRollerConveyorBelt/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DRIER_ROLLER_CONVEYOR_BELT } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, DRIER_ROLLER_CONVEYOR_BELT)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.drier_(roller_conveyor_belt);html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Drying Oven, Drying Chamber, Shelf Dryer
- Preview
- Usage
- Definition
import { DryingOvenDryingChamberShelfDryer } from '@dinghy/diagrams/entitiesProcEngDriers'
<DryingOvenDryingChamberShelfDryer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DRYING_OVEN_DRYING_CHAMBER_SHELF_DRYER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, DRYING_OVEN_DRYING_CHAMBER_SHELF_DRYER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.drying_oven,_drying_chamber,_shelf_dryer;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Heat Consumer
- Preview
- Usage
- Definition
import { HeatConsumer } from '@dinghy/diagrams/entitiesProcEngDriers'
<HeatConsumer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEAT_CONSUMER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, HEAT_CONSUMER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.heat_consumer;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_original_width: 100,
_original_height: 100,
}
Rotary Drum Drier, Tumbling Drier
- Preview
- Usage
- Definition
import { RotaryDrumDrierTumblingDrier } from '@dinghy/diagrams/entitiesProcEngDriers'
<RotaryDrumDrierTumblingDrier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROTARY_DRUM_DRIER_TUMBLING_DRIER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, ROTARY_DRUM_DRIER_TUMBLING_DRIER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.rotary_drum_drier,_tumbling_drier;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Spray Drier
- Preview
- Usage
- Definition
import { SprayDrier } from '@dinghy/diagrams/entitiesProcEngDriers'
<SprayDrier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPRAY_DRIER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, SPRAY_DRIER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.spray_drier;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}
Turbo Drier, Disc Drier, Moving Shelf Drier
- Preview
- Usage
- Definition
import { TurboDrierDiscDrierMovingShelfDrier } from '@dinghy/diagrams/entitiesProcEngDriers'
<TurboDrierDiscDrierMovingShelfDrier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TURBO_DRIER_DISC_DRIER_MOVING_SHELF_DRIER } from '@dinghy/diagrams/entitiesProcEngDriers'
<Shape
{...props}
_style={extendStyle(props, TURBO_DRIER_DISC_DRIER_MOVING_SHELF_DRIER)}
/>
{
_style: {
entity: 'shape=mxgraph.pid.driers.turbo_drier,_disc_drier,_moving_shelf_drier;html=1;pointerEvents=1;align=center;verticalLabelPosition=bottom;verticalAlign=top;dashed=0;',
},
_width: 100,
_height: 140,
}