# UniverseStructuresStructureIdGetPosition Coordinates of the structure in Cartesian space relative to the Sun, in metres. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **x** | **number** | | [default to undefined] **y** | **number** | | [default to undefined] **z** | **number** | | [default to undefined] ## Example ```typescript import { UniverseStructuresStructureIdGetPosition } from 'eve-esi-client-ts'; const instance: UniverseStructuresStructureIdGetPosition = { x, y, z, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)