Bitbybit Docs
    Preparing search index...

    Class RotationExtrudeDto<T> (Inputs.OCCT)

    用于 operations.rotatedExtrude 的平面轮廓、高度和扭转,它在沿 Y 向上拉伸轮廓的同时转动它。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalheight: number
      • Optionalangle: number
      • OptionalmakeSolid: boolean

      Returns RotationExtrudeDto<T>

    Properties

    shape: T

    要拉伸的平面轮廓,一个位于地面上的线框或面。

    undefined
    
    height: number

    轮廓沿 Y 拉伸多远,以模型单位表示。

    1
    

    0

    Infinity

    0.1

    angle: number

    轮廓在整个高度上绕 Y 轴转动多少,以度为单位。

    360
    

    0

    360

    1

    makeSolid: boolean

    为 true 时,面轮廓得到闭合实体;为 false 时结果是壳体。

    true