# OH_Drawing_Point3D ## Overview The **OH_Drawing_Point3D** struct describes a three-dimensional coordinate point. **Since**: 12 **Related module**: [Drawing](_drawing.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | float **x** | X-coordinate.| | float **y** | Y-coordinate.| | float **z** | Z-coordinate.|