Author Topic: Add additional Angle for Polar tracking programmatically  (Read 1508 times)

0 Members and 1 Guest are viewing this topic.

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Add additional Angle for Polar tracking programmatically
« on: August 23, 2012, 04:05:56 PM »
Hello .

Is it possible to add additional Angle for Polar tracking programmatically as shown in the attached image ?

Thanking you all .

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Add additional Angle for Polar tracking programmatically
« Reply #1 on: August 23, 2012, 04:21:11 PM »
(setvar 'polaraddang "11.25;22.5;45")

Quote
POLARADDANG
 
Stores additional angles for polar tracking and polar snap.

Type:   String
Saved in:   Registry
Initial value:   ""
You can add up to 10 angles. Each angle can be separated with semicolons (;). The AUNITS system variable sets the format for display of angles.Unlike POLARANG, POLARADDANG angles do not result in multiples of their values.
The bit value for the POLARMODE system variable must have 4 turned on for POLARADDANG to have an effect.
When using fractions of an angle, set the AUPREC system variable (angular precision) to a higher value. Otherwise, the POLARADDANG value will be rounded off.
« Last Edit: August 23, 2012, 04:26:18 PM by ronjonp »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: Add additional Angle for Polar tracking programmatically
« Reply #2 on: August 23, 2012, 04:31:46 PM »
Very nice  , Thank you ron  :-)


ronjonp

  • Needs a day job
  • Posts: 7529
Re: Add additional Angle for Polar tracking programmatically
« Reply #3 on: August 23, 2012, 05:14:54 PM »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC