Model.xyplotreadengineeringcurve#
- Model.xyplotreadengineeringcurve(filename)#
Reads in stress/strain information for HyperForm.
- Parameters:
filename (hwString) – The full path and file name for the file containing the stress/strain information.
Example#
Read stress / strain data from path C:/mydata / curveDat.txt#import hm import hm.entities as ent model = hm.Model() model.xyplotreadengineeringcurve(filename="C:/mydata/curveDat.txt")