Gets or sets whether to use soft spring to stabilize the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSoftSpring As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.Integer
instance.UseSoftSpring = value
value = instance.UseSoftSpring |
C# | |
---|
System.int UseSoftSpring {get; set;} |
C++/CLI | |
---|
property System.int UseSoftSpring {
System.int get();
void set ( & System.int value);
} |
Property Value
- 1 = Use soft spring to stabilize the model
- 0 = Do not soft spring to stabilize the model
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0