Skip to content

M_Rhino_Geometry_Circle_Rotate_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Circle.Rotate Method (Double, Vector3d, Point3d)

Rotates the circle through a given angle.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Rotate(
	double angle,
	Vector3d axis,
	Point3d point
)

VB

Public Function Rotate ( 
	angle As Double,
	axis As Vector3d,
	point As Point3d
) As Boolean

Parameters

 

angle
Type: System.Double
Angle (in radians) of the rotation.
axis
Type: Rhino.Geometry.Vector3d
Rotation axis.
point
Type: Rhino.Geometry.Point3d
Rotation anchor point.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Rotate Overload
Rhino.Geometry Namespace

Clone this wiki locally