Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OptimizePath Object : CreateOptimizePath Method
CreateOptimizePath Method
Description
This optimizes the path the probe travels in the part program so that it move in the most efficient way.
Syntax
Visual Basic
Public Function CreateOptimizePath() As Boolean
Return Type
Boolen value. This returns True if the optimization succeeds and False otherwise.
Example
See the example in the OptimizePath object.
See Also