Bitbybit Docs
    Preparing search index...

    Class ShapesDto<T> (Inputs.OCCT)

    A list of shapes for the methods that take several at once, such as shapes.face.getFacesAreas or shapes.wire.getWiresLengths.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]

      Returns ShapesDto<T>

    Properties

    shapes: T[]

    The shapes to work on, in the order the results should come back.

    undefined