Converts the specified source study to the specified target study.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyManager
Dim SName As System.String
Dim NSrcStudyType As System.Integer
Dim SNewName As System.String
Dim NTargetStudyType As System.Integer
Dim SConfiguration As System.String
Dim NTargetStudySubType As System.Integer
Dim BIncludeMesh As System.Boolean
Dim BIncludeResults As System.Boolean
Dim Errors As System.Integer
Dim value As CWStudy
value = instance.ConvertStudy2(SName, NSrcStudyType, SNewName, NTargetStudyType, SConfiguration, NTargetStudySubType, BIncludeMesh, BIncludeResults, Errors) |
Parameters
- SName
- Name of study to convert
- NSrcStudyType
- swsAnalysisStudyType_e.swsAnalysisStudyTypeStatic
- SNewName
- Name of target study to which to convert
- NTargetStudyType
- (see Remarks)
- SConfiguration
- Name of model configuration
- NTargetStudySubType
- (see Remarks)
- BIncludeMesh
- True to include mesh when copying the study, false to not
- BIncludeResults
- True to include results when copying the study, false to not
- Errors
- Error as defined in swsStudyError_e
Return Value
ICWStudy
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2024 SP0