Gets or sets whether to run as legacy and import only the normal component of the pressure load from a SOLIDWORKS Flow Simulation results file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CheckRunAsLegacy2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
Dim value As System.Boolean
instance.CheckRunAsLegacy2 = value
value = instance.CheckRunAsLegacy2 |
C# | |
---|
System.bool CheckRunAsLegacy2 {get; set;} |
C++/CLI | |
---|
property System.bool CheckRunAsLegacy2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to run as legacy and import only the normal component of the pressure load, 0 or false to import all components including shear stress
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30