Home > Products > Point Cloud for Bricscad > Help > ReadMe

Point Cloud for Bricscad – Reverse engineering plug-in for Bricscad


This is the Point Cloud for Bricscad ReadMe file.
 

Thank you for installing Point Cloud for Bricscad.

Please read this ReadMe document carefully and completely. It contains important information which is vital to the proper working of Point Cloud for Bricscad.

Loading Instructions:
=====================

Since Point Cloud 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. Point Cloud for Bricscad will automatically load itself into Bricscad the next time you run Bricscad.

The Point Cloud for Bricscad plug-in files are installed into the Point Cloud for Bricscad installation folder (typically "C:\Program Files\SYCODE\Point Cloud 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.

PointCloud_Bricscad_2.05_8.drx -> Bricscad 8

PointCloud_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 Point Cloud 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\\Point Cloud for Bricscad\\PointCloud_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 Point Cloud for Bricscad at a location other than the default ("C:\Program Files\SYCODE\Point Cloud 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\Point Cloud for Bricscad\PointCloud_Bricscad_2.06_8.drx>

If you see a new menu called "PointCloud" added to the main Bricscad menu, then the plug-in has been loaded and is now ready for use.

 

Usage:
======

Point Cloud for Bricscad adds new commands to Bricscad. It also adds a new menu to the Bricscad menu called "PointCloud" which houses these commands. The commands added are:

1) PCImportPoints - Import points from a point text file.

2) PCDrapeSurface - Drape a surface over a point cloud.

3) PCWrapMesh - Wrap a mesh around a point cloud.

4) PCHelp - Displays the Point Cloud for Bricscad help file.

5) PCRegister - Registers your copy of Point Cloud for Bricscad.

6) PCAbout - Displays the Point Cloud for Bricscad about box.

 

Sample Files:
=============

Sample point text files are copied into the Samples folder which is located in the Point Cloud for Bricscad installation folder (typically "C:\Program Files\SYCODE\Point Cloud for Bricscad\"). You can try Point Cloud 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 Cloud for Bricscad