# SelSubDEdges

## <img src="/files/nuxhkc4ZYSmgFkcGT1qU" alt="" data-size="line"> SelSubDEdges <a href="#profiles" id="profiles"></a>

The SelSubDEdges command selects different types of edges on selected SubDs.

### **Steps**

1. Select SubD objects, press Enter.

   The command reports the numbers of different edge types.
2. Sets what types of edges to be selected.

   The command-line only shows the edge types that the selected SubDs have.

### Command-line options

#### **Smooth (Yes/No)**

Specifies whether smooth edges will be selected.

#### **Weighted (Yes/No)**

Specifies whether soft crease edges will be selected.

The SubDCrease command adds soft crease edges to SubDs.

#### **Crease (Yes/No)**

Specifies whether hard crease edges will be selected.

The Crease command adds hard crease edges to SubDs.

#### **Boundary (Yes/No)**

Specifies whether naked edges will be selected.

The MakeSubDFriendly command makes any curves SubD compatible.

&#x20;

<div align="left"><img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/curve_zerocurvature.png" alt=""></div>

* A SubD friendly curve is a degree 3 uniform curve.
* The second control points on both ends are constrained and locked. These points display with the locked object color.
* The first and last three control points are always collinear to maintain zero curvature at both ends.
* Moving or deleting Control Points or Edit Points will not destroy the SubD friendly characteristic.
* SubD creation commands (SubDLoft, SubDSweep1, SubDSweep2...) create a better SubD object from SubD friendly curves.

***

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


---

# 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/subd/selection/selsubdedges.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.
