Bitbybit Docs
    Preparing search index...

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

    A shape, one of its edges and a radius profile for fillets.filletEdgeVariableRadius; radiusList and paramsU pair up by position.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

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

      Returns FilletEdgeVariableRadiusDto<T, U>

    Properties

    shape: T

    The shape the edge belongs to.

    undefined
    
    edge: U

    The edge to round with a changing radius.

    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 the edge as fractions from 0 at its start to 1 at its end, one per radius.

    undefined