M_Rhino_Geometry_Circle_Rotate_3 - mcneel/rhinocommon-api-docs GitHub Wiki

Circle.Rotate Method (Double, Double, Vector3d, Point3d)

Rotates the circle around an axis that starts at the provided point.

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

Syntax

C#

public bool Rotate(
	double sinAngle,
	double cosAngle,
	Vector3d axis,
	Point3d point
)

VB

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

Parameters

 

sinAngle
Type: System.Double
The value returned by Math.Sin(angle) to compose the rotation.
cosAngle
Type: System.Double
The value returned by Math.Cos(angle) to compose the rotation.
axis
Type: Rhino.Geometry.Vector3d
A rotation direction.
point
Type: Rhino.Geometry.Point3d
A rotation base 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

⚠️ **GitHub.com Fallback** ⚠️