Other Cabinets Entities
Auxiliary Contact (Circuit Breaker)
- Preview
- Usage
- Definition
import { AuxiliaryContactCircuitBreaker } from '@dinghy/diagrams/entitiesCabinets'
<AuxiliaryContactCircuitBreaker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUXILIARY_CONTACT_CIRCUIT_BREAKER } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, AUXILIARY_CONTACT_CIRCUIT_BREAKER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cb_auxiliary_contact;',
},
_width: 4.5,
_height: 50,
}
Auxiliary Contact (Contactor 1-32A)
- Preview
- Usage
- Definition
import { AuxiliaryContactContactor132a } from '@dinghy/diagrams/entitiesCabinets'
<AuxiliaryContactContactor132a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUXILIARY_CONTACT_CONTACTOR_1_32A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, AUXILIARY_CONTACT_CONTACTOR_1_32A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.auxiliary_contact_contactor_1_32a;',
},
_width: 4.5,
_height: 43,
}
Auxiliary Contact (Contactor 32-125A)
- Preview
- Usage
- Definition
import { AuxiliaryContactContactor32125a } from '@dinghy/diagrams/entitiesCabinets'
<AuxiliaryContactContactor32125a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUXILIARY_CONTACT_CONTACTOR_32_125A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, AUXILIARY_CONTACT_CONTACTOR_32_125A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.auxiliary_contact_contactor_32_125a;',
},
_width: 4.5,
_height: 50,
}
Cabinet
- Preview
- Usage
- Definition
import { Cabinet } from '@dinghy/diagrams/entitiesCabinets'
<Cabinet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CABINET } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CABINET)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cabinet;hasStand=1',
},
_width: 250,
_height: 500,
}
Circuit Breaker (1P)
- Preview
- Usage
- Definition
import { CircuitBreaker1p } from '@dinghy/diagrams/entitiesCabinets'
<CircuitBreaker1p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_BREAKER_1P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_BREAKER_1P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cb_1p;',
},
_width: 9,
_height: 50,
}
Circuit Breaker (2P)
- Preview
- Usage
- Definition
import { CircuitBreaker2p } from '@dinghy/diagrams/entitiesCabinets'
<CircuitBreaker2p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_BREAKER_2P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_BREAKER_2P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cb_2p;',
},
_width: 18,
_height: 50,
}
Circuit Breaker (3P)
- Preview
- Usage
- Definition
import { CircuitBreaker3p } from '@dinghy/diagrams/entitiesCabinets'
<CircuitBreaker3p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_BREAKER_3P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_BREAKER_3P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cb_3p;',
},
_width: 27,
_height: 50,
}
Circuit Breaker (4P)
- Preview
- Usage
- Definition
import { CircuitBreaker4p } from '@dinghy/diagrams/entitiesCabinets'
<CircuitBreaker4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_BREAKER_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_BREAKER_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.cb_4p;',
},
_width: 36,
_height: 50,
}
Contactor (1-32A)
- Preview
- Usage
- Definition
import { Contactor132a } from '@dinghy/diagrams/entitiesCabinets'
<Contactor132a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTACTOR_1_32A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CONTACTOR_1_32A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.contactor_1_32a;',
},
_width: 27,
_height: 43,
}
Contactor 125 to 400A
- Preview
- Usage
- Definition
import { Contactor125To400a } from '@dinghy/diagrams/entitiesCabinets'
<Contactor125To400a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTACTOR_125_TO_400A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CONTACTOR_125_TO_400A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.contactor_125_400a;',
},
_width: 55.00000000000001,
_height: 90,
}
Contactor 32 to 125A
- Preview
- Usage
- Definition
import { Contactor32To125a } from '@dinghy/diagrams/entitiesCabinets'
<Contactor32To125a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTACTOR_32_TO_125A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, CONTACTOR_32_TO_125A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.contactor_32_125a;',
},
_width: 30,
_height: 50,
}
Cover Plate
- Preview
- Usage
- Definition
import { CoverPlate } from '@dinghy/diagrams/entitiesCabinets'
<CoverPlate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COVER_PLATE } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, COVER_PLATE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.coverPlate',
},
_width: 220.00000000000003,
_height: 125,
}
Dimension
- Preview
- Usage
- Definition
import { Dimension } from '@dinghy/diagrams/entitiesCabinets'
<Dimension/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIMENSION } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, DIMENSION)}
/>
{
_style: {
entity: 'verticalLabelPosition=middle;dashed=0;shadow=0;html=1;shape=mxgraph.cabinets.dimension;verticalAlign=top;align=center;',
},
_width: 250,
_height: 40,
}
Dimension 2
- Preview
- Usage
- Definition
import { Dimension2 } from '@dinghy/diagrams/entitiesCabinets'
<Dimension2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIMENSION_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, DIMENSION_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=middle;dashed=0;shadow=0;html=1;shape=mxgraph.cabinets.dimensionBottom;verticalAlign=bottom;align=center;',
},
_width: 250,
_height: 40,
}
DIN Rail
- Preview
- Usage
- Definition
import { DinRail } from '@dinghy/diagrams/entitiesCabinets'
<DinRail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIN_RAIL } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, DIN_RAIL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.din_rail;',
},
_width: 500,
_height: 25,
}
Distribution Block 4P 125A 11 Connections
- Preview
- Usage
- Definition
import { DistributionBlock4p125a11Connections } from '@dinghy/diagrams/entitiesCabinets'
<DistributionBlock4p125a11Connections/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISTRIBUTION_BLOCK_4P_125A_11_CONNECTIONS } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, DISTRIBUTION_BLOCK_4P_125A_11_CONNECTIONS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.distribution_block_4p_125a_11_connections;',
},
_width: 100,
_height: 60,
}
Distribution Block 4P 125A 11 Connections 2
- Preview
- Usage
- Definition
import { DistributionBlock4p125a11Connections2 } from '@dinghy/diagrams/entitiesCabinets'
<DistributionBlock4p125a11Connections2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISTRIBUTION_BLOCK_4P_125A_11_CONNECTIONS_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, DISTRIBUTION_BLOCK_4P_125A_11_CONNECTIONS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.distribution_block_4p_125a_11_connections_2;',
},
_width: 100,
_height: 50,
}
MCCB 25-63A 3P
- Preview
- Usage
- Definition
import { Mccb2563a3p } from '@dinghy/diagrams/entitiesCabinets'
<Mccb2563a3p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MCCB_25_63A_3P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MCCB_25_63A_3P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.mccb_25_63a_3p;',
},
_width: 60,
_height: 90,
}
MCCB 25-63A 4P
- Preview
- Usage
- Definition
import { Mccb2563a4p } from '@dinghy/diagrams/entitiesCabinets'
<Mccb2563a4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MCCB_25_63A_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MCCB_25_63A_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.mccb_25_63a_4p;',
},
_original_width: 80,
_original_height: 90,
}
MCCB 63-250A 3P
- Preview
- Usage
- Definition
import { Mccb63250a3p } from '@dinghy/diagrams/entitiesCabinets'
<Mccb63250a3p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MCCB_63_250A_3P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MCCB_63_250A_3P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.mccb_63_250a_3p;',
},
_width: 70,
_height: 105,
}
MCCB 63-250A 4P
- Preview
- Usage
- Definition
import { Mccb63250a4p } from '@dinghy/diagrams/entitiesCabinets'
<Mccb63250a4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MCCB_63_250A_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MCCB_63_250A_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.mccb_63_250a_4p;',
},
_width: 95,
_height: 105,
}
Motor Circuit Breaker 1-32A
- Preview
- Usage
- Definition
import { MotorCircuitBreaker132a } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker132a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_1_32A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_1_32A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_cb_1_32a;',
},
_width: 27,
_height: 43,
}
Motor Circuit Breaker 1-32A 2
- Preview
- Usage
- Definition
import { MotorCircuitBreaker132a2 } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker132a2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_1_32A_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_1_32A_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_starter_1_32a;',
},
_width: 27,
_height: 43,
}
Motor Circuit Breaker 125-400A
- Preview
- Usage
- Definition
import { MotorCircuitBreaker125400a } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker125400a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_125_400A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_125_400A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_cb_125_400a;',
},
_width: 55.00000000000001,
_height: 90,
}
Motor Circuit Breaker 125-400A 2
- Preview
- Usage
- Definition
import { MotorCircuitBreaker125400a2 } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker125400a2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_125_400A_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_125_400A_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_starter_125_400a;',
},
_width: 55.00000000000001,
_height: 90,
}
Motor Circuit Breaker 32-125A
- Preview
- Usage
- Definition
import { MotorCircuitBreaker32125a } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker32125a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_32_125A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_32_125A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_cb_32_125a;',
},
_width: 30,
_height: 50,
}
Motor Circuit Breaker 32-125A 2
- Preview
- Usage
- Definition
import { MotorCircuitBreaker32125a2 } from '@dinghy/diagrams/entitiesCabinets'
<MotorCircuitBreaker32125a2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_CIRCUIT_BREAKER_32_125A_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_CIRCUIT_BREAKER_32_125A_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_starter_32_125a;',
},
_width: 30,
_height: 50,
}
Motor Protection CB
- Preview
- Usage
- Definition
import { MotorProtectionCb } from '@dinghy/diagrams/entitiesCabinets'
<MotorProtectionCb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_PROTECTION_CB } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTOR_PROTECTION_CB)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motor_protection_cb;',
},
_width: 27,
_height: 50,
}
Motorized Switch 3P
- Preview
- Usage
- Definition
import { MotorizedSwitch3p } from '@dinghy/diagrams/entitiesCabinets'
<MotorizedSwitch3p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTORIZED_SWITCH_3P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTORIZED_SWITCH_3P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motorized_switch_3p;',
},
_original_width: 85,
_original_height: 70,
}
Motorized Switch 4P
- Preview
- Usage
- Definition
import { MotorizedSwitch4p } from '@dinghy/diagrams/entitiesCabinets'
<MotorizedSwitch4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTORIZED_SWITCH_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, MOTORIZED_SWITCH_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.motorized_switch_4p;',
},
_width: 100,
_height: 70,
}
Overcurrent Relay 1-32A
- Preview
- Usage
- Definition
import { OvercurrentRelay132a } from '@dinghy/diagrams/entitiesCabinets'
<OvercurrentRelay132a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OVERCURRENT_RELAY_1_32A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, OVERCURRENT_RELAY_1_32A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.overcurrent_relay_1_32a;',
},
_width: 27,
_height: 15,
}
Overcurrent Relay 125-400A
- Preview
- Usage
- Definition
import { OvercurrentRelay125400a } from '@dinghy/diagrams/entitiesCabinets'
<OvercurrentRelay125400a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OVERCURRENT_RELAY_125_400A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, OVERCURRENT_RELAY_125_400A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.overcurrent_relay_125_400a;',
},
_width: 55.00000000000001,
_height: 30,
}
Overcurrent Relay 32-125A
- Preview
- Usage
- Definition
import { OvercurrentRelay32125a } from '@dinghy/diagrams/entitiesCabinets'
<OvercurrentRelay32125a/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OVERCURRENT_RELAY_32_125A } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, OVERCURRENT_RELAY_32_125A)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.overcurrent_relay_32_125a;',
},
_width: 30,
_height: 16.5,
}
Panel Wiring System 25x40mm
- Preview
- Usage
- Definition
import { PanelWiringSystem25x40mm } from '@dinghy/diagrams/entitiesCabinets'
<PanelWiringSystem25x40mm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PANEL_WIRING_SYSTEM_25X40MM } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, PANEL_WIRING_SYSTEM_25X40MM)}
/>
{
_style: {
entity: 'shape=rect;dashed=0;shadow=0;html=1;whiteSpace=wrap;',
},
_width: 220.00000000000003,
_height: 12.5,
}
Panel Wiring System 25x40mm (Vertical)
- Preview
- Usage
- Definition
import { PanelWiringSystem25x40mmVertical } from '@dinghy/diagrams/entitiesCabinets'
<PanelWiringSystem25x40mmVertical/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PANEL_WIRING_SYSTEM_25X40MM_VERTICAL } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, PANEL_WIRING_SYSTEM_25X40MM_VERTICAL)}
/>
{
_style: {
entity: 'shape=rect;dashed=0;shadow=0;html=1;whiteSpace=wrap;direction=south;horizontal=0;',
},
_width: 12.5,
_height: 350,
}
Plugin Relay
- Preview
- Usage
- Definition
import { PluginRelay } from '@dinghy/diagrams/entitiesCabinets'
<PluginRelay/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLUGIN_RELAY } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, PLUGIN_RELAY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.plugin_relay_1;',
},
_width: 3,
_height: 40,
}
Plugin Relay 2
- Preview
- Usage
- Definition
import { PluginRelay2 } from '@dinghy/diagrams/entitiesCabinets'
<PluginRelay2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLUGIN_RELAY_2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, PLUGIN_RELAY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.plugin_relay_2;',
},
_width: 12,
_height: 40,
}
Residual Current Device 2p
- Preview
- Usage
- Definition
import { ResidualCurrentDevice2p } from '@dinghy/diagrams/entitiesCabinets'
<ResidualCurrentDevice2p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESIDUAL_CURRENT_DEVICE_2P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, RESIDUAL_CURRENT_DEVICE_2P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.residual_current_device_2p;',
},
_width: 18,
_height: 50,
}
Residual Current Device 4p
- Preview
- Usage
- Definition
import { ResidualCurrentDevice4p } from '@dinghy/diagrams/entitiesCabinets'
<ResidualCurrentDevice4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESIDUAL_CURRENT_DEVICE_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, RESIDUAL_CURRENT_DEVICE_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.residual_current_device_4p;',
},
_width: 36,
_height: 50,
}
Surge Protection 1p
- Preview
- Usage
- Definition
import { SurgeProtection1p } from '@dinghy/diagrams/entitiesCabinets'
<SurgeProtection1p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTION_1P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTION_1P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.surge_protection_1p;',
},
_width: 9,
_height: 50,
}
Surge Protection 2p
- Preview
- Usage
- Definition
import { SurgeProtection2p } from '@dinghy/diagrams/entitiesCabinets'
<SurgeProtection2p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTION_2P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTION_2P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.surge_protection_2p;',
},
_width: 18,
_height: 50,
}
Surge Protection 3p
- Preview
- Usage
- Definition
import { SurgeProtection3p } from '@dinghy/diagrams/entitiesCabinets'
<SurgeProtection3p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTION_3P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTION_3P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.surge_protection_3p;',
},
_width: 27,
_height: 50,
}
Surge Protection 4p
- Preview
- Usage
- Definition
import { SurgeProtection4p } from '@dinghy/diagrams/entitiesCabinets'
<SurgeProtection4p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTION_4P } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTION_4P)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.surge_protection_4p;',
},
_width: 36,
_height: 50,
}
Terminal 4-6mm2
- Preview
- Usage
- Definition
import { Terminal46mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal46mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_4_6MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_4_6MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_4_6mm2;',
},
_width: 2.5,
_height: 30,
}
Terminal 4-6mm2 x10
- Preview
- Usage
- Definition
import { Terminal46mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal46mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_4_6MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_4_6MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_4_6mm2_x10;',
},
_width: 25,
_height: 30,
}
Terminal 40mm2
- Preview
- Usage
- Definition
import { Terminal40mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal40mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_40MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_40MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_40mm2;',
},
_width: 11,
_height: 50,
}
Terminal 40mm2 x10
- Preview
- Usage
- Definition
import { Terminal40mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal40mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_40MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_40MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_40mm2_x10;',
},
_width: 110.00000000000001,
_height: 50,
}
Terminal 4mm2
- Preview
- Usage
- Definition
import { Terminal4mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal4mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_4MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_4MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_4mm2;',
},
_width: 2.5,
_height: 25,
}
Terminal 4mm2 x10
- Preview
- Usage
- Definition
import { Terminal4mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal4mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_4MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_4MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_4mm2_x10;',
},
_original_width: 25,
_original_height: 25,
}
Terminal 50mm2
- Preview
- Usage
- Definition
import { Terminal50mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal50mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_50MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_50MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_50mm2;',
},
_width: 12.5,
_height: 55.00000000000001,
}
Terminal 50mm2 x10
- Preview
- Usage
- Definition
import { Terminal50mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal50mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_50MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_50MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_50mm2_x10;',
},
_width: 125,
_height: 55.00000000000001,
}
Terminal 6-25mm2
- Preview
- Usage
- Definition
import { Terminal625mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal625mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_6_25MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_6_25MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_6_25mm2;',
},
_width: 5,
_height: 37.5,
}
Terminal 6-25mm2 x10
- Preview
- Usage
- Definition
import { Terminal625mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal625mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_6_25MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_6_25MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_6_25mm2_x10;',
},
_width: 50,
_height: 37.5,
}
Terminal 75mm2
- Preview
- Usage
- Definition
import { Terminal75mm2 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal75mm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_75MM2 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_75MM2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_75mm2;',
},
_width: 15,
_height: 70,
}
Terminal 75mm2 x10
- Preview
- Usage
- Definition
import { Terminal75mm2X10 } from '@dinghy/diagrams/entitiesCabinets'
<Terminal75mm2X10/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_75MM2_X10 } from '@dinghy/diagrams/entitiesCabinets'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_75MM2_X10)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;dashed=0;shadow=0;html=1;align=center;verticalAlign=top;shape=mxgraph.cabinets.terminal_75mm2_x10;',
},
_width: 150,
_height: 70,
}