Bitbybit Docs
    Preparing search index...

    Class WiresBetweenStartEndPointsOfWiresAndEdgesDto<T> (Inputs.OCCT)

    用于 shapes.wire.createWiresBetweenStartEndPointsOfWiresAndEdges 的线框或边以及线框选项,它将它们的起点连成一个线框,终点连成另一个。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    shapes: T[]

    两个或更多线框或边,按其点连接的顺序排列。

    undefined
    

    各点是用直线段连接还是用平滑的插值曲线连接。

    polyline
    
    closed?: boolean

    为 true 时,每个新线框回到其第一点:多边形,或插值类型的周期曲线。

    false
    
    tolerance?: number

    插值曲线可以偏离各点的距离,以模型单位表示;折线不使用。

    1e-7
    

    0

    Infinity

    0.00001