bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DxfPathDto

    A path can contain multiple segments of different types (lines, arcs, polylines, circles, splines) Similar to OCCT wires that can combine different edge types

    Index

    Constructors

    Properties

    Constructors

    Properties

    segments: (
        | DxfLineSegmentDto
        | DxfArcSegmentDto
        | DxfCircleSegmentDto
        | DxfPolylineSegmentDto
        | DxfSplineSegmentDto
    )[]

    Array of segments that make up this path Can include lines, arcs, circles, polylines, and splines

    undefined