Flips shell elements associated with the selected shells (i.e., top face becomes the
bottom face and vice versa).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FlipShellElements( _
ByVal DispFaceArray As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim DispFaceArray As System.Object
Dim value As System.Integer
value = instance.FlipShellElements(DispFaceArray) |
C++/CLI | |
---|
System.int FlipShellElements(
& System.Object^ DispFaceArray
) |
Parameters
- DispFaceArray
- Array of shells
Return Value
Error as defined in swsMeshFlipShellError_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0