Bitbybit Docs
    Preparing search index...

    Class RevolveDto<T> (Inputs.Manifold)

    用于 crossSection.operations.revolve 的横截面和旋转设置,它将横截面旋转成实体。

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • OptionalcrossSection: T
      • OptionalrevolveDegrees: number
      • OptionalmatchProfile: boolean
      • OptionalcircularSegments: number

      Returns Bit.Inputs.Manifold.RevolveDto<T>

    Properties

    crossSection: T

    要旋转的平面轮廓;只使用 X 正侧的部分。

    revolveDegrees: number

    旋转多少,以度为单位;360 得到完整一圈。

    360
    

    0

    Infinity

    1

    matchProfile: boolean

    为 true 时,结果被转回以保持轮廓的朝向;为 false 时它按内核生成的方式沿 Z 竖立。

    true
    
    circularSegments: number

    旋转一周有多少分段;越多越圆。

    32
    

    0

    Infinity

    1