Gets or sets whether to use a large displacement formulation to solve the problem.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LargeDisplacement As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestStudyOptions
Dim value As Integer
instance.LargeDisplacement = value
value = instance.LargeDisplacement
|
C# | |
---|
int LargeDisplacement {get; set;} |
C++/CLI | |
---|
property int LargeDisplacement {
int get();
void set (int value);
} |
Return Value
0 to use a linear (small) displacement formulation, 1 to use a nonlinear (large) displacement formulation
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0