Database.createLoadCurveTable


createLoadCurveTable(name, activationValue, assignmentFactor, [analysisName], [forceID])

Creates user defined load curve with tabular input. Use addTableRow for each data pair in curve.

namestringLoad curve name
activationValuedoubleActivation time/increment
assignmentFactordoubleAmplitude factor
analysisNameoptional string Name of analysis in which to create the new load curve
forceIDoptional integer The desired ID of the new loadcase
Return valueIFLoadCurve

Back to Database

Back to Overview