M_Rhino_Geometry_Circle_Rotate - mcneel/rhinocommon-api-docs GitHub Wiki
Rotates the circle through a given angle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Rotate(
double angle,
Vector3d axis
)
VB
Public Function Rotate (
angle As Double,
axis As Vector3d
) As Boolean
- angle
- Type: System.Double
Angle (in radians) of the rotation. - axis
- Type: Rhino.Geometry.Vector3d
Rotation axis.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w