Bitbybit Docs
    Preparing search index...

    Class EdgeIndexDto<T> (Inputs.OCCT)

    A shape and a position for shapes.edge.getEdge.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalindex: number

      Returns EdgeIndexDto<T>

    Properties

    shape: T

    The shape to pick the edge from.

    undefined
    
    index: number

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

    0
    

    0

    Infinity

    1