Segment

A Segment is a distance in the Topology where no intermediate electrical contacts appear. If a Topology contains routed wires, then the wires at the beginning of a Segment have to be the same as in the ending. Every segment has its conditions like length, temperature range, etc.

Segments are a logical construct to describe the physical representation of a wiring harness topology. Therefore a segment is only valid if it has a physical manifestation. Segments with a length of 0 or less do not have a physical manifestation and are therefore not valid.

Additionally the usage of segments with a length of 0 create problems in the overall process. For example the synchronization of 3D / 2D systems becomes harder or even impossible and the handling of wire protections on those segments is also unclear.

General Information

AttributeValue
Owner5_Topology
Applied Stereotype
Base ClassifierChanged_element
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
IdString1

The id specifies the identifier of the Segment.

Segment
Alias_idAlias_identification0..*

The alias_id specifies additional identifiers for the Segment. Example: Segement Ids may vary from one CAD system export to another. Therefore the CAD system Id is improper for Id attribute. Id shall have a value which is unique within the harness. Alias_id may be used for the CAD system Id.

Segment
Start_vectorDouble0..3

The start_vector specifies the tangent of the center curve at the start position. Note: The value can be derived from the center_curve. To avoid that the receiving system has to calculate the value, it can be explicitly specified.

Segment
End_vectorDouble0..3

The end_vector specifies the tangent of the center curve at the end position. Note: The value can be derived from the center_curve. To avoid that the receiving system has to calculate the value, it can be explicitly specified.

Segment
Virtual_lengthNumerical_value0..1

A designed (virtual) length means that the value is derived automatically in a CAD Tool (e.g. from a 3D Geometry).

Segment
Physical_lengthNumerical_value0..1

An adapted (physical) length means that the value is not the exact value taken from the CAD tool, but is adapted in some way. Adapted values are supposed for further use in the process, especially as basis for the product specification. Adapted values are normally created for example by rounding the designed values.

Segment
FormSegment_form0..1

The form specifies information on the geometric shape of the Segment. The following values shall be used: - ‘circular’ - ’noncircular’

Segment

Outgoing Relations

TypeRoleMult.Mult.Description
Cross_section_areaCross_section_area_information0..*1
B_spline_curveCenter_curve0..*1
Processing_instructionProcessing_information0..*1
Fixing_assignmentFixing_assignment0..*1
Protection_areaProtection_area0..*1
NodeStart_node10..*
NodeEnd_node10..*

Incoming Relations

TypeMult.RoleMult.Description
NodeFolding_direction0..1

Defines the direction (Segment) in which this Node will be folded (see Description of Node).

Routing0..*Mandatory_segments0..*

References a list of segments that are mandatory to be visited during the routing process. As a consequence the Segments determined by a routing algorithm shall contain these Mandatory_segments.

KBL_container1Segment0..*
Dimension_specification0..*Segments0..*

Defines an ordered list of segments along which the dimension specification is defined.

Routing0..*Segments0..*

Represents the result of a routing algorithm.

Previous