xyzVectors
xyzVectors: [XYZProps, XYZProps, XYZProps] | undefined
A local coordinate system specified by an array of three vectors [xAxis, yAxis, zAxis].
- The vectors should have positive length and be linearly independent, but otherwise they are unrestricted.
- This allows skew coordinate systems, left-handed frames, and non-uniform scaling.
- The implied matrix is
Matrix3d.createColumns(xAxis, yAxis, zAxis)
.
Defined in
- serialization/IModelJsonSchema.ts Line 224
Last Updated: 04 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.