Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateShell( _
ByVal DispArray As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWShellManager
Dim DispArray As Object
Dim value As Integer
value = instance.CreateShell(DispArray)
|
C++/CLI | |
---|
int CreateShell(
& Object^ DispArray
) |
Parameters
- DispArray
- Array of entities (faces or reference surfaces) to use to create the shell
Return Value
Error as defined in swsShellManagerError_e
See Also
Availability
SolidWorks Simulation API 2008 SP1.0