CartesianPoint2D

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

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
cartesianPoint1NYNGeometryNode2D0..*References the CartesianPoint2D where the GeometryNode2D is located.
cartesianPoint0..*YYNBuildingBlockSpecification2D0..1

Specifies the CartesianPoint2Ds that are used in the BuildingBlockSpecification2D.

cartesianPoint0..*YYNNetViewSpecification0..1Specifies all the CartesianPoint2Ds that are used within the NetViewSpecification.
cartesianPoint0..*YYNConnectionViewSpecification0..1Specifies all the CartesianPoint2Ds that are used within the ConnectionViewSpecification.
centerPoint0..1YYNBuildingBlockPositioning2D0..1Specifies the center point of the BuildingBlock in the coordinate system of the harness drawing.
controlPoint0..*NNYPathSegment0..*The ordered list of control points through which the PathSegment goes.
origin1NYNTransformation2D0..*References the CartesianPoint2D that is the origin of the Transformation2D.
Previous