7 Standard VariableTypes

7.24 3DCartesianCoordinatesType

This complex VariableType is used for information about positions in 3D space. It reflects the semantic of its DataType, defined in 12.26. The VariableType is formally defined in Table 82.
Table 82 – 3DCartesianCoordinatesType Definition
Attribute | Value |
---|---|
BrowseName | 3DCartesianCoordinatesType |
IsAbstract | False |
ValueRank | Scalar |
DataType | 3DCartesianCoordinates |
Subtype of the CartesianCoordinatesType defined in 7.23
References | NodeClass | BrowseName | DataType | TypeDefinition | Modelling Rule |
---|---|---|---|---|---|
HasComponent | Variable | X | Double | BaseDataVariableType | Mandatory |
HasComponent | Variable | Y | Double | BaseDataVariableType | Mandatory |
HasComponent | Variable | Z | Double | BaseDataVariableType | Mandatory |
Conformance Units | |||||
Base Info Spatial Data |
X, Y and Z reflect the DataType CartesianCoordinates.