Transformation.Rotation (Vector3D, Vector3D, Point3D) Method

Creates a new transformation of rotation.
Public Sub Rotation( _ 
ByVal startDir As Vector3D, _ 
ByVal endDir As Vector3D, _ 
ByVal center As Point3D
)
This language is not supported or no code example is available.
public void Rotation( 
Vector3D startDir
Vector3D endDir
Point3D center 
)
This language is not supported or no code example is available.

Parameters

startDir
Vector3D

StartPoint direction

endDir
Vector3D

End direction

center
Point3D

Center point

.NET Framework

Supported in: 4.8

In this article

Definition