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

    Class HBeamProfileDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalwidth: number
      • Optionalheight: number
      • OptionalwebThickness: number
      • OptionalflangeThickness: number
      • Optionalalignment: basicAlignmentEnum
      • Optionalrotation: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3

      Returns HBeamProfileDto

    Properties

    width: number

    Width of the H-beam (flange width)

    2
    

    0

    Infinity

    0.1

    height: number

    Height of the H-beam

    3
    

    0

    Infinity

    0.1

    webThickness: number

    Thickness of the web (vertical part)

    0.2
    

    0

    Infinity

    0.01

    flangeThickness: number

    Thickness of the flanges (horizontal parts)

    0.3
    

    0

    Infinity

    0.01

    Alignment of the profile origin

    midMid
    
    rotation: number

    Rotation of the H-beam profile in degrees

    0
    

    0

    Infinity

    15

    center: Point3

    Center of the H-beam profile

    [0, 0, 0]
    
    direction: Vector3

    Direction of the H-beam profile

    [0, 1, 0]