# 3D

## Concept

In the case of a component that can have 3D properties, in addition to the 2D Dimension property,
It can have several additional properties that can express the volume.

- Z-coordinate: Position on the Z-axis coordinate
- Depth: In addition to the width x height on the two-dimensional coordinates, it can have the depth property on the Z-axis.
- X-axis rotation: rotation angle on the X-axis - PITCH
- Y-axis rotation: rotation angle on the Y-axis - ROLL
- Z-axis rotation: Rotation angle on the Z-axis (same meaning as rotation angle on a two-dimensional plane) - YAW

## uses

3D properties are utilized when each component is contained in a 3D container.
A representative 3D container is Visualizer.
