FloorPlan
Havoc Crow (Talk | contribs) (add some info on FloorPlan 3D) |
Havoc Crow (Talk | contribs) |
||
Line 5: | Line 5: | ||
}} | }} | ||
− | '''FloorPlan''' is a series of floor plan CAD software, created by the company IMSI. | + | '''FloorPlan''' is a series of floor plan CAD software, created by the company IMSI. Its versions are variously named '''FloorPlan Plus''', '''FloorPlan Plus 3D''', or '''FloorPlan 3D'''. |
− | The initial version of the software represents everything as a collection of 2D shapes. Later versions | + | The initial version of the software represents everything as a collection of 2D shapes. Starting with v3 (?), the structures can also be associated with 3D models. Later versions represent all structures as 3D models. |
== Associated formats == | == Associated formats == | ||
Line 13: | Line 13: | ||
=== Floor plan design files === | === Floor plan design files === | ||
− | Known versions: | + | The actual floor plans created by the program. Known versions of this format: |
* "Floorplan/DOS drawings" (.fpd) - so called in FloorPlan Plus 2.0's import dialog. | * "Floorplan/DOS drawings" (.fpd) - so called in FloorPlan Plus 2.0's import dialog. | ||
Line 19: | Line 19: | ||
* FloorPlan Plus 2.0 for Windows (.fp2) | * FloorPlan Plus 2.0 for Windows (.fp2) | ||
** Identification: Files start with the string <code>FloorPlan Plus/3D Drawing File</code> | ** Identification: Files start with the string <code>FloorPlan Plus/3D Drawing File</code> | ||
− | * FloorPlan v3 (.fp3) | + | * FloorPlan Plus 3D, v3.01 (.fp3) |
+ | ** Identification: Files start with the string <code>FloorPlan Plus/3D Drawing File</code> | ||
* FloorPlan 3D building (.bmf) - saved by FloorPlan 3D. | * FloorPlan 3D building (.bmf) - saved by FloorPlan 3D. | ||
** Identification: Files created by v7.3.330 of the program start with the bytes <code>08 00 00 00 2c 00 00 00</code>, followed by the string <code>FloorPlan3D (cr: "7.3.330"; mod: "7.3.330")</code>. | ** Identification: Files created by v7.3.330 of the program start with the bytes <code>08 00 00 00 2c 00 00 00</code>, followed by the string <code>FloorPlan3D (cr: "7.3.330"; mod: "7.3.330")</code>. | ||
Line 25: | Line 26: | ||
=== Symbol libraries === | === Symbol libraries === | ||
− | FloorPlan | + | Early FloorPlan versions allow to save a set of 2D shapes as a "symbol" which can then be reused repeatedly (e.g. to represent various types of furniture). Starting with FloorPlan 3.0, it's possible to additionally associate a 3D model with a symbol. Symbols are organized into symbol library files. |
− | FloorPlan Plus 2.0 for Windows uses the .lib extension for symbol libraries. | + | FloorPlan Plus 2.0 and 3.0 for Windows uses the .lib extension for symbol libraries. It can also import "Floorplan/DOS libraries" (.lib) and "Floorplan/Windows libraries" (.wol). |
− | + | ||
− | It can also import "Floorplan/DOS libraries" (.lib) and "Floorplan/Windows libraries" (.wol). | + | |
==== Identification ==== | ==== Identification ==== | ||
− | A .lib file created by FloorPlan Plus 2.0 begins with the string | + | A .lib file created by FloorPlan Plus 2.0 or 3.0 begins with the string <code>FPWIN/3D Symbol Library Version 1.0</code>. The name of the library is stored in plaintext, starting at offset 0x2C. |
− | + | ||
− | <code>FPWIN/3D Symbol Library Version 1.0</code> | + | |
− | + | ||
− | The name of the library is stored in plaintext, starting at offset 0x2C. | + | |
=== Styles === | === Styles === | ||
Line 45: | Line 40: | ||
==== Identification ==== | ==== Identification ==== | ||
− | A .sty file created by FloorPlan Plus 2.0 begins with the string | + | A .sty file created by FloorPlan Plus 2.0 or 3.0 begins with the string <code>FloorPlan Plus/3D Stock Styles</code>. |
− | + | ||
− | <code>FloorPlan Plus/3D Stock Styles</code> | + | |
== External links == | == External links == | ||
* [https://archive.org/details/FloorPlan-Plus2 FloorPlan Plus 2.0 (Windows 3.1)] at the Internet Archive | * [https://archive.org/details/FloorPlan-Plus2 FloorPlan Plus 2.0 (Windows 3.1)] at the Internet Archive |
Revision as of 16:13, 15 August 2025
FloorPlan is a series of floor plan CAD software, created by the company IMSI. Its versions are variously named FloorPlan Plus, FloorPlan Plus 3D, or FloorPlan 3D.
The initial version of the software represents everything as a collection of 2D shapes. Starting with v3 (?), the structures can also be associated with 3D models. Later versions represent all structures as 3D models.
Contents |
Associated formats
Floor plan design files
The actual floor plans created by the program. Known versions of this format:
- "Floorplan/DOS drawings" (.fpd) - so called in FloorPlan Plus 2.0's import dialog.
- "Floorplan/Windows drawings" (.fpw) - so called in FloorPlan Plus 2.0's import dialog.
- FloorPlan Plus 2.0 for Windows (.fp2)
- Identification: Files start with the string
FloorPlan Plus/3D Drawing File
- Identification: Files start with the string
- FloorPlan Plus 3D, v3.01 (.fp3)
- Identification: Files start with the string
FloorPlan Plus/3D Drawing File
- Identification: Files start with the string
- FloorPlan 3D building (.bmf) - saved by FloorPlan 3D.
- Identification: Files created by v7.3.330 of the program start with the bytes
08 00 00 00 2c 00 00 00
, followed by the stringFloorPlan3D (cr: "7.3.330"; mod: "7.3.330")
.
- Identification: Files created by v7.3.330 of the program start with the bytes
Symbol libraries
Early FloorPlan versions allow to save a set of 2D shapes as a "symbol" which can then be reused repeatedly (e.g. to represent various types of furniture). Starting with FloorPlan 3.0, it's possible to additionally associate a 3D model with a symbol. Symbols are organized into symbol library files.
FloorPlan Plus 2.0 and 3.0 for Windows uses the .lib extension for symbol libraries. It can also import "Floorplan/DOS libraries" (.lib) and "Floorplan/Windows libraries" (.wol).
Identification
A .lib file created by FloorPlan Plus 2.0 or 3.0 begins with the string FPWIN/3D Symbol Library Version 1.0
. The name of the library is stored in plaintext, starting at offset 0x2C.
Styles
Style files (.sty) are collections of predefined styles for architectural elements, such as floors, walls, or wiring.
Identification
A .sty file created by FloorPlan Plus 2.0 or 3.0 begins with the string FloorPlan Plus/3D Stock Styles
.
External links
- FloorPlan Plus 2.0 (Windows 3.1) at the Internet Archive
- File Formats
- Electronic File Formats
- 3D and CAD/CAM Models
- File formats with extension .fpd
- File formats with extension .fpw
- File formats with extension .fp2
- File formats with extension .fp3
- File formats with extension .bmf
- File formats with extension .lib
- File formats with extension .wol
- File formats with extension .sty