Entity.Rotate (Double, Vector3D) Method

Rotates the entity around an arbitray axis by the specified angle.
Public Sub Rotate( _ 
ByVal angleInRadians As Double, _ 
ByVal axis As Vector3D
)
This language is not supported or no code example is available.
public void Rotate( 
double angleInRadians
Vector3D axis 
)
This language is not supported or no code example is available.

Parameters

angleInRadians
double

The angle in radians

axis
Vector3D

The rotation axis

Remarks
 
You need to call EntityList.Regen to see the effect of this command.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition