Database.createLoadCurveTable


createLoadCurveTable(name, activationValue, assignmentFactor, [structuralThermal], [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
structuralThermaloptional string "Structural" or "Thermal"
forceIDoptional integer The desired ID of the new loadcase.
Return valueIFLoadCurve

Back to Database

Back to Overview