Bitbybit Docs
    Preparing search index...

    Type Alias Line3 (Inputs.Base)

    A finite straight line in space, named as start and end. The named form, as opposed to Segment3 which is a pair of points; different APIs prefer different shapes.

    type Line3 = {
        start: Point3;
        end: Point3;
    }
    Index

    Properties

    Properties

    start: Point3
    end: Point3