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

    Class TBeamProfileSolidDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

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

      Returns TBeamProfileSolidDto

    Properties

    width: number

    Width of the T-beam (flange width)

    2
    

    0

    Infinity

    0.1

    height: number

    Height of the T-beam

    2
    

    0

    Infinity

    0.1

    webThickness: number

    Thickness of the web (vertical part)

    0.2
    

    0

    Infinity

    0.01

    flangeThickness: number

    Thickness of the flange (horizontal part)

    0.3
    

    0

    Infinity

    0.01

    Alignment of the profile origin

    midMid
    
    rotation: number

    Rotation of the T-beam profile in degrees

    0
    

    0

    Infinity

    15

    center: Point3

    Center of the T-beam profile

    [0, 0, 0]
    
    direction: Vector3

    Direction of the T-beam profile

    [0, 1, 0]
    
    extrusionLengthFront: number

    Extrusion length in the forward direction

    1
    

    0

    Infinity

    0.1

    extrusionLengthBack: number

    Extrusion length in the backward direction

    0
    

    0

    Infinity

    0.1