Gets or sets whether loads are applied gradually and uniformly in steps up to their full values, performing contact iterations at every step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LargeDisplacement2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Boolean
instance.LargeDisplacement2 = value
value = instance.LargeDisplacement2 |
C# | |
---|
System.bool LargeDisplacement2 {get; set;} |
C++/CLI | |
---|
property System.bool LargeDisplacement2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- -1 or true = Use large displacement formulation
- 0 or false = Do not use large displacement formulation
(see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04