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

    Class RoundedCylidnerDto

    Index

    Constructors

    • Parameters

      • Optionalcenter: Point3
      • OptionalroundRadius: number
      • Optionalheight: number
      • Optionalradius: number
      • Optionalsegments: number

      Returns RoundedCylidnerDto

    Properties

    center: Point3

    Center of the cylinder

    [0, 0, 0]
    
    roundRadius: number

    Rounding radius

    0.1
    

    0

    Infinity

    0.1

    height: number

    Height of the cylinder

    1
    

    0

    Infinity

    0.1

    radius: number

    Radius of the cylinder

    1
    

    0

    Infinity

    0.1

    segments: number

    Segment number

    24
    

    0

    Infinity

    1