> For the complete documentation index, see [llms.txt](https://docs.kostacloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kostacloud.com/kostacloud/geometric-surface-types/radial-asphere-surface.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
