Bitbybit Docs
    Preparing search index...

    Class ArcEdgeCircleTwoAnglesDto<T> (Inputs.OCCT)

    A circle edge and two angles for shapes.edge.arcFromCircleAndTwoAngles, which cuts the arc between them.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalcircle: T
      • OptionalalphaAngle1: number
      • OptionalalphaAngle2: number
      • Optionalsense: boolean

      Returns ArcEdgeCircleTwoAnglesDto<T>

    Properties

    circle: T

    The circle edge the arc is cut from.

    undefined
    
    alphaAngle1: number

    The angle where the arc starts, in degrees around the circle from its own start.

    0
    

    -Infinity

    Infinity

    1

    alphaAngle2: number

    The angle where the arc ends, in degrees around the circle from its own start.

    90
    

    -Infinity

    Infinity

    1

    sense: boolean

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

    true