Hide Table of Contents
ICheckInterferenceCount3 Method (IModeler)

Checks interference among the specified bodies and returns the number of interferences.

.NET Syntax

Visual Basic (Declaration) 
Function ICheckInterferenceCount3( _
   ByVal NumOfTargetBodies As System.Integer, _
   ByRef TargetBodies As Body2, _
   ByVal NumOfToolBodies As System.Integer, _
   ByRef ToolBodies As Body2, _
   ByVal Options As System.Integer, _
   ByRef NumBody1InterferedFaceArray As System.Integer, _
   ByRef NumBody2InterferedFaceArray As System.Integer, _
   ByRef NumIntersectedBodyArray As System.Integer _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IModeler
Dim NumOfTargetBodies As System.Integer
Dim TargetBodies As Body2
Dim NumOfToolBodies As System.Integer
Dim ToolBodies As Body2
Dim Options As System.Integer
Dim NumBody1InterferedFaceArray As System.Integer
Dim NumBody2InterferedFaceArray As System.Integer
Dim NumIntersectedBodyArray As System.Integer
Dim value As System.Boolean
 
value = instance.ICheckInterferenceCount3(NumOfTargetBodies, TargetBodies, NumOfToolBodies, ToolBodies, Options, NumBody1InterferedFaceArray, NumBody2InterferedFaceArray, NumIntersectedBodyArray)
C# 
System.bool ICheckInterferenceCount3( 
   System.int NumOfTargetBodies,
   ref Body2 TargetBodies,
   System.int NumOfToolBodies,
   ref Body2 ToolBodies,
   System.int Options,
   out System.int NumBody1InterferedFaceArray,
   out System.int NumBody2InterferedFaceArray,
   out System.int NumIntersectedBodyArray
)
C++/CLI 
System.bool ICheckInterferenceCount3( 
&   System.int NumOfTargetBodies,
&   Body2^% TargetBodies,
&   System.int NumOfToolBodies,
&   Body2^% ToolBodies,
&   System.int Options,
&   [Out] System.int NumBody1InterferedFaceArray,
&   [Out] System.int NumBody2InterferedFaceArray,
&   [Out] System.int NumIntersectedBodyArray
) 

Parameters

NumOfTargetBodies
Number of target bodies
TargetBodies

Array of target bodies

NumOfToolBodies
Number of tool bodies
ToolBodies
Array of tool bodies
Options
Check interference options as defined by swCheckInterferenceOption_e
NumBody1InterferedFaceArray
Number of faces that interfered from the first body with the second body
NumBody2InterferedFaceArray
Number of faces that interfered from the second body with the first body
NumIntersectedBodyArray
Number of interfering bodies

Remarks

Call this method before calling IModeler::ICheckInterference3 to get the size of the arrays for that method.
 

See Also

Availability

SOLIDWORKS 2009 FCS, Revision Number 17.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   ICheckInterferenceCount3 Method (IModeler)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.