GeometryNode

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

A GeometryNode is the geometric representation of a TopologyNode. A TopologyNode may be represented by more than one GeometryNodes, but only within different BuildingBlockSpecification2D/3D. That means, in a single BuildingBlockSpecification a TopologyNode shall only be represent once (or not).

A GeometryNode is either a GeometryNode2D or a GeometryNode3D.

General Information

Attribute Value
Owner topology
Applied Stereotype
Base Classifier ConfigurableElement
Is Abstract true
Derived Classifiers GeometryNode2D, GeometryNode3D

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

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

GeometryNode
aliasId AliasIdentification 0..*

Specifies additional identifiers for the GeometryNode.

GeometryNode

Outgoing Relations

Type Role Mult. Mult. Description
TopologyNode referenceNode 0..1 0..* References the TopologyNode that is represented by the GeometryNode.
Previous