Bitbybit Docs
    Preparing search index...

    Class Scale3DShapesDto<T> (Inputs.OCCT)

    Shapes and one factor triple and center each for transforms.scale3dShapes; all the lists must have the same length.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shapes: T[]

    The shapes to scale.

    undefined
    
    scales: Vector3[]

    One set of X, Y and Z factors per shape.

    [[1, 1, 1]]
    
    centers: Point3[]

    One point per shape that stays in place while it scales.

    [[0, 0, 0]]