Bitbybit Docs
    Preparing search index...

    Class IBeamProfileSolidDto (Inputs.OCCT)

    An I-beam profile and the extrusion lengths for shapes.solid.createIBeamProfileSolid; at least one length must be above 0.

    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 IBeamProfileSolidDto

    Properties

    width: number

    The width of the flanges, in model units.

    2
    

    0

    Infinity

    0.1

    height: number

    The total height of the profile, in model units.

    3
    

    0

    Infinity

    0.1

    webThickness: number

    The thickness of the vertical web, in model units.

    0.2
    

    0

    Infinity

    0.01

    flangeThickness: number

    The thickness of each horizontal flange, in model units.

    0.3
    

    0

    Infinity

    0.01

    Which point of the profile's bounding box sits on center, such as its middle or its top left corner.

    midMid
    
    rotation: number

    How far the profile is turned in its plane, in degrees.

    0
    

    0

    Infinity

    15

    center: Point3

    The point the profile is placed at.

    [0, 0, 0]
    
    direction: Vector3

    The normal of the plane the profile lies in; the default lays it flat on the ground.

    [0, 1, 0]
    
    extrusionLengthFront: number

    How far the profile grows along its normal, in model units.

    1
    

    0

    Infinity

    0.1

    extrusionLengthBack: number

    How far the profile grows against its normal, in model units.

    0
    

    0

    Infinity

    0.1