Bitbybit Docs
    Preparing search index...

    Class ExtrudedSolidDto (Inputs.OCCT)

    How far a flat profile is extruded each way along its normal, the part the beam profile solid inputs share.

    Index

    Constructors

    • Parameters

      • OptionalextrusionLengthFront: number
      • OptionalextrusionLengthBack: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3

      Returns ExtrudedSolidDto

    Properties

    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

    center: Point3

    The point the profile is placed at.

    [0, 0, 0]
    
    direction: Vector3

    The normal of the profile's plane, which is the direction of the extrusion.

    [0, 1, 0]