FreeCAD

Форк
0
37 строк · 2.2 Кб
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
# /**************************************************************************
3
#                                                                           *
4
#    Copyright (c) 2023 Ondsel <development@ondsel.com>                     *
5
#                                                                           *
6
#    This file is part of FreeCAD.                                          *
7
#                                                                           *
8
#    FreeCAD is free software: you can redistribute it and/or modify it     *
9
#    under the terms of the GNU Lesser General Public License as            *
10
#    published by the Free Software Foundation, either version 2.1 of the   *
11
#    License, or (at your option) any later version.                        *
12
#                                                                           *
13
#    FreeCAD is distributed in the hope that it will be useful, but         *
14
#    WITHOUT ANY WARRANTY; without even the implied warranty of             *
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU       *
16
#    Lesser General Public License for more details.                        *
17
#                                                                           *
18
#    You should have received a copy of the GNU Lesser General Public       *
19
#    License along with FreeCAD. If not, see                                *
20
#    <https://www.gnu.org/licenses/>.                                       *
21
#                                                                           *
22
# **************************************************************************/
23

24
# Get the Parameter Group of this module
25
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Assembly")
26

27
# Set the needed information
28
ParGrp.SetString("HelpIndex", "Assembly/Help/index.html")
29
ParGrp.SetString("WorkBenchName", "Assembly")
30
ParGrp.SetString("WorkBenchModule", "AssemblyWorkbench.py")
31

32
FreeCAD.__unit_test__ += ["TestAssemblyWorkbench"]
33

34
# This adds a custom import type to the FreeCAD import dialog.
35
# The correct format for assembly interoperability is a research topic. ASMT is a placeholder.
36
FreeCAD.addImportType("Assembly Format (*.asmt *.ASMT)", "AssemblyImport")
37
# FreeCAD.addExportType()
38

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.