This tool converts a 2D point to 3D by specifying the unknown coordinate
(usually Z).
It can be used to extract a position from a 2D tool (e.g., a
line finder or a blob), and convert the values to a 3D reference system,
forming a true 3D point. |
Setup
References
- 2D reference - reference for the
incoming 2D point
- 3D reference - reference for
3D coordinates
Point to convert
- X (2D) - 2D X coordinate
- Y (2D) - 2D Y coordinate
- Z (3D) - Z coordinate
Axis size
- Axis visualization length - size of the
displayed resulting 3D axes
Visualisation
Description |
The 3D coordinates as text |
Point |
The incoming point |
Results
Point.x |
The x coordinate |
Point.y |
The y coordinate |
Point.z |
The z coordinate |
|
|