Loadcase.createCopy


createCopy(analysis, [loadcase], [update])

Creates a clone loadcase

analysis"Analysis" The name or ID of a "Analysis", or a pointer to a AnalysisBaseClass object. Analysis in which to create copy
loadcaseoptional "Loadcase" The name or ID of a "Loadcase", or a pointer to a Loadcase object. Loadcase after which the copy will be inserted (if NULL, insert at the beginning).
updateoptional boolean Set this to true to update combinations and envelopes to reflect the re-ordering change
Return valuePointer to this objectthe new loadcase that has been created

Back to Loadcase

Back to Overview