Files
kompas3d-mcp/docs/Kompas3D_SDK/guides/textalign.md
T
mikhail e1337e4016 feat(sdk-docs): MD-база знаний SDK — в репозиторий; генератор и зеркало убраны
docs/Kompas3D_SDK/ становится каноническим источником справки КОМПАС SDK
и включается в репозиторий (2491 файл, ~14 МБ). HTML-зеркало
docs/KOMPAS_SDK_ru-RU/ (~1.4 ГБ, © АСКОН) и генератор
tools/build_kompas3d_sdk.py больше не нужны — регенерация не предполагается.

- .gitignore: MD-база разблокирована; зеркало остаётся проигнорированным
  (safety-net на случай повторной локальной выгрузки).
- CLAUDE.md / SKILL.md: убраны упоминания регенерации и зеркала.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 20:00:05 +03:00

17 lines
494 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "TextAlign - Типы привязки текста"
type: guide
api: [api7]
domain: [2d]
tags: [guide, api7, 2d, textalign]
sources:
- textalign.html
---
*Структуры параметров и константы > Константы  > Прочие  > 2D *
| txta_Left | 0 | - точка привязки слева |
| --- | --- | --- |
| txta_Center | 1 | - точка привязки в центре |
| txta_Right | 2 | - точка привязки справа |