Merge branch 'main' into bim-cleanup-license
This commit is contained in:
@@ -28,14 +28,21 @@ __title__ = "FreeCAD Arch Truss"
|
||||
__author__ = "Yorik van Havre"
|
||||
__url__ = "https://www.freecad.org"
|
||||
|
||||
## @package ArchTruss
|
||||
# \ingroup ARCH
|
||||
# \brief The Truss object and tools
|
||||
#
|
||||
# This module provides tools to build Truss objects.
|
||||
|
||||
import math
|
||||
|
||||
import FreeCAD
|
||||
import ArchComponent
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
from PySide.QtCore import QT_TRANSLATE_NOOP
|
||||
import FreeCADGui
|
||||
from draftutils.translate import translate
|
||||
from PySide.QtCore import QT_TRANSLATE_NOOP
|
||||
else:
|
||||
# \cond
|
||||
def translate(ctxt,txt):
|
||||
@@ -44,12 +51,6 @@ else:
|
||||
return txt
|
||||
# \endcond
|
||||
|
||||
## @package ArchTruss
|
||||
# \ingroup ARCH
|
||||
# \brief The Truss object and tools
|
||||
#
|
||||
# This module provides tools to build Truss objects.
|
||||
|
||||
rodmodes = ("/|/|/|",
|
||||
"/\\/\\/\\",
|
||||
"/|\\|/|\\",
|
||||
|
||||
Reference in New Issue
Block a user