Bitbybit Docs
    Preparing search index...

    Class WiresBetweenStartEndPointsOfWiresAndEdgesDto<T> (Inputs.OCCT)

    Wires or edges and wire options for shapes.wire.createWiresBetweenStartEndPointsOfWiresAndEdges, which joins their start points into one wire and their end points into another.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    shapes: T[]

    Two or more wires or edges, in the order their points are joined.

    undefined
    

    Whether the points are joined with straight segments or with a smooth interpolated curve.

    polyline
    
    closed?: boolean

    When true, each new wire loops back to its first point: a polygon, or a periodic curve for the interpolated kind.

    false
    
    tolerance?: number

    How far the interpolated curve may stray from the points, in model units; unused for polylines.

    1e-7
    

    0

    Infinity

    0.00001