![]() |
Installing Parasolid |
<<< The Product | Chapters | Parasolid Release Area >>> |
At this release of Parasolid, the library and supporting files require the following disk space:
The on-screen installation process for the various components of the Jumpstart Kit tells you how much disk space is required. See Section 3.3 for more information on the Jumpstart Kit.
If you are installing the documentation to a local hard disk, you can save disk space by omitting the search files or PDF files. See Section 3.3, “Parasolid Jumpstart Kit”.
Follow these instructions to copy the Parasolid distribution onto a local hard disk.
If you are running on a Windows platform, you can install Parasolid as follows:
setup.exe /S
Note: You can install Parasolid on a Windows platform without using the installer if you wish: just copy the files to your file system manually, as described in Section 3.2.2. |
For platforms without installers, or if you do not want to use the supplied installer, copy the files to a file system manually. On Windows platforms, use Windows Explorer to copy the files to a folder of your choice. On MacOS, use the Finder. For any other platforms, follow the instructions below:
cp -r /
dvdrom/parasolid/
platform/base .
The Parasolid Jumpstart Kit contains all the documentation available for Parasolid, including introductory material, a wide range of code examples within sample applications, and an application which allows you to view and analyse Parasolid models.
Most of the documentation is supplied in both HTML and PDF formats. Some introductory material is in HTML only.
The Parasolid Jumpstart Kit contains the components described in this section. All of the components described can be installed using the installer on the DVD.
This is a website, installed locally, that contains a wealth of material to help you get started using Parasolid quickly. It includes an overview of Parasolid functionality, an introduction to the Parasolid API, a glossary of terminology, and a complete list of functions in the API, as well as access to the other components that can be installed from the DVD.
A number of software applications are included on the DVD:
As well as the application, Parasolid ships with the complete source code for Parasolid Workshop.Net. Written in C#, and developed using Microsoft Visual Studio,Workshop.Net makes use of the .NET Binding for Parasolid, and demonstrates best practice guidelines for developing an application based on Parasolid.
Parasolid Workshop.Net is built using the Parasolid Framework, a library of re-usable and extensible C# classes, whose plugin mechanism allows you to add your own functionality to Workshop.Net or easily build your own viewing application.
The Parasolid Example Applications provide a framework within which you can prototype and demonstrate any aspect of Parasolid functionality quickly and simply. The following example applications are available for Intel NT and X64 WIN:
Within the framework of the applications, you can add and execute calls to Parasolid functionality, and display the results on screen. The code you add can either be executed all at once or in stages. At the end of each stage the contents of the Parasolid session are displayed on the screen.
Note: Example applications for other platforms may be available on request. |
Note: Parasolid Workshop.NET is not for redistribution. |
Also included on the DVD is an extensive suite of example Parasolid application code that makes it easy to learn by example. Each example application contains a folder containing many code examples that demonstrate different functional areas of Parasolid. The code examples are organized by functional area and many contain additional notes and images to add extra useful information. Also included are instructions on how you can try out each example yourself using the relevant example application.
Note: All Parasolid code examples provided in this collateral set are classed as sample code and are intended for educational purposes only. |
The Parasolid Documentation suite consists of the following Parasolid manuals, provided in both HTML and PDF format:
See Section 3.3.2 for instructions on how to view the Documentation Suite without having to install other components from the Parasolid DVD.
If you do not wish to install it to your hard disk as part of the Jumpstart kit, you can access the Parasolid Documentation Suite directly from the DVD as follows:
:\online_docs\index3.html
, where
X is the drive letter for your DVD drive.
online_docs/index3.html
.
online_docs/index3.html
.
You need a program that reads PDF files, such as the free Adobe Reader from Adobe Systems Inc., to view the PDF documentation. You can download versions of Adobe Reader for many operating systems from
https://get.adobe.com/reader
If you wish, you can copy the entire documentation set onto a local hard disk, or a disk on your local intranet. To do this, either install the Parasolid Jumpstart Kit using the Parasolid installer, or copy the entire
online_docs
folder to a location of your choice. You can run the Parasolid installer by running the Setup.exe directly from the DVD. If you are using UNIX, you may need to mount the DVD drive first, as described in Section 3.2.2, “Copying files manually” above.
Once you have copied the documentation, do one of the following:
index.html
file in the
online_docs
directory.
index3.html
file in the
online_docs
directory.
index4.html
file in the
online_docs
directory. This file contains a version of the documentation that does not use Javascript.
The HTML documentation uses Cascading Style Sheets to control the appearance of the documentation: if your browser does not support CSS, or you do not wish to use it, then you can rename or delete the file
online_docs\ps_doc.css
.
Note: Customers must not make Parasolid documentation accessible outside the organization that has licensed Parasolid. |
If you do not want to use the search functionality provided in the full documentation set, you can reduce the disk space used by the documentation, by removing the
searchfiles
sub-directory from your installation
This will save you approximately 100MB of disk space, but you will not be able to use the Parasolid documentation’s built-in full-text search.
You can save more disk space by removing the PDF documentation.
pdf
sub-directory from your installation
pdf_index.html
page from your installation
Warning: Removing any part of the Parasolid documentation suite will inevitably break some hyperlinks in the suite, or render parts of it unusable. Do this at your own risk. |
<<< The Product | Chapters | Parasolid Release Area >>> |