Files
kompas3d-mcp/docs/Kompas3D_SDK/guides/autobuilding.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

27 lines
1.1 KiB
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.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AutoBuilding - Автоопределение"
type: guide
api: [api7]
domain: [3d]
tags: [guide, api7, 3d, autobuilding]
sources:
- autobuilding_autobuilding.html
---
*API интерфейсов. Версия 7 > Документ 3D  > Поверхности  > Интерфейс ISurfaceContainer  > ISurfaceContainer - свойства  > Интерфейс IPlane3D  > IPlane3D - свойства  > Интерфейс IPlane3DNormalToSurface  > IPlane3DNormalToSurface - свойства *
Тип данных: BOOL
Синтаксис Automation:
```
AutoBuilding = Object.AutoBuilding Получить свойство (* )
Object.AutoBuilding = AutoBuilding Установить свойство (* )
AutoBuilding = Object.GetAutoBuilding() Получить свойство (**)
Object.SetAutoBuilding( AutoBuilding ) Установить свойство (**)
```
Синтаксис COM:
```
Object.get_AutoBuilding( &AutoBuilding ) Получить свойство
Object.put_AutoBuilding( AutoBuilding ) Установить свойство
КOMPAS v24
```