Gets or sets whether to use soft spring to stabilize the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSoftSpring2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.Boolean
instance.UseSoftSpring2 = value
value = instance.UseSoftSpring2 |
C# | |
---|
System.bool UseSoftSpring2 {get; set;} |
C++/CLI | |
---|
property System.bool UseSoftSpring2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- -1 or true = Use soft spring to stabilize the model
- 0 or false = Do not use soft spring to stabilize the model
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30