CompositeTransform3D.RotationZ Property

Definition

Gets or sets the angle in degrees of counterclockwise rotation around the z-axis.

public:
 property double RotationZ { double get(); void set(double value); };
double RotationZ();

void RotationZ(double value);
public double RotationZ { get; set; }
var double = compositeTransform3D.rotationZ;
compositeTransform3D.rotationZ = double;
Public Property RotationZ As Double

Property Value

Double

double

The angle of rotation around the z-axis, given in degrees in a counterclockwise direction. The default value is 0 degrees.

Applies to