# Divide Surface Along Creases

## <img src="/files/QIBUJTLueyEnlgyNY5Wr" alt="" data-size="line"> Divide Surface Along Creases

The DivideAlongCreases command creates a polysurface by dividing a surface into separate parts at kinks or tangents.

Creased surfaces are divided into smooth pieces joined in a polysurface. Creased surfaces within a polysurface are divided and joined within that polysurface.

### Command-line options

**SplitAtTangents**: Divides surfaces at tangent locations.

**SplitAtKinks**: Divides surfaces at kinks

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/dividealongcreases.htm#\(null\)).


---

# 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.rhinoartisan.com/commands/surface/divide-surface-along-creases.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.
