Electrical Transmission Paths Entities
2-Line Bus
- Preview
- Usage
- Definition
import { Component2LineBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component2LineBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_2_LINE_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_2_LINE_BUS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.2_line_bus;',
},
_width: 130,
_height: 25,
}
2-Line Bus Elbow
- Preview
- Usage
- Definition
import { Component2LineBusElbow } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component2LineBusElbow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_2_LINE_BUS_ELBOW } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_2_LINE_BUS_ELBOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.twoLineBusElbow;notch=25;',
},
_original_width: 120,
_original_height: 120,
}
3-Line Bus
- Preview
- Usage
- Definition
import { Component3LineBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component3LineBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3_LINE_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3_LINE_BUS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.3_line_bus;',
},
_width: 130,
_height: 30,
}
3-Line Bus Elbow
- Preview
- Usage
- Definition
import { Component3LineBusElbow } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component3LineBusElbow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3_LINE_BUS_ELBOW } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3_LINE_BUS_ELBOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.threeLineBusElbow;notch=30;',
},
_original_width: 120,
_original_height: 120,
}
4-Line Bus
- Preview
- Usage
- Definition
import { Component4LineBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component4LineBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_4_LINE_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_4_LINE_BUS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.4_line_bus;',
},
_width: 130,
_height: 75,
}
4-Line Bus Elbow
- Preview
- Usage
- Definition
import { Component4LineBusElbow } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component4LineBusElbow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_4_LINE_BUS_ELBOW } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_4_LINE_BUS_ELBOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.fourLineBusElbow;notch=75;',
},
_original_width: 120,
_original_height: 120,
}
8-Line Bus
- Preview
- Usage
- Definition
import { Component8LineBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component8LineBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_8_LINE_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_8_LINE_BUS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.8_line_bus;',
},
_width: 130,
_height: 180,
}
8-Line Bus Elbow
- Preview
- Usage
- Definition
import { Component8LineBusElbow } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Component8LineBusElbow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_8_LINE_BUS_ELBOW } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_8_LINE_BUS_ELBOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.eightLineBusElbow;notch=180;',
},
_original_width: 200,
_original_height: 200,
}
Anticreepage Device
- Preview
- Usage
- Definition
import { AnticreepageDevice } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<AnticreepageDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANTICREEPAGE_DEVICE } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, ANTICREEPAGE_DEVICE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.anticreepage_device;pointerEvents=1;',
},
_width: 130,
_height: 88,
}
Bus Width
- Preview
- Usage
- Definition
import { BusWidth } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<BusWidth/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUS_WIDTH } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, BUS_WIDTH)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.bus_width;pointerEvents=1;',
},
_width: 130,
_height: 156,
}
Cable Group
- Preview
- Usage
- Definition
import { CableGroup } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<CableGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CABLE_GROUP } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, CABLE_GROUP)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.cable_group;pointerEvents=1;',
},
_original_width: 130,
_original_height: 130,
}
Elbow Bus
- Preview
- Usage
- Definition
import { ElbowBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<ElbowBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELBOW_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, ELBOW_BUS)}
/>
{
_style: {
entity: 'html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.bendArrow;dy=15;dx=38;notch=0;arrowHead=55;rounded=0;strokeWidth=1',
},
_original_width: 130,
_original_height: 130,
}
Elbow Bus 2
- Preview
- Usage
- Definition
import { ElbowBus2 } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<ElbowBus2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELBOW_BUS_2 } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, ELBOW_BUS_2)}
/>
{
_style: {
entity: 'html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.bendArrow;dy=15;dx=38;notch=0;arrowHead=55;rounded=0;strokeWidth=1;flipH=1;',
},
_original_width: 130,
_original_height: 130,
}
Line Concentrator
- Preview
- Usage
- Definition
import { LineConcentrator } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<LineConcentrator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINE_CONCENTRATOR } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, LINE_CONCENTRATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.line_concentrator;',
},
_original_width: 130,
_original_height: 130,
}
Line/Cable
- Preview
- Usage
- Definition
import { LineCable } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<LineCable/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINE_CABLE } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, LINE_CABLE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.line_cable;',
},
_width: 130,
_height: 60,
}
Optical Fiber
- Preview
- Usage
- Definition

import { OpticalFiber } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<OpticalFiber/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPTICAL_FIBER } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, OPTICAL_FIBER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.optical_fiber2;',
},
_width: 130,
_height: 80,
}
Overground Enclosure
- Preview
- Usage
- Definition
import { OvergroundEnclosure } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<OvergroundEnclosure/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OVERGROUND_ENCLOSURE } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, OVERGROUND_ENCLOSURE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.overground_enclosure;',
},
_width: 130,
_height: 136,
}
Straight Bus
- Preview
- Usage
- Definition
import { StraightBus } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<StraightBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STRAIGHT_BUS } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, STRAIGHT_BUS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.straightBus;',
},
_width: 90,
_height: 130,
}
Terminal
- Preview
- Usage
- Definition
import { Terminal } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Terminal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, TERMINAL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=ellipse;',
},
_original_width: 10,
_original_height: 10,
}
Terminal 2
- Preview
- Usage
- Definition
import { Terminal2 } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Terminal2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_2 } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=middle;shadow=0;dashed=0;align=center;html=1;verticalAlign=middle;strokeWidth=1;shape=ellipse;fontSize=50;fontStyle=1;perimeter=ellipsePerimeter;whiteSpace=wrap;',
},
_original_width: 130,
_original_height: 130,
}
Terminal 3 Phase
- Preview
- Usage
- Definition
import { Terminal3Phase } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Terminal3Phase/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_3_PHASE } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_3_PHASE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.terminal_3_phase;pointerEvents=1;',
},
_width: 43,
_height: 10,
}
Test Point
- Preview
- Usage
- Definition
import { TestPoint } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<TestPoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEST_POINT } from '@dinghy/diagrams/entitiesElectricalTransmissionPaths'
<Shape
{...props}
_style={extendStyle(props, TEST_POINT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.transmission.testPoint;',
},
_width: 60,
_height: 130,
}