# Общие вопросы

## Единицы измерения <a href="#dynamo-units" id="dynamo-units"></a>

### Единицы измерения геометрии <a href="#geometry-units" id="geometry-units"></a>

Часто новые пользователи Dynamo задают вопрос: "Вот мы создаем точку по координатам". А в каких единицах она создается? На самом деле здесь все просто - не в каких! Для создания геометрии оно оперирует безразмерными величинами. В дальнейшем, если вы используете геометрические объекты Dynamo для взаимодействия с той или иной программой, все будет зависеть от того, какие единицы измерения у вас стоят именно в том проекте, для которого вы создаете свой скрипт.

<div align="center"><img src="/files/-M6-p0S2vnrXcngg7E2N" alt="Настройка единиц длины в проекте Revit"></div>

К примеру, если взять Dynamo для Revit и создать в нем вот такой небольшой скрипт по генерации линий, то в зависимости от единиц проекта, указанных в графе "Длина", у вас создастся квадрат размером либо 500 мм, либо 500 метров, либо 500 футов и т.д.

![](/files/-M6-o-alCA_8IuEgIcJs)

&#x20;


---

# 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.bimplanet.org/dynamo/dynamo-basics/dynamo-general.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.
