CartesianPoint3D

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

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

General Information

AttributeValue
Ownergeo_3d
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 BuildingBlockSpecification3D.

CartesianPoint3D
yDouble1

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

CartesianPoint3D
zDouble1

Specifies the value of z-coordinate of the Cartesian point. The unit of this value is the baseUnit of containing BuildingBlockSpecification3D.

CartesianPoint3D

Incoming Relations

TypeMult.RoleMult.Description
GeometryNode3D0..*cartesianPoint1References the CartesianPoint3D where the GeometryNode3D is located.
BuildingBlockSpecification3D1cartesianPoint0..*Specifies the CartesianPoint3Ds that are used in the BuildingBlockSpecification3D.
BSplineCurve0..*controlPoint0..*The list of control points for the curve. The list shall contain at least 2 elements.
Transformation3D0..*origin1Specifies the coordinates of the translation.
Previous