setAngle abstract method
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);