Bitbybit Docs
    Preparing search index...

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

    A shape, some of its edges and one radius profile shared by all of them for fillets.filletEdgesSameVariableRadius.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • OptionalradiusList: number[]
      • OptionalparamsU: number[]

      Returns FilletEdgesSameVariableRadiusDto<T, U>

    Properties

    shape: T

    The shape the edges belong to.

    undefined
    
    edges: U[]

    The edges to round, all with the same radius profile.

    undefined
    
    radiusList: number[]

    The radius in model units at each position in paramsU; the lists must have the same length.

    undefined
    
    paramsU: number[]

    Positions along each edge as fractions from 0 at its start to 1 at its end, one per radius.

    undefined