bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class RoundedCuboidDto

    Index

    Constructors

    • Parameters

      • Optionalcenter: Point3
      • OptionalroundRadius: number
      • Optionalwidth: number
      • Optionallength: number
      • Optionalheight: number
      • Optionalsegments: number

      Returns RoundedCuboidDto

    Properties

    center: Point3

    Center coordinates of the cubod

    [0, 0, 0]
    
    roundRadius: number

    Radius for rounding edges

    0.1
    

    0

    Infinity

    0.1

    width: number

    Width of the cuboid

    1
    

    0

    Infinity

    0.1

    length: number

    Length of the cuboid

    1
    

    0

    Infinity

    0.1

    height: number

    Height of the cuboid

    1
    

    0

    Infinity

    0.1

    segments: number

    Segments of rounded edges

    24
    

    0

    Infinity

    1