Sets the collision detection parameters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CollisionDetection( _
ByVal EntityArray As System.Object, _
ByVal PartOnly As System.Boolean, _
ByVal StopAt As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim EntityArray As System.Object
Dim PartOnly As System.Boolean
Dim StopAt As System.Boolean
Dim value As System.Boolean
value = instance.CollisionDetection(EntityArray, PartOnly, StopAt) |
Parameters
- EntityArray
- Array of components for collision detection
- PartOnly
- True checks for collisions with only the components that you selected to move, false check for collisions in all affected components
- StopAt
- True stops the motion of the component when it touches any other entity, false does not
Return Value
True if successful, false if not
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0