round(center:radius:thickness:in:)
Creates a round tabletop shape with the specified center, radius, and thickness.
Declaration
static func round(center: Point3D = .zero, radius: Float, thickness: Float, in unit: UnitLength = .meters) -> TabletopShape