Merge branch 'main' into bim-cleanup-license
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user