Entity.Rotate (Double, Point3D, Point3D) Method

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

Parameters

angleInRadians
double

The angle in radians

axisStart
Point3D

The rotation axis' start point

axisEnd
Point3D

The rotation axis' end point

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

.NET Framework

Supported in: 4.8

In this article

Definition