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 UseUpdateLoadDirection2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As System.Boolean
instance.UseUpdateLoadDirection2 = value
value = instance.UseUpdateLoadDirection2 |
C# | |
---|
System.bool UseUpdateLoadDirection2 {get; set;} |
C++/CLI | |
---|
property System.bool UseUpdateLoadDirection2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
(see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04