Bitbybit Docs
    Preparing search index...

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

    用于 operations.pipe 的路径线框和轮廓形状,一般而言是一个形状加一列其他形状,如 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

    主形状:管道的路径线框,或添加边时要扩展的线框。

    undefined
    
    shapes: U[]

    其他形状:放置在路径上的轮廓,或要添加的边和线框。

    undefined