CartesianPoint2D

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

A CartesianPoint2D is a point that is defined by its coordinates in a rectangular two-dimensional Cartesian coordinate system.

General Information

AttributeValue
Ownergeo_2d
Applied Stereotype
Base ClassifierExtendableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
xDouble1

Specifies the value of x-coordinate of the Cartesian point. The unit of this value is the baseUnit of containing BuildingBlockSpecification2D.

CartesianPoint2D
yDouble1

Specifies the value of y-coordinate of the Cartesian point. The unit of this value is the baseUnit of containing BuildingBlockSpecification2D.

CartesianPoint2D

Incoming Relations

TypeMult.RoleMult.Description
GeometryNode2D0..*cartesianPoint1References the CartesianPoint2D where the GeometryNode2D is located.
BuildingBlockSpecification2D0..1cartesianPoint0..*Specifies the CartesianPoint2Ds that are used in the BuildingBlockSpecification2D.
BuildingBlockPositioning2D0..1centerPoint0..1Specifies the center point of the BuildingBlock in the coordinate system of the harness drawing.
PathSegment0..*controlPoint0..*The ordered list of control points through which the PathSegment goes.
Transformation2D0..*origin1References the CartesianPoint2D that is the origin of the Transformation2D.
Previous