Circle.Rotate Method (Double, Vector3d, Point3d)

CircleRotate Method (Double, Vector3d, Point3d)

Rotates the circle through a given angle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Rotate(
	double angle,
	Vector3d axis,
	Point3d point
)
Public Function Rotate ( 
	angle As Double,
	axis As Vector3d,
	point As Point3d
) As Boolean

Parameters

angle
Type: SystemDouble
Angle (in radians) of the rotation.
axis
Type: Rhino.GeometryVector3d
Rotation axis.
point
Type: Rhino.GeometryPoint3d
Rotation anchor point.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also