Bitbybit Docs
    Preparing search index...

    Class ArcEdgeThreePointsDto (Inputs.OCCT)

    Three points for shapes.edge.arcThroughThreePoints, the circular arc that passes through all three.

    Index

    Constructors

    Properties

    Constructors

    Properties

    start: Point3

    The point the arc begins at.

    [0, 0, 0]
    
    middle: Point3

    A point the arc passes through on its way; it fixes the plane and radius.

    [0, 1, 0]
    
    end: Point3

    The point the arc finishes at.

    [0, 0, 1]