Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.roundedbox

Roundedbox object class to manage its properties in the ARENA: Rounded Box Geometry.

Parameters
  • float depth: depth Defaults to '1' (optional)
  • float height: height Defaults to '1' (optional)
  • float radius: radius of edge Defaults to '0.15' (optional)
  • int radiusSegments: segments radius Defaults to '10' (optional)
  • float width: width Defaults to '1' (optional)
Roundedbox(**kwargs)
object_type = 'roundedbox'