Bitbybit Docs
    Preparing search index...

    Class ArcEdgeCircleTwoPointsDto<T> (Inputs.OCCT)

    A circle edge and two points on it for shapes.edge.arcFromCircleAndTwoPoints, which cuts the arc between them.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    circle: T

    The circle edge the arc is cut from.

    undefined
    
    start: Point3

    The point on the circle where the arc starts.

    [0, 0, 0]
    
    end: Point3

    The point on the circle where the arc ends.

    [0, 0, 1]
    
    sense: boolean

    Which way round the circle the arc runs from start to end: true follows the circle's own direction, false goes the other way.

    true