KitchenDraw SDK 2
Show / Hide Table of Contents

Method Rotate

Rotate(double, double, double)

Rotates the selected objects.

Declaration
public void Rotate(double oxyAngle, double oyzAngle = 0, double ozxAngle = 0)
Parameters
Type Name Description
double oxyAngle
double oyzAngle
double ozxAngle
Remarks

All the selected objects are rotated around the same pivot point which is located at the centre of the scene axis aligned bounding box containing all the selected objects.

In this article
Back to top Generated by DocFX