Bitbybit Docs
    Preparing search index...

    Class PathCubicSegment (Inputs.OCCT)

    A cubic Bezier segment of a path: two control points shape the curve on its way from the previous point to to.

    Index

    Constructors

    Properties

    Constructors

    Properties

    type: "cubic"

    The segment kind, always cubic.

    cubic
    
    c1: Point2

    The 2D control point that shapes the curve as it leaves the previous point.

    undefined
    
    c2: Point2

    The 2D control point that shapes the curve as it arrives at to.

    undefined
    
    to: Point2

    The 2D point the segment ends at.

    undefined