# Scale 1D

### <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FIBhMiRq6mhu3Hd64AYmv%2FG4_05_TRANSFORMATION_SCALE_1D.png?alt=media&#x26;token=a5e14ae9-cce4-4063-96a6-7ff135475be9" alt="" data-size="line"> Scale 1D <a href="#profiles" id="profiles"></a>

The Scale1D command changes the size of selected objects in one direction.

#### **Steps**

1. Select objects.
2. Pick a base point, or press Enter to use the center of the bounding box of all selected objects as the base point.
3. Type the scale factor and a direction, or pick two reference points.

   Typing 0 for the scale factor flattens the object in the picked direction.

   The objects expand or contract in the single direction specified, without expanding the objects in the other directions.

   When scaling by dragging, the scale factor becomes the default next time the Scale1D command is used.

#### Command-line options

**Copy:** Specifies whether or not the objects are copied. A plus sign ![](https://docs.mcneel.com/rhino/8/help/en-us/image/icons/copyplus.png) appears at the cursor when copy mode is on.

The RememberCopyOptions command determines whether the selected option is used as the default.

**Rigid:** Specifies that individual objects will not be deformed as they are transformed.

* **Yes:** Individual objects will not change, only their positions will change.
* **No:** Individual objects are transformed as well as their positions.

**SubCrv**: Type subcrv to select part of a curve as input.

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


---

# 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/transform/scale/scale/scale-1d.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.
