Bitbybit Docs
    Preparing search index...

    Class ShapeIndexDto<T> (Inputs.OCCT)

    A shape and a position for shapes.face.getFace, shapes.wire.getWire, shapes.solid.getSolid and the like.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalindex: number

      Returns ShapeIndexDto<T>

    Properties

    shape: T

    The shape to pick from.

    undefined
    
    index: number

    The position of the wanted part, counting from 0 in the order the kernel walks the shape; beyond the last one throws.

    0
    

    0

    Infinity

    1