Gets or sets whether to extract only positive buckling factors from this buckling study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ExtractPositiveBucklingFactorsOnly As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.Boolean
instance.ExtractPositiveBucklingFactorsOnly = value
value = instance.ExtractPositiveBucklingFactorsOnly |
C# | |
---|
System.bool ExtractPositiveBucklingFactorsOnly {get; set;} |
C++/CLI | |
---|
property System.bool ExtractPositiveBucklingFactorsOnly {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to extract only positive buckling factors, false to extract both negative and positive buckling factors
See Also
Availability
SOLIDWORKS Simulation API 2026 SP0