Function absolute_arc

Source
pub async fn absolute_arc(
    args: &Args,
    id: Uuid,
    exec_state: &mut ExecState,
    sketch: Sketch,
    from: Point2d,
    interior_absolute: [TyF64; 2],
    end_absolute: [TyF64; 2],
    tag: Option<Node<TagDeclarator>>,
) -> Result<Sketch, KclError>