Click or drag to resize

SphereRotate Method (Double, Vector3d)

Rotates the sphere about the center point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Rotate(
	double angleRadians,
	Vector3d axisOfRotation
)

Parameters

angleRadians
Type: SystemDouble
Angle of rotation (in radians)
axisOfRotation
Type: Rhino.GeometryVector3d
Rotation axis.

Return Value

Type: Boolean
true on success; false on failure.
See Also