ALTAGeneralOptions Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
== Properties == | == Properties == | ||
* | *{{Template:ALTAGeneralOptions.AllowLargeBetaValues|AllowLargeBetaValues}} {{APIComment|{{Template:ALTAGeneralOptions.AllowLargeBetaValues.Cmt}}}} | ||
* | *{{Template:ALTAGeneralOptions.ImplementStressAtTheEndOfTheStep|ImplementStressAtTheEndOfTheStep}} {{APIComment|{{Template:ALTAGeneralOptions.ImplementStressAtTheEndOfTheStep.Cmt}}}} | ||
== Formatted Usage Example == | == Formatted Usage Example == |
Revision as of 20:43, 6 February 2014
This class describes various settings for the ALTADataSet's GeneralSettings.
Properties
- AllowLargeBetaValues As Boolean Sets if large beta values should be used for a cumulative data model.
- ImplementStressAtTheEndOfTheStep As Boolean For time-varying stresses, defines the stress segment if time is the start of one and also the end of another segment.
Formatted Usage Example
Declare the ALTADataSet. See New ALTADataSet for additional details.
Dim ALTADS as New ALTADataSet
Set various settings.
ALTADS.GeneralSettings.AllowLargeBetaValues = False ALTADS.GeneralSettings.ImplementStressAtTheEndOfTheStep = False