---- v0.10.2941.34990, January 20, 2008 ---- 1. Add SELPTGROUP command. 2. Add item to default command menu. ---- v0.10.2838.37448, October 9, 2007 ---- 1. Change name of Siteless collection from "<>" to "--Siteless--" to fix problem with defaults. 2. Change several commands so that, if any objects are selected when they are run, the commands use the current selection set instead of prompting the user to select objects. ---- v0.10.2815.37087, September 16, 2007 ---- 1. Fix issue that caused routines to sometimes fail when multiple instances of Autocad were open simultaneously. ---- v0.10.2808.15433, September 9, 2007 ---- 1. Fix sorting for PT2PROFILE and STAOFF dialog boxes. 2. Remember last-used Alignment for each Site, and last-used Profile for each Alignment. 3. Fix some other defaults that were not being remembered correctly. 4. Refactor code. ---- v0.10.2805.36072, September 6, 2007 ---- 1. Fix ZOOMPT and NEXTPT so that they work on point numbers greater than 32767. ---- v0.10.2804.37230, September 5, 2007 ---- 1. Change all STAKEFEATURES settings so that they get stored in the drawing. 2. Sort Sites, Alignments, and Profiles in PT2PROFILE and STAOFF settings dialogs. 3. Warn user if command fails to get correct instance of the AeccApplication object because of the bug in the API. 4. Break C3DUtil source file into chunks. ---- v0.10.2738.25693, July 1, 2007 ---- 1. Add MOVEPOINTS command. 2. Add SGOBJECT command. ---- v0.9.2696.36621, May 20, 2007 ---- 1. Add PT2PROFILE command. 2. Add HIDEBND command. 3. Add ability to use current drawing name in filename for STAOFF. 4. Refactor code. ---- v0.8.2693.38195, May 17, 2007 ---- 1. Fix additional bugs in the STAOFF command and refactor code. ---- v0.8.2690.34475, May 14, 2007 ---- 1. Fix STAOFF command so that it displays points without elevations correctly. 2. Make STAOFF use Ambient Drawing Settings for offset and elevation precision. (Offset uses Distance settings.) ---- v0.8.2689.14769, May 13, 2007 ---- 1. Add STAOFF command. 2. Clean up namespaces, so all code (except utility classes) is now in the SincpacC3D namespace. ---- v0.7.2684.32948, May 8, 2007 ---- 1. Update ROTPTS command to check point style. ---- v0.7.2682, May 6, 2007 ---- 1. Add ability to type elevation to use for grading points in SGRD command. ---- v0.7.2679, May 3, 2007 ---- 1. Remove adjustments to LTSCALE and PSLTSCALE from LABLAY command (2008 version only). ---- v0.7.2678, May 2, 2007 ---- 1. Add Height option to ZOOMPT command. 2. Remove adjustments to LTSCALE and PSLTSCALE (2008 version only). 3. Combine source code into one project for both C3D2007 and C3D2008. 4. This is the last version that contains any changes to the 2007 code. ---- v0.7.2676, April 30, 2007 ---- 1. Improve STAKEFEATURES command. 2. Convert to Civil 3D 2008. ---- v0.7.2667.33225, April 21, 2007 ---- 1. Add ROTPTS routine. 2. Convert source project to MS VSExpress. ---- v0.6.2663.38644, April 17, 2007 ---- 1. Improve SGRD command. 2. Fix bug in STAKEFEATURES command that caused zeros to be truncated from offset distances (i.e., "10" would become "1", etc.) ---- v0.6.2657.35291, April 11, 2007 ---- 1. Improve PARCELOFFSET routine so that it returns correct results in more cases. 2. Change dialog box for SGRD and PT2FEATURE commands. ---- v0.6.2655.36024, April 9, 2007 ---- 1. Add ZOOMPT command. ---- v0.5.2653.26054, April 7, 2007 ---- 1. Add PARCELOFFSET routine. 2. Debug issues with CurveUtil class that caused offsets to be calculated incorrectly under certain conditions. 3. Add generic DrawingDefaults handling to CadUtil class. ---- v0.4.2647.32191, April 1, 2007 ---- 1. Add BRKPT routine. 2. Changed CadUtil.GetThawedLayerNames() so that it now creates its own transaction. 3. Changed sort order of layers returned by CadUtil.GetThawedLayerNames(). ---- v0.3.2640.21478, March 25, 2007 ---- 1. Fix bug in LABLAY command that caused it to respond slowly in large drawings. 2. Added FIXSCALES and UNFIXSCALES commands.