Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



beamModel = mdb.models['Cantilever Beam') assigns our model, to the beamMOdel-variable. This is so that in future we do not have to keep referring to it as mdb.models('Cantilever Beam') but can in stead just call it beamModel. Look at the 'create the part' block and notice the statement beamProfileSketch = beamModel .ConstrainedSketch(name= 'Beam CS Profile', sheetSize = S) Don't worry about what it means just yet, I only want to point out that if we did not define the variable beamModel, then the same statement would have to be written as: beamProfileSketch = mdb.models(ccantilever Beam']. ConstrainedSketch (name='Beam CS Profile, sheetSize = S)
If you want to change selection, open document below and click on "Move attachment"

pdf

owner: bian222 - (no access) - PYTHON SCRIPTS FOR ABAQUS.pdf, p90


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.