ALTAStressProfile Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Instantiate this class to be able to use stress profiles with Cumulative Damage model. | Instantiate this class to be able to use stress profiles with Cumulative Damage model. | ||
==Constructors== | |||
*'''[[New ALTAStressProfile]]''' {{APIComment|Creates a new stress profile.}} | *'''[[New ALTAStressProfile]]''' {{APIComment|Creates a new stress profile.}} | ||
== Properties == | |||
*'''[[ALTAStressProfile.Name|Name]]''' {{APIComment|Returns the name of the stress profile.}} | *'''[[ALTAStressProfile.Name|Name]]''' {{APIComment|Returns the name of the stress profile.}} | ||
*'''[[ALTAStressProfile.RepeatCycle|RepeatCycle]]''' {{APIComment|If set to true, cycles the segments. Otherwise continues from the last stress.}} | *'''[[ALTAStressProfile.RepeatCycle|RepeatCycle]]''' {{APIComment|If set to true, cycles the segments. Otherwise continues from the last stress.}} | ||
== Methods== | |||
*'''[[AddSegment]]''' {{APIComment|Adds a new segment to the stress profile.}} | *'''[[ALTAStressProfile.AddSegment]]''' {{APIComment|Adds a new segment to the stress profile.}} |
Revision as of 23:27, 12 September 2013
Instantiate this class to be able to use stress profiles with Cumulative Damage model.
Constructors
- New ALTAStressProfile Creates a new stress profile.
Properties
- Name Returns the name of the stress profile.
- RepeatCycle If set to true, cycles the segments. Otherwise continues from the last stress.
Methods
- ALTAStressProfile.AddSegment Adds a new segment to the stress profile.