Merge branch 'main' into bim-cleanup-license

This commit is contained in:
marcuspollio
2025-04-11 15:13:45 +02:00
committed by GitHub
699 changed files with 6809 additions and 155717 deletions

View File

@@ -24,15 +24,6 @@
"The FreeCAD Arch Vector Rendering Module"
import math
import FreeCAD
import ArchCommands
import DraftVecUtils
import DraftGeomUtils
import Part
from draftutils import params
## @package ArchVRM
# \ingroup ARCH
# \brief The Arch Vector Rendering Module
@@ -42,6 +33,16 @@ from draftutils import params
# It is used by the "Solid" mode of Arch views in TechDraw and Drawing,
# and is called from ArchSectionPlane code.
import math
import FreeCAD
import ArchCommands
import DraftVecUtils
import DraftGeomUtils
import Part
from draftutils import params
MAXLOOP = 10 # the max number of loop before abort
# WARNING: in this module, faces are lists whose first item is the actual OCC face, the