Bitbybit Docs
    Preparing search index...

    Class WireAlongParamDto<T> (Inputs.OCCT)

    A face, a direction and a fraction for shapes.face.wireAlongParam, which draws a wire across the face along one parameter line.

    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

    The face the wire is drawn on.

    undefined
    
    isU: boolean

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

    true
    
    param: number

    Where the wire sits, as a fraction from 0 to 1 of the fixed direction's range.

    0.5
    

    0

    1

    0.1