Bitbybit Docs
    Preparing search index...

    Class ArcEdgeTwoPointsTangentDto (Inputs.OCCT)

    Two points and a starting direction for shapes.edge.arcThroughTwoPointsAndTangent, a circular arc between the points.

    Index

    Constructors

    Properties

    Constructors

    Properties

    start: Point3

    The point the arc begins at, where the tangent applies.

    [0, 0, 0]
    
    tangentVec: Vector3

    The direction the arc leaves the start point in; it fixes the plane and radius of the arc.

    [0, 1, 0]
    
    end: Point3

    The point the arc finishes at.

    [0, 0, 1]