Bitbybit Docs
    Preparing search index...

    Class WiresAlongParamsDto<T> (Inputs.OCCT)

    A face, a direction and several fractions for shapes.face.wiresAlongParams, which draws one wire across the face per fraction.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalisU: boolean
      • Optionalparams: number[]

      Returns WiresAlongParamsDto<T>

    Properties

    shape: T

    The face the wires are drawn on.

    undefined
    
    isU: boolean

    When true each wire sits at a fixed U and runs across the V range; when false the roles swap.

    true
    
    params: number[]

    Where the wires sit, as fractions from 0 to 1 of the fixed direction's range, one wire each.

    undefined