Cross Section Feature Classes

This group contains the feature classes for cross section templates. They store the geometry components that are used to display cross sections in the map.

Note: Use the Electric Explorer to create and edit cross section templates. Do not modify these forms directly.

Use the Display Manager to style the cross section components.

Feature class Type Table name and description
CS Origin Point geometry

EL_CS_ORIGIN. Stores the origin point of the cross section.

Related table: EL_SEGMENT. The cross section is related to a segment (EL_SEGMENT.FID).

CS Duct Point geometry

EL_CS_DUCT. Stores the points that represent ducts in the cross section.

Related tables: EL_CS_ORIGIN, EL_SEGMENT_DUCT, EL_SNAPPOINT. The duct is related to the cross section (EL_CS_ORIGIN.FID).
CS Conductor Point geometry

EL_CS_CONDUCTOR. Stores the points that represent the conductors in a cross section.

Related tables: EL_CS_ORIGIN, EL_CS_DUCT, EL_SEGMENT_CONDUCTOR, EL_SNAPPOINT. The conductor is related to the cross section (EL_CS_ORIGIN.FID).

CS Decoration Point, polygon, or line geometry

EL_CS_DECORATION. Stores style information for the cross section, for example, a border line.

The cross section decoration is related to the cross section (EL_CS_ORIGIN.FID).

CS Decoration L Line geometry

EL_CS_DECORATION_L. Stores the line that leads from the cross section origin to the segment. This line is created automatically when you place a cross section that is offset from a segment.

The decoration line is related to the cross section (EL_CS_ORIGIN.FID).

Snap point Point geometry

EL_SNAPPOINT. Stores the snap point locations for the cross sections.

Snap points are related to the cross section (EL_CS_ORIGIN.FID).