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 LargeDisplacement As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Integer
instance.LargeDisplacement = value
value = instance.LargeDisplacement |
C# | |
---|
System.int LargeDisplacement {get; set;} |
C++/CLI | |
---|
property System.int LargeDisplacement {
System.int get();
void set ( & System.int value);
} |
Property Value
- 1 = Use large displacement formulation
- 0 = Do not use large displacement formulation
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0