CartesianPoint2D
Note: There is a newer version of this specification see VEC 2.2.0
A CartesianPoint2D is a point that is defined by its coordinates in a rectangular two-dimensional Cartesian coordinate system.
General Information
| Attribute | Value |
|---|---|
| Owner | geo_2d |
| Applied Stereotype | |
| Base Classifier | ExtendableElement |
| Is Abstract | false |
| Derived Classifiers |
Attributes
| Name | Type | Mult. | Description | Owning Classifier |
|---|---|---|---|---|
| x | Double | 1 | Specifies the value of x-coordinate of the Cartesian point. The unit of this value is the baseUnit of containing BuildingBlockSpecification2D. | CartesianPoint2D |
| y | Double | 1 | 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 End | Other End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
| cartesianPoint | 1 | N | Y | N | GeometryNode2D | 0..* | References the CartesianPoint2D where the GeometryNode2D is located. |
| cartesianPoint | 0..* | Y | Y | N | BuildingBlockSpecification2D | 0..1 | Specifies the CartesianPoint2Ds that are used in the BuildingBlockSpecification2D. |
| cartesianPoint | 0..* | Y | Y | N | NetViewSpecification | 0..1 | Specifies all the CartesianPoint2Ds that are used within the NetViewSpecification. |
| cartesianPoint | 0..* | Y | Y | N | ConnectionViewSpecification | 0..1 | Specifies all the CartesianPoint2Ds that are used within the ConnectionViewSpecification. |
| centerPoint | 0..1 | Y | Y | N | BuildingBlockPositioning2D | 0..1 | Specifies the center point of the BuildingBlock in the coordinate system of the harness drawing. |
| controlPoint | 0..* | N | N | Y | PathSegment | 0..* | The ordered list of control points through which the PathSegment goes. |
| origin | 1 | N | Y | N | Transformation2D | 0..* | References the CartesianPoint2D that is the origin of the Transformation2D. |