Skip to content

ResultBeam - integration parameters #365

Closed Answered by heetrojivadiya
jlemeriel asked this question in Q&A
Discussion options

You must be logged in to vote

Hii @jlemeriel,

the integration_parameters is used for other three types of result beam integration. But you can define include or exclude objects (surfaces, solids, members) with help of params as dictionary. You may check required keys of dictionary for those parameters in below sample code:

from RFEM.initModel import Model, ConvertToDlString
from RFEM.enums import MemberResultBeamIntegration
from RFEM.BasicObjects.member import Member

Model(False, 'Demo1')

parameters = {'result_beam_include_all_surfaces': True,
              'result_beam_include_all_solids': True,
              'result_beam_include_all_members': False,                 # for custom members set False
              'res…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jlemeriel
Comment options

@heetrojivadiya
Comment options

@jlemeriel
Comment options

@heetrojivadiya
Comment options

@jlemeriel
Comment options

Answer selected by heetrojivadiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants