Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Parameters

    • Optional width: number
    • Optional height: number
    • Optional webThickness: number
    • Optional flangeThickness: number
    • Optional alignment: basicAlignmentEnum
    • Optional rotation: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns IBeamProfileDto

Properties

alignment

Alignment of the profile origin

default

midMid

center

center: Point3

Center of the I-beam profile

default

[0, 0, 0]

direction

direction: Vector3

Direction of the I-beam profile

default

[0, 1, 0]

flangeThickness

flangeThickness: number

Thickness of the flanges (horizontal parts)

default

0.3

minimum

0

maximum

Infinity

step

0.01

height

height: number

Height of the I-beam

default

3

minimum

0

maximum

Infinity

step

0.1

rotation

rotation: number

Rotation of the I-beam profile in degrees

default

0

minimum

0

maximum

Infinity

step

15

webThickness

webThickness: number

Thickness of the web (vertical part)

default

0.2

minimum

0

maximum

Infinity

step

0.01

width

width: number

Width of the I-beam (flange width)

default

2

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc