Bitbybit Docs
    Preparing search index...

    Class DraftAngleDto<T, U> (Inputs.OCCT)

    用于 draft.draftAngle 的形状、要倾斜的面和拔模设置,它使这些面绕一个中性面形成锥度。

    Type Parameters

    • T
    • U
    Index

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionalfaces: U[]
      • Optionaldirection: Vector3
      • Optionalangle: number
      • OptionalneutralPlaneOrigin: Point3
      • OptionalneutralPlaneDirection: Vector3
      • Optionalflag: boolean

      Returns DraftAngleDto<T, U>

    Properties

    shape: T

    要倾斜其面的实体。

    undefined
    
    faces: U[]

    形状上获得锥度的面。

    undefined
    
    direction: Vector3

    拔模方向,即零件脱离模具的方向;锥度相对它测量。

    [0, 1, 0]
    
    angle: number

    拔模角度,以度为单位。

    5
    

    1

    neutralPlaneOrigin: Point3

    中性面上的一个点,中性面是各面绕其转动时保持不动的平面。

    [0, 0, 0]
    
    neutralPlaneDirection: Vector3

    中性面的法线。

    [0, 0, 1]
    
    flag: boolean

    为 true 时,各面向标准一侧形成锥度;false 则向另一侧。

    true