splinepy.helpme.create.cone#

splinepy.helpme.create.cone(outer_radius, height, inner_radius=None, volumetric=True, angle=360.0, degree=True)[source]#

Creates a cone with circular base.

Parameters:
  • radius (float) – Radius of the base

  • height (float) – Height of the cone

  • volumetric (bool, optional) – Parameter whether surface or volume spline, by default True

  • angle (float) – Rotation angle in degrees, only used for solid model

Returns:

cone – Volumetric or surface NURBS describing a cone

Return type:

NURBS