Sets whether to have the solver run a static analysis before running the topology optimization algorithm.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetStaticStudyPreRun( _
ByVal NPreRun As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyStudyOptions
Dim NPreRun As System.Integer
instance.SetStaticStudyPreRun(NPreRun) |
C# | |
---|
void SetStaticStudyPreRun(
System.int NPreRun
) |
C++/CLI | |
---|
void SetStaticStudyPreRun(
& System.int NPreRun
) |
Parameters
- NPreRun
- 1 to run a static analysis first (default), 0 to not
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0