Bitbybit Docs
    Preparing search index...

    Class ScaleShapesDto<T> (Inputs.OCCT)

    Shapes and one factor each for transforms.scaleShapes; the two lists must have the same length.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalfactors: number[]

      Returns ScaleShapesDto<T>

    Properties

    shapes: T[]

    The shapes to scale; they stay as they are and scaled copies come back in the same order.

    undefined
    
    factors: number[]

    One uniform scale factor per shape, about the origin.

    [1]