Hide Table of Contents
CreateNewStudy Method (ICWStudyManager)

Obsolete. Superseded by ICWStudyManager::CreateNewStudy2.

.NET Syntax

Visual Basic (Declaration) 
Function CreateNewStudy( _
   ByVal SName As System.String, _
   ByVal NAnalysisType As System.Integer, _
   ByVal NMeshType As System.Integer, _
   ByRef Errors As System.Integer _
) As CWStudy
Visual Basic (Usage) 
Dim instance As ICWStudyManager
Dim SName As System.String
Dim NAnalysisType As System.Integer
Dim NMeshType As System.Integer
Dim Errors As System.Integer
Dim value As CWStudy
 
value = instance.CreateNewStudy(SName, NAnalysisType, NMeshType, Errors)
C# 
CWStudy CreateNewStudy( 
   System.string SName,
   System.int NAnalysisType,
   System.int NMeshType,
   out System.int Errors
)
C++/CLI 
CWStudy^ CreateNewStudy( 
&   System.String^ SName,
&   System.int NAnalysisType,
&   System.int NMeshType,
&   [Out] System.int Errors
) 

Parameters

SName
New study name
NAnalysisType

Type of study as defined in swsAnalysisStudyType_e

NMeshType

Mesh type as defined in swsMeshType_e (see Remarks)

Errors

Error as defined in swsStudyError_e

Return Value

Study

Example

Remarks

Valid mesh types for different types of studies:

 

Study Type

 

Solid Mesh

 

Shell Mesh

Mixed Mesh (Solid & Shell)

 

Beam Mesh

Static

Supported

Supported

Supported

Supported

Frequency

Supported

Supported

Supported

Supported

Buckling

Supported

Supported

Supported

Supported

Thermal

Supported

Supported

Supported

Supported

Nonlinear

Supported

Supported

Supported

Not Supported

Linear Dynamic

Supported

Supported

Supported

Not Supported

Drop Test

Supported

Not Supported

Not Supported

Not Supported

Fatigue

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Optimization

Not Applicable

Not Applicable

Not Applicable

Not Applicable

NOTES:

  • For documents with surface geometry only (no solids), only RefSurfShellElementMesh is supported.

  • BeamElementMesh is supported only for static, buckling, and frequency studies.

  • Drop test studies support solid mesh only.

  • For optimization and fatigue studies do not have mesh on their own. They use mesh of referenced studies. Mesh type is set to SolidElementMesh.

 

See Also

Availability

SOLIDWORKS Simulation API 2008 SP1.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CreateNewStudy Method (ICWStudyManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2020 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.