Entity.Rotate (Double, Vector3D, Point3D) Method

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

Parameters

angleInRadians
double

The angle in radians

axis
Vector3D

The rotation axis' direction

center
Point3D

The rotation axis' origin

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