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

Attribute Value
Owner geo_3d
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 BuildingBlockSpecification3D.

CartesianPoint3D
y Double 1

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

CartesianPoint3D
z Double 1

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

CartesianPoint3D

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
cartesianPoint 1 N Y N GeometryNode3D 0..* References the CartesianPoint3D where the GeometryNode3D is located.
cartesianPoint 0..* Y Y N LocalGeometrySpecification 0..1

All CartesianPoint3Ds that are used in this LocalGeometrySpecification. All CartesianPoint3Ds are defined in relation to the coordinate system of the component.

cartesianPoint 0..* Y Y N BuildingBlockSpecification3D 0..1 Specifies the CartesianPoint3Ds that are used in the BuildingBlockSpecification3D.
cartesianPoint 1 N Y N LocalPosition 0..*
cartesianPoint3D 1 N Y N NURBSControlPoint 0..*

The CartesionPoint3D that defines the position of this NURBSControlPoint. 

insertionPosition 0..1 Y Y N CavityPositionDetail 1

The position of the center of the cavity in the entrance surface of the connector during the insertion process.

origin 1 N Y N Transformation3D 0..* Specifies the coordinates of the translation.
Previous