KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Public Attributes | List of all members
kratos_collada.ColladaImporter Class Reference
Collaboration diagram for kratos_collada.ColladaImporter:

Public Member Functions

def __init__ (self, model_part, collada_filename, import_normals=False)
 
def GenerateModelPartElements (self, element_name)
 

Public Attributes

 model_part
 
 collada_filename
 
 import_normals
 here loop over the skins in needed More...
 
 collada_mesh
 

Constructor & Destructor Documentation

◆ __init__()

def kratos_collada.ColladaImporter.__init__ (   self,
  model_part,
  collada_filename,
  import_normals = False 
)

Member Function Documentation

◆ GenerateModelPartElements()

def kratos_collada.ColladaImporter.GenerateModelPartElements (   self,
  element_name 
)

Member Data Documentation

◆ collada_filename

kratos_collada.ColladaImporter.collada_filename

◆ collada_mesh

kratos_collada.ColladaImporter.collada_mesh

◆ import_normals

kratos_collada.ColladaImporter.import_normals

here loop over the skins in needed

following block reads in a collada static file and generates the kratos database

here we shall generate the kratos node for each of those

here generate the conditions print("just before creating the element")

◆ model_part

kratos_collada.ColladaImporter.model_part

The documentation for this class was generated from the following file: