Bitbybit Docs
    Preparing search index...

    Class ShapeShapesDto<T, U> (Inputs.OCCT)

    A path wire and profile shapes for operations.pipe, and generally one shape with a list of others, as in shapes.wire.addEdgesAndWiresToWire.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionalshapes: U[]

      Returns ShapeShapesDto<T, U>

    Properties

    shape: T

    The main shape: the path wire for a pipe, the wire to extend when adding edges.

    undefined
    
    shapes: U[]

    The other shapes: the profiles placed on the path, or the edges and wires to add.

    undefined