Finds touching shell edges and faces in the specified bodies or components.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FindTouchingEdgeFacePairs( _
ByVal VarCompBodies As System.Object, _
ByRef NEdgeFaces As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactManager
Dim VarCompBodies As System.Object
Dim NEdgeFaces As System.Integer
Dim value As System.Object
value = instance.FindTouchingEdgeFacePairs(VarCompBodies, NEdgeFaces) |
Parameters
- VarCompBodies
- Array of bodies or components
- NEdgeFaces
- Number of touching shell edges and faces
Return Value
Array of touching shell edge and face pairs
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0