Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : DoCollisionDetectPath Method
DoCollisionDetectPath Method
Description
This method can take two parameters, a start command and an end command. These define a range of commands. The method then performs a collision detection check for all features within this range. If you don't specify a start or end command then the range includes all the features in the measurement routine.
Syntax
Visual Basic
Public Sub DoCollisionDetectPath( _
   ByVal StartCommand As Command, _
   ByVal endCommand As Command _
) 
Parameters
StartCommand
endCommand
Remarks

Returns True if it does not detect collisions.

Returns False if it detects collisions.

See Also