zxVectors
zxVectors: [XYZProps, XYZProps] | undefined
A rotation specified by an array of two vectors [zAxis, xAxis].
- The first vector gives the local z-axis direction; the second determines the local zx-plane.
- A third implied axis is perpendicular to these.
- The implied rotation is
Matrix3d.createRigidFromColumns(zAxis, xAxis, AxisOrder.ZXY)
.
Defined in
- serialization/IModelJsonSchema.ts Line 217
Last Updated: 04 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.