OCCExtrusionSurface.rotate
- OCCExtrusionSurface.rotate(angle, axis=None, point=None)
Rotate the geometry.
- Parameters:
- anglefloat
The angle of rotation in radians.
- axis
compas.geometry.Vector
, optional The axis of rotation. Defaults to the z-axis.
- point
compas.geometry.Point
, optional The base point of the rotation axis. Defaults to the origin.
- Returns:
- None