Gets the components that failed to mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFailedComponents( _
ByRef NComp As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim NComp As Integer
Dim value As Object
value = instance.GetFailedComponents(NComp)
|
C# | |
---|
object GetFailedComponents(
out int NComp
) |
C++/CLI | |
---|
Object^ GetFailedComponents(
& [Out] int NComp
) |
Parameters
- NComp
- Number of components that failed to mesh
Return Value
Array of bodies that failed to mesh
See Also
Availability
SolidWorks Simulation API 2008 SP1.0