# Radial Asphere Surface

Radial Aspheres have a base Conic Surface with radial polynomial terms. There are several ways to specify these terms. There are four coefficient modes in KostaCLOUD: "Even Only", "Odd Only", "Even + Odd" and Arbitrary. By default the Even, Odd, and Even + Odd increment coefficients starting at the 3rd or 4th order coefficient by 1 or 2. There is also a checkbox for enabling the second order coefficient in even mode, although is is not recommended because the Conic Constant should suffice for this purpose. If working in arbitrary coefficient mode, then the user can supply any power that they like including irrational numbers such as pi, or fractional powers. The normalization radius by default is disabled \[i.e. it equals 1], but can be enabled, and set to some normalization radius.

$$
z(x,y) = \frac{r^2}{R \left(1+\sqrt{1-(1+κ)\frac{r^2}{R^2}} \right)} + \sum\_i \text{coeff}*i \cdot \left(\frac{r}{r*\text{norm}}\right)^{\text{order}\_i},\quad r^2 = x^2+y^2
$$

<figure><img src="/files/p22McpS0kKBn95G91OrT" alt=""><figcaption><p>Example of Radial Asphere , where κ=0 and R = 15mm and a single 4th order coefficient 1e-6 with no normalization radius.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kostacloud.com/kostacloud/geometric-surface-types/radial-asphere-surface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
