mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-12 10:54:33 +05:00
11 lines
137 B
Python
11 lines
137 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import logging
|
||
|
myStudy = None
|
||
|
|
||
|
def initEtude():
|
||
|
"""
|
||
|
creation nouvelle etude salome
|
||
|
"""
|
||
|
import geomsmesh
|