Skip to main content

revolve()

Revolves the last sketch 360 degrees around an axis.

Returns: Revolve

tip

See the guide for detailed usage examples.

Signatures

revolve(axisLike: AxisLike, target?: SceneObject): Revolve

Revolves the last sketch 360 degrees around an axis.

ParameterTypeDescription
axisLikeAxisLikeThe axis to revolve around
targetSceneObjectThe sketch to revolve (optional)

revolve(axisLike: AxisLike, angle: number, target?: SceneObject): Revolve

Revolves the last sketch by a given angle around an axis.

ParameterTypeDescription
axisLikeAxisLikeThe axis to revolve around
anglenumberThe sweep angle in degrees
targetSceneObjectThe sketch to revolve (optional)