setAngle abstract method

bool setAngle(
  1. double angle
)

Sets rotation angle in degrees (around the placement axis used by the engine). Returns true if the operation is successful, false otherwise.

Example:

bool angleOk = m.setAngle(45.0);
print("Model setAngle: $angleOk");

Implementation

bool setAngle(double angle);