Gives access to a FEA SolidWorks Simulation study.
More...
#include <+SolidWorks/MLSolidWorksFEAStudy.h>
List of all members.
Public Member Functions |
function | MLSolidWorksFEAStudy (in rawIStudyPointer) |
| Class constructor.
|
function | Calculate (in obj) |
| Runs the active study.
|
function | CreateMesh (in obj, in nUnit, in nElementSize, in nTolerance) |
| Creates the mesh.
|
function | GetResults (in obj) |
| Gets the results.
|
Public Attributes |
| Name |
| Starts running or calculating the study.
|
| m_CADRawPointer |
Detailed Description
Gives access to a FEA SolidWorks Simulation study.
It impliments the ICWStudy interface or SolidWorks Simulation
Constructor & Destructor Documentation
Class constructor.
- Parameters:
-
rawIStudyPointer | is the COM pointer to the ICWStudy object. |
Member Function Documentation
function Calculate |
( |
in |
obj ) |
|
Runs the active study.
- Parameters:
-
obj | is the instance if the object calling and is implicit. |
- Return values:
-
status | Status is defined by enum swsRunAnalysisError_e |
function CreateMesh |
( |
in |
obj, |
|
|
in |
nUnit, |
|
|
in |
nElementSize, |
|
|
in |
nTolerance |
|
) |
| |
Creates the mesh.
- Parameters:
-
obj | is the instance if the object calling and is implicit. |
nUnit | Linear units as defined in swsLinearUnit_e |
nElementSize | Average global element size |
nTolerance | Mesh Tolerance |
- Return values:
-
status | Error status as defined in swsStudyMeshError_e |
function GetResults |
( |
in |
obj ) |
|
Gets the results.
- Parameters:
-
obj | is the instance if the object calling and is implicit. |
- Return values:
-
Member Data Documentation
Starts running or calculating the study.
- Parameters:
-
obj | is the instance if the object calling and is implicit. |
- Return values:
-
status | The Status of the calculation process. |
The documentation for this class was generated from the following file: