Gets or sets whether the direction of the applied load (uniform press, normal force, torque) is updated at every solution step with deflection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseUpdateLoadDirection As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As Integer
instance.UseUpdateLoadDirection = value
value = instance.UseUpdateLoadDirection
|
C# | |
---|
int UseUpdateLoadDirection {get; set;} |
C++/CLI | |
---|
property int UseUpdateLoadDirection {
int get();
void set (int value);
} |
Return Value
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0