@@ -81,11 +81,11 @@ def __new__(cls,
8181 [ObjectTypes .E_OBJECT_TYPE_SURFACES_CONTACT , lambda i : model .clientModel .service .get_surfaces_contact (i ), 'from RFEM.SpecialObjects.surfaceContact import SurfaceContact\n ' , 'SurfaceContact' ],
8282 [ObjectTypes .E_OBJECT_TYPE_RIGID_LINK , lambda i : model .clientModel .service .get_rigid_link (i ), 'from RFEM.SpecialObjects.rigidLink import RigidLink\n ' , 'RigidLink' ],
8383 [ObjectTypes .E_OBJECT_TYPE_RESULT_SECTION , lambda i : model .clientModel .service .get_result_section (i ), 'from RFEM.SpecialObjects.resultSection import ResultSection\n ' , 'ResultSection' ],
84- # nodal_release
84+ [ ObjectTypes . E_OBJECT_TYPE_NODAL_RELEASE , lambda i : model . clientModel . service . get_nodal_release ( i ), 'from RFEM.SpecialObjects.nodalRelease import NodalRelease \n ' , 'NodalRelease' ],
8585 [ObjectTypes .E_OBJECT_TYPE_LINE_RELEASE , lambda i : model .clientModel .service .get_line_release (i ), 'from RFEM.SpecialObjects.lineRelease import LineRelease\n ' , 'LineRelease' ],
86- # surface_release
86+ [ ObjectTypes . E_OBJECT_TYPE_SURFACE_RELEASE , lambda i : model . clientModel . service . get_surface_release ( i ), 'from RFEM.SpecialObjects.surfaceRelease import SurfaceRelease \n ' , 'SurfaceRelease' ],
8787 # blocks
88- # boreholes
88+ [ ObjectTypes . E_OBJECT_TYPE_BOREHOLE , lambda i : model . clientModel . service . get_borehole ( i ), 'from RFEM.SpecialObjects.borehole import Borehole \n ' , 'Borehole' ],
8989 # soil_massif
9090
9191 [ObjectTypes .E_OBJECT_TYPE_NODAL_SUPPORT , lambda i : model .clientModel .service .get_nodal_support (i ), 'from RFEM.TypesForNodes.nodalSupport import NodalSupport\n ' , 'NodalSupport' ],
@@ -121,7 +121,7 @@ def __new__(cls,
121121 [ObjectTypes .E_OBJECT_TYPE_SURFACES_CONTACT , lambda i : model .clientModel .service .get_surfaces_contact (i ), 'from RFEM.SpecialObjects.surfaceContact import SurfaceContact\n ' , 'SurfaceContact' ],
122122
123123 # nodal_release_type
124- [ ObjectTypes . E_OBJECT_TYPE_LINE_RELEASE_TYPE , lambda i : model . clientModel . service . get_line_release_type ( i ), 'from RFEM.SpecialObjects.lineReleaseType import LineReleaseType \n ' , 'LineReleaseType' ],
124+ # line_release_type
125125 # surface_release_ty
126126 [ObjectTypes .E_OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS , lambda i : model .clientModel .service .get_concrete_effective_lengths (i ), 'from RFEM.TypesforConcreteDesign.ConcreteEffectiveLength import ConcreteEffectiveLength\n ' , 'ConcreteEffectiveLength' ],
127127 [ObjectTypes .E_OBJECT_TYPE_CONCRETE_DURABILITY , lambda i : model .clientModel .service .get_concrete_durability (i ), 'from RFEM.TypesforConcreteDesign.ConcreteDurability import ConcreteDurability\n ' , 'ConcreteDurability' ],
0 commit comments