Class: SolutionCombinationDefinition

Methods

Name Description
AddBaseCase(String, Analysis, Double) Add a BaseCase to the SolutionCombinationDefinition
AddLoadCombination(String, Int32) Add a LoadCombination to the SolutionCombination Definition
DeleteBaseCase(Int32) Delete a BaseCase from the SolutionCombinationDefinition
DeleteLoadCombination(Int32) Delete a LoadCombination from the SolutionCombination Definition
Export(String) Export Load Combination Definition data to Comma Separated Value (CSV) files
GetBaseCaseAnalysis(Int32) Gets the BaseCase Analysis property at given index.
GetBaseCaseFrequency(Int32) Gets the Frequency property from the Base Case at given index
GetBaseCaseName(Int32) Gets the BaseCase Name property at given index
GetBaseCasePhaseAngle(Int32) Gets the Phase Angle property from the Base Case at given index
GetBaseCaseTime(Int32) Gets the Time property from the Base Case at given index
GetCoefficient(Int32, Int32) Gets the Coefficient property at given LoadCombination index and BaseCase index
GetLoadCombinationName(Int32) Gets the LoadCombination Name property at given index
GetLoadCombinationType(Int32) Gets the Load Combination Type property at given index
Import(String) Import Load Combination Definition data from Comma Separated Value (CSV) files
SetBaseCaseAnalysis(Int32, Analysis) Sets the BaseCase Analysis property to given index.
SetBaseCaseFrequency(Int32, Double) Sets the Frequency property to the Base Case at given index
SetBaseCaseName(Int32, String) Sets the BaseCase Name property at given index
SetBaseCasePhaseAngle(Int32, Double) Sets the Phase Angle property to the Base Case at given index
SetBaseCaseTime(Int32, Double) Sets the Time property to the Base Case at given index
SetCoefficient(Int32, Int32, Double) Sets the Coefficient property at given LoadCombination index and BaseCase index
SetLoadCombinationName(Int32, String) Sets the LoadCombination Name property at given index
SetLoadCombinationType(Int32, LoadCombinationType) Sets the Load Combination Type property at given index

Properties

Name Description
BaseCaseCount Gets the number of bases cases
LoadCombinationCount Gets the number of load combinations