Gets or sets whether to use soft springs to stabilize the model in this frequency study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSoftSpring2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
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 springs
- 0 or false = Do not use soft springs
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30