[Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material

This commit is contained in:
brothermechanic 2023-06-24 13:54:49 +00:00 committed by Igor Brylyov
parent 9fa936cfba
commit 839ce36c70
19 changed files with 891 additions and 351 deletions

View file

@ -10,14 +10,16 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#DESCRIPTION.
# Simple FreeCAD's object test for manifold mawater-tight surface.
'''
DESCRIPTION.
Simple FreeCAD's object test for manifold mawater-tight surface.
'''
__version__ = '0.2'
import FreeCAD
def is_object_solid(obj):
"""If obj is solid return True"""
'''If obj is solid return True'''
if not isinstance(obj, FreeCAD.DocumentObject):
return False