Hide Table of Contents
DMotionStudyEvents_PartCollideNotifyEventHandler Delegate (SolidWorks.Interop.swmotionstudy)

Fired when a collision between two components occurs.

.NET Syntax

Visual Basic (Declaration) 
Public Delegate Function DMotionStudyEvents_PartCollideNotifyEventHandler( _
   ByVal Time As System.Double, _
   ByVal Component1 As System.Object, _
   ByVal Component2 As System.Object, _
   ByVal Vector1 As System.Object, _
   ByVal Vector2 As System.Object, _
   ByVal SurfaceNormal1 As System.Object, _
   ByVal SurfaceNormal2 As System.Object _
) As System.Integer
Visual Basic (Usage) 
Dim instance As New DMotionStudyEvents_PartCollideNotifyEventHandler(AddressOf HandlerMethod)
C# 
public delegate System.int DMotionStudyEvents_PartCollideNotifyEventHandler( 
   System.double Time,
   System.object Component1,
   System.object Component2,
   System.object Vector1,
   System.object Vector2,
   System.object SurfaceNormal1,
   System.object SurfaceNormal2
)
C++/CLI 
public delegate System.int DMotionStudyEvents_PartCollideNotifyEventHandler( 
&   System.double Time,
&   System.Object^ Component1,
&   System.Object^ Component2,
&   System.Object^ Vector1,
&   System.Object^ Vector2,
&   System.Object^ SurfaceNormal1,
&   System.Object^ SurfaceNormal2
)

Parameters

Time
Time of collision
Component1
Component 1
Component2
Component 2
Vector1
Point on Component1
Vector2
Point on Component 2
SurfaceNormal1
Surface normal of Component 1
SurfaceNormal2
Surface normal of Component 2

Remarks

If developing a C++ application, then use swMotionStudyPartCollideNotify to register for this notification.

Availability

SolidWorks 2008 SP01, Revision Number 16.1


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:   DMotionStudyEvents_PartCollideNotifyEventHandler Delegate (SolidWorks.Interop.swmotionstudy)
*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) 2013 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.