 |
The Product |
|
Contents
[back to top]
2.1 Release Contents
This release of Parasolid consists of the following CDs:
PC Platforms
|
The Parasolid library, driver program, acceptance tests, and other files necessary for the programs to run, for the Intel NT and Linux platforms. This CD also contains the PS/Workshop application for viewing and manipulating part files, and the Example Application that is discussed in
Getting Started With Parasolid.
|
UNIX Software
|
The Parasolid library, driver program, acceptance tests, and other files necessary for the programs to run, for all supported UNIX platforms
|
Documentation
|
The Parasolid On-line Documentation Web in HTML format
|
Parasolid Interoperability Tools
|
Evaluation versions of PS/Translators and
PS/Bodyshop.
|
ParaHOOPS 3D Part Viewer
|
A third-party part viewer for Parasolid parts.
|
[back to top]
2.2 Identification
The full version number for this release is 13.00.151.
The schema name for this release is SCH_13006.
[back to top]
2.3 Compatibility
Parts created in earlier versions of Parasolid are upward compatible with V13.0.
[back to top]
2.3.1 Filename extensions on NT
Up to V6.1, KID and the dummy Frustrum always created textual part files with the extension ".X_T" and accessed textual schema files with the extension ".S_T" (with a similar naming convention for other file guises and binary format files).
Since V6.2, KID and the dummy Frustrum test whether a file resides on a DOS style FAT device or a long name NTFS type device before opening the file, and act accordingly:
-
Files on NTFS devices use the same 7 character extensions (".xmt_txt", ".sch_txt" etc.) as on the other platforms.
-
Files on DOS style FAT devices use the same 3 character extension as at V6.1. They are shown in the following table in upper case for clarity, though the case is ignored.
This table shows the relationships between the FAT and NTFS names (files can simply be renamed when transferring between the different systems):
|
FAT
|
NTFS
|
part
|
.X_T
|
.xmt_txt
|
schema
|
.S_T
|
.sch_txt
|
journal
|
.J_T
|
.jnl_txt
|
snapshot
|
.N_T
|
.snp_txt
|
partition
|
.P_T
|
.xmp_txt
|
delta
|
.D_T
|
.xmd_txt
|
binary
|
.*_B
|
.***_bin
|
[back to top]