Bitbybit Docs
    Preparing search index...

    Class ArcEdgeCirclePointAngleDto<T> (Inputs.OCCT)

    A circle edge, a point on it and an angle for shapes.edge.arcFromCirclePointAndAngle, which cuts an arc of that angle from the point.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalcircle: T
      • OptionalalphaAngle: number
      • Optionalsense: boolean

      Returns ArcEdgeCirclePointAngleDto<T>

    Properties

    circle: T

    The circle edge the arc is cut from.

    undefined
    
    point: Point3

    The point on the circle where the arc starts.

    undefined
    
    alphaAngle: number

    How far the arc spans from the point, in degrees.

    90
    

    -Infinity

    Infinity

    1

    sense: boolean

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

    true