ALTADataSet.StressRelation: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to ALTADataSet Class)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:APIClass|ALTADataSet Class|ALTADataSet}}
#REDIRECT [[ALTADataSet_Class]]
{{Template:ALTADataSet.StressRelation.Cmt}}
 
== Syntax ==
 
<ul><li>
StressRelation(
Index
{{APIPrefix|As Integer}}
)
</li></ul>
 
Parameters
:''Index'': The index of the stress (0 = first stress).
 
Value
:Type: ''[[ALTASolverLSR Enumeration|ALTASolverLSR]]''
 
== Usage Example ==
This example demonstrates how to add a stress and set its stress transformation.
{{APIComment|'Declare the ALTADataSet. See [[ALTADataSet Constructors]].}}
  Dim ALTADS as New ALTADataSet
 
{{APIComment|'Add a new stress.}}
  ALTADS.AddStressDefinition("Stress1")
 
{{APIComment|'Set the stress transformation for the first stress. See [[ALTASolverLSR_Enumeration|ALTASolverLSR]].}}
  ALTADS.StressRelation(0) = ALTASolverLSR.Arrhenius

Latest revision as of 20:34, 4 May 2016

Redirect to: