ALTAGeneralOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global ALTA}}
{{Template:APIClass|Global_ALTA|Global ALTA}}
{{Template:ALTAGeneralOptions Class.Cmt}}
{{Template:ALTADataSet.GeneralSettings.Cmt}}


== Properties ==
== Properties ==

Revision as of 21:21, 26 February 2014


Sets some of the Application Setup calculation options that can apply to the ALTADataSet.Calculate method.

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