Bitbybit Docs
    Preparing search index...

    Class DivideShapesDto<T> (Inputs.OCCT)

    Wires or edges and a division count for divideWiresByParamsToPoints, divideEdgesByEqualDistanceToPoints and their siblings.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • shapes: T[]
      • OptionalnrOfDivisions: number
      • OptionalremoveStartPoint: boolean
      • OptionalremoveEndPoint: boolean

      Returns DivideShapesDto<T>

    Properties

    shapes: T[]

    The wires or edges to place points along, one list of points per shape.

    undefined
    
    nrOfDivisions: number

    How many steps to divide each curve into; one more point than that is placed, the ends included.

    10
    

    1

    Infinity

    1

    removeStartPoint: boolean

    When true, the point at the start of each curve is left out.

    false
    
    removeEndPoint: boolean

    When true, the point at the end of each curve is left out.

    false