M_Rhino_Geometry_Plane_Rotate - mcneel/rhinocommon-api-docs GitHub Wiki
Rotate the plane about its origin point.
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. - axis
- Type: Rhino.Geometry.Vector3d
Axis of rotation.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w