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 CheckRunAsLegacy As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.Integer
instance.CheckRunAsLegacy = value
value = instance.CheckRunAsLegacy |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBucklingStudyOptions~CheckRunAsLegacy.html# | |
---|
System.int CheckRunAsLegacy {get; set;} |
C++/CLI | |
---|
property System.int CheckRunAsLegacy {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to run as legacy and import only the normal component of the pressure load, 0 to import all components including shear stress
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0