Proc Eng Crushers Grinding Entities
Crusher
- Preview
- Usage
- Definition
import { Crusher } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Crusher/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher;',
},
_width: 100,
_height: 60,
}
Crusher (Cone)
- Preview
- Usage
- Definition
import { CrusherCone } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrusherCone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER_CONE } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER_CONE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher_(cone);',
},
_width: 100,
_height: 60,
}
Crusher (Hammer)
- Preview
- Usage
- Definition
import { CrusherHammer } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrusherHammer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER_HAMMER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER_HAMMER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher_(hammer);',
},
_width: 100,
_height: 60,
}
Crusher (Impact)
- Preview
- Usage
- Definition
import { CrusherImpact } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrusherImpact/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER_IMPACT } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER_IMPACT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher_(impact);',
},
_width: 100,
_height: 60,
}
Crusher (Jaw)
- Preview
- Usage
- Definition
import { CrusherJaw } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrusherJaw/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER_JAW } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER_JAW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher_(jaw);',
},
_width: 100,
_height: 60,
}
Crusher (Roller)
- Preview
- Usage
- Definition
import { CrusherRoller } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrusherRoller/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHER_ROLLER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHER_ROLLER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crusher_(roller);',
},
_width: 100,
_height: 60,
}
Crushing, Grinding Machine
- Preview
- Usage
- Definition
import { CrushingGrindingMachine } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<CrushingGrindingMachine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRUSHING_GRINDING_MACHINE } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, CRUSHING_GRINDING_MACHINE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.crushing,_grinding_machine;',
},
_width: 100,
_height: 60,
}
Mill (Roller)
- Preview
- Usage
- Definition
import { MillRoller } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<MillRoller/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILL_ROLLER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, MILL_ROLLER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.mill_(roller);',
},
_width: 100,
_height: 60,
}
Mill (Vibration)
- Preview
- Usage
- Definition
import { MillVibration } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<MillVibration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILL_VIBRATION } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, MILL_VIBRATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.mill_(vibration)2;',
},
_width: 100,
_height: 60,
}
Mill, Pulverizer
- Preview
- Usage
- Definition
import { MillPulverizer } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<MillPulverizer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILL_PULVERIZER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, MILL_PULVERIZER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.mill,_pulverizer;',
},
_width: 100,
_height: 60,
}
Mill, Pulverizer (Hammer)
- Preview
- Usage
- Definition
import { MillPulverizerHammer } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<MillPulverizerHammer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILL_PULVERIZER_HAMMER } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, MILL_PULVERIZER_HAMMER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.mill,_pulverizer_(hammer);',
},
_width: 100,
_height: 60,
}
Mill, Pulverizer (Impact)
- Preview
- Usage
- Definition
import { MillPulverizerImpact } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<MillPulverizerImpact/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILL_PULVERIZER_IMPACT } from '@dinghy/diagrams/entitiesProcEngCrushersGrinding'
<Shape
{...props}
_style={extendStyle(props, MILL_PULVERIZER_IMPACT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;align=center;dashed=0;html=1;verticalAlign=top;shape=mxgraph.pid.crushers_grinding.mill,_pulverizer_(impact);',
},
_width: 100,
_height: 60,
}