Bitbybit Docs
    Preparing search index...

    Class WireAlongParamDto<T> (Inputs.OCCT)

    用于 shapes.face.wireAlongParam 的面、方向和比例,它沿一条参数线在面上绘制一个线框。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalisU: boolean
      • Optionalparam: number

      Returns WireAlongParamDto<T>

    Properties

    shape: T

    绘制线框所在的面。

    undefined
    
    isU: boolean

    为 true 时线框位于固定的 U 处并横跨 V 范围;为 false 时角色互换。

    true
    
    param: number

    线框所在的位置,以固定方向范围的 0 到 1 比例表示。

    0.5
    

    0

    1

    0.1