MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / __init__

Method __init__

src/ifc2ca/templates/salome/scriptSalome.py:41–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40class MODEL:
41 def __init__(self):
42 self.medFilename = med_path
43 self.mesh_size = mesh_size
44 self.tolLoc = 0
45 self.mesh = None
46 self.meshNodes = None
47 self.create()
48
49 def getGroupName(self, name):
50 if "|" in name:

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected