Bitbybit Docs
    Preparing search index...

    Class LinePointsDto (Inputs.Line)

    A line as a plain object: where it starts and where it ends. Also the input of line.create and line.createSegment.

    Index

    Constructors

    Properties

    Constructors

    Properties

    start: Point3

    The first point of the line, where it begins.

    undefined
    
    end: Point3

    The second point of the line, where it finishes; the direction runs from start to end.

    undefined