Home >
Products >
Points Export for Bricscad >
Help > ReadMe
Points Export for Bricscad - A Point Text file export plug-in for Bricscad
This is the Points Export
for Bricscad ReadMe file.
Thank you for installing Points Export for Bricscad.
Please read this ReadMe document carefully and completely. It contains important information which is vital to the proper working of Points Export for Bricscad.
Loading Instructions:
=====================
Since Points Export for Bricscad is a plug-in for Bricscad, it has to be loaded into the Bricscad environment before it can be used. Loading is a one time process. Points Export for Bricscad will automatically load itself into Bricscad the next time you run Bricscad.
The Points Export for Bricscad plug-in files are installed into the Points Export for Bricscad installation folder (typically "C:\Program Files\SYCODE\Points Export for Bricscad\"). The plug-in files have an extension of ".drx". There is one plug-in file for each version of Bricscad. The plug-in file name indicates the version of Bricscad that it has been designed for.
The list of plug-in files along with the version of Bricscad is shown below. Please be sure to use the plug-in file that corresponds to your version of Bricscad.
PointsExport_Bricscad_2.05_8.drx -> Bricscad 8
PointsExport_Bricscad_2.06_8.drx -> Bricscad 9 and 10
On startup Bricscad looks for a LISP file called ON_START.LSP and executes the statements in it. So all we need to do is add a LISP statement to ON_START.LSP that will tell Bricscad to load Points Export for Bricscad. ON_START.LSP is located in the Bricscad installation folder, typically "C:\Program Files\Bricsys\Bricscad V10". If ON_START.LSP is not present in the Bricscad installation folder, create a new text file in NotePad and save it as ON_START.LSP. When saving the file if NotePad adds a .TXT extension to the file name you will need to rename the file from ON_START.LSP.TXT to ON_START.LSP.
Open ON_START.LSP in NotePad or any other text editor and add the following line (including the start and end brackets) at the end as a new line.
(arxload "C:\\Program Files\\SYCODE\\Points Export for Bricscad\\PointsExport_Bricscad_2.06_8.drx")
Please note the following points:
(1) To avoid mistakes you are urged to copy the above line and paste it in ON_START.LSP on a new line.
(2) Note that the path to the DRX file in the LISP file has double backslashes ("\\") instead of a single backslash ("\"). This is very important.
(3) Be sure to use the correct DRX plug-in file name for your version of Bricscad as explained above.
(4) If you have installed Points Export for Bricscad at a location other than the default ("C:\Program Files\SYCODE\Points Export for Bricscad"), please be sure to specify that exact location in the LISP statement. On 64 bit operating systems the Program Files folder is called "Program Files (x86)". You will need to specify the path of the DRX file in the LISP statement accordingly.
After you create/edit ON_START.LSP, save your changes and start Bricscad. Notice the messages that appear in the Bricscad command prompt. If you see a message like the following, please cross check the statement in ON_START.LSP
* (arxload) : can not FIND file <C:\Program Files\SYCODE\Points Export for Bricscad\PointsExport_Bricscad_2.06_8.drx>
If you see a new menu called "PointsExport" added to the main Bricscad menu, then the plug-in has been loaded and is now ready for use.
Usage:
======
Points Export for Bricscad adds new commands to Bricscad. It also adds a new menu to the Bricscad menu called "PointsExport" which houses these commands. The commands added are:
1) PointsExport - Exports a Points file.
2) PointsExportHelp - Displays the Points Export for Bricscad help file.
3) PointsExportRegister - Registers your copy of Points Export for Bricscad.
4) PointsExportAbout - Displays the Points Export for Bricscad about box.
Sample Files:
=============
Sample files are copied into the Samples folder which is located in the Points Export for Bricscad installation folder (typically "C:\Program Files\SYCODE\Points Export for Bricscad\"). You can try Points Export for Bricscad using these sample files.
Ā
Support:
========
For support, please E-Mail support@sycode.com
Please feel free to call or email us for more information about Point Text file export plug-in for Bricscad