GeometrySegment

Note: There is a newer version of this specification see VEC 2.1.0

A GeometrySegment is the geometric representation of a TopologySegment. A TopologySegment may be represented by more than one GeometrySegment. A GeometrySegment is either a GeometrySegment2D or a GeometrySegment3D.

General Information

Attribute Value
Owner topology
Applied Stereotype
Base Classifier ConfigurableElement
Is Abstract true
Derived Classifiers GeometrySegment2D, GeometrySegment3D

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the GeometrySegment. The identification is guaranteed to be unique within the corresponding BuildingBlockSpecification. Over all VEC-documents a GeometrySegment-instance can be trusted to be the same if the BuildingBlockSpecification-instance is the same (see BuildingBlockSpecification) and the identification of the GeometrySegment is the same.

GeometrySegment
aliasId AliasIdentification 0..*

Specifies additional identifiers for the GeometrySegment.

GeometrySegment

Outgoing Relations

Type Role Mult. Mult. Description
TopologySegment referenceSegment 0..1 0..* References the TopologySegment that is represented by the GeometrySegment.
Previous