Skip to main content

DesCadBodyTransformation

Information about a transformation of the CAD board.

type DesCadBodyTransformation {
rotationX: Float!
rotationY: Float!
rotationZ: Float!
scaleX: Float!
scaleY: Float!
scaleZ: Float!
translationX: Float!
translationY: Float!
translationZ: Float!
}

Fields

DesCadBodyTransformation.rotationX ● Float! non-null scalar

The rotation around the X axis in degrees.

DesCadBodyTransformation.rotationY ● Float! non-null scalar

The rotation around the Y axis in degrees.

DesCadBodyTransformation.rotationZ ● Float! non-null scalar

The rotation around the Z axis in degrees.

DesCadBodyTransformation.scaleX ● Float! non-null scalar

The scaling factor along the X axis.

DesCadBodyTransformation.scaleY ● Float! non-null scalar

The scaling factor along the Y axis.

DesCadBodyTransformation.scaleZ ● Float! non-null scalar

The scaling factor along the Z axis.

DesCadBodyTransformation.translationX ● Float! non-null scalar

The translation along the X axis.

DesCadBodyTransformation.translationY ● Float! non-null scalar

The translation along the Y axis.

DesCadBodyTransformation.translationZ ● Float! non-null scalar

The translation along the Z axis.