Bitbybit Docs
    Preparing search index...

    Class DivideDto<T> (Inputs.OCCT)

    用于 divideWireByParamsToPointsdivideEdgeByEqualDistanceToPoints 及其在 shapes.wireshapes.edge 中的同类方法的线框或边以及分段数。

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnrOfDivisions: number
      • OptionalremoveStartPoint: boolean
      • OptionalremoveEndPoint: boolean

      Returns DivideDto<T>

    Properties

    shape: T

    要沿其放置点的线框或边。

    undefined
    
    nrOfDivisions?: number

    将曲线分成多少段;放置的点比这多一个,包括两端。

    10
    

    1

    Infinity

    1

    removeStartPoint?: boolean

    为 true 时,省略起点处的点。

    false
    
    removeEndPoint?: boolean

    为 true 时,省略终点处的点。

    false