Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Decrease curve object selection radius

#1
Is there a way to decrease the selection radius of curves in the API?
I'm having a problem where whenever multiple curves are close to each other and I try to select the furthest curve from the view, RoboDK would always select the closest curve to the view even if it is not the closest to the area i clicked (mouse point).
#2
You can change the radius for selecting curves here:
  1. Select Tools-Options
  2. Select the Display tab
  3. Set the Pick curve sensibility to 2 mm or less
You can also change this parameter through the API by using the command TolerancePickCurve:
Code:
RDK.Command("TolerancePickCurve", 2)
  




Users browsing this thread:
1 Guest(s)