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

    Class RoundedCuboidCentersDto

    Index

    Constructors

    • Parameters

      • Optionalcenters: Point3[]
      • OptionalroundRadius: number
      • Optionalwidth: number
      • Optionallength: number
      • Optionalheight: number
      • Optionalsegments: number

      Returns RoundedCuboidCentersDto

    Properties

    centers: Point3[]

    Center coordinates of the cuboids

    undefined
    
    roundRadius: number

    Radius for rounding edges

    0.1
    

    0

    Infinity

    0.1

    width: number

    Width of the cuboids

    1
    

    0

    Infinity

    0.1

    length: number

    Length of the cuboids

    1
    

    0

    Infinity

    0.1

    height: number

    Height of the cuboids

    1
    

    0

    Infinity

    0.1

    segments: number

    Segments of rounded edges

    24
    

    0

    Infinity

    1