Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VerbCurveCircle

Index

Constructors

constructor

  • Parameters

    • context: Context

    Returns VerbCurveCircle

Methods

center

  • Gets the center point of the circle or an arc

    Parameters

    • inputs: CircleDto

      An arc or a circle Nurbs curve

    Returns number[]

    Point

createArc

  • Creates the arc Nurbs curve

    Parameters

    Returns any

    Arc Nurbs curve

createCircle

  • Creates the circle Nurbs curve

    Parameters

    Returns any

    Circle Nurbs curve

maxAngle

  • Gets the max angle of the arc in degrees

    Parameters

    Returns number

    Max angle in degrees

minAngle

  • Gets the min angle of the arc in degrees

    Parameters

    Returns number

    Min angle in degrees

radius

  • Gets the radius of the circle or an arc

    Parameters

    • inputs: CircleDto

      An arc or a circle Nurbs curve

    Returns number

    Radius

xAxis

  • Gets the x angle of the arc

    Parameters

    Returns number[]

    X axis vector

yAxis

  • Gets the y angle of the arc

    Parameters

    Returns number[]

    Y axis vector

Generated using TypeDoc