Checks for interference between the specified bodies in an assembly.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim Body1 As System.Object
Dim Body2 As System.Object
Dim CoincidentInterference As System.Boolean
Dim Body1InterferedFaceArray As System.Object
Dim Body2InterferedFaceArray As System.Object
Dim IntersectedBodyArray As System.Object
Dim value As System.Boolean
value = instance.CheckInterferenceBetweenTwoBodies(Body1, Body2, CoincidentInterference, Body1InterferedFaceArray, Body2InterferedFaceArray, IntersectedBodyArray) |
Parameters
- Body1
- First body in interference detection (see Remarks)
- Body2
- Second body in interference detection (see Remarks)
- CoincidentInterference
- True to treat coincidence as interference, false to not
- Body1InterferedFaceArray
- Array of faces in the first body that interfered with the second body
- Body2InterferedFaceArray
- Array of faces in the second body that interfered with the first body
- IntersectedBodyArray
- Array of interfering bodies
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0