Skip to content

Rotation Angles

Class full path: StdReinfShapeBuilder.RotationAngles.RotationAngles

Implementation of the rotation angles class

The rotation angles are used for the transformation of the reinforcement shape from/to the local/global coordinate system

Attributes

angle_x property

Get the x angle

angle_y property

Get the y angle

angle_z property

Get the y angle

Functions

__init__(angle_x, angle_y, angle_z)

Set the model angles

angle_x Rotation (degree) around the local x axis to

get the global/local x/y/z coordinates of the shape

        angle_y    Rotation (degree) around the local y axis to
                   get the global/local x/y/z coordinates of the shape
        angle_z    Rotation (degree) around the local z axis to
                   get the global/local x/y/z coordinates of the shape

change_rotation()

Get RotationAngles with the changed direction

Return: rotation matrix

get_rotation_matrix()

Get the rotation matrix

Return: rotation matrix