JPH04148375A - Cad data compression/store processing system - Google Patents

Cad data compression/store processing system

Info

Publication number
JPH04148375A
JPH04148375A JP2273085A JP27308590A JPH04148375A JP H04148375 A JPH04148375 A JP H04148375A JP 2273085 A JP2273085 A JP 2273085A JP 27308590 A JP27308590 A JP 27308590A JP H04148375 A JPH04148375 A JP H04148375A
Authority
JP
Japan
Prior art keywords
digits
data
coordinate position
position data
display
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2273085A
Other languages
Japanese (ja)
Other versions
JP2719228B2 (en
Inventor
Minoru Koshiba
小柴 稔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2273085A priority Critical patent/JP2719228B2/en
Publication of JPH04148375A publication Critical patent/JPH04148375A/en
Priority to US08/136,410 priority patent/US5325316A/en
Application granted granted Critical
Publication of JP2719228B2 publication Critical patent/JP2719228B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Processing Or Creating Images (AREA)

Abstract

PURPOSE:To reduce the memory capacity needed for a drawing master file which stores the CAD data by compressing the number of digits of the coordinate position data when the data are transferred from a display memory and stored in a drawing master file. CONSTITUTION:A display memory 11 stores the information including the coordinate position data on the drawing displayed on a display 10. Then a compression processing part 13 is added to compress the number of digits in regard of the coordinate position data stored in the memory 11 together with a store processing part 17 which stores the coordinate position data containing the compressed number of digits in a drawing master file 12, and a restoration processing part 14 which restores the number of digits of the value read out by a read processing part 18. That is, the file 12 holds the coordinate position data containing the compressed number of digits. As a result, the memory capacity needed for the file 12 is reduced.

Description

【発明の詳細な説明】 〔概 要〕 CADIlff1面を表示するデータ処理装置において
[Detailed Description of the Invention] [Summary] In a data processing device that displays one page of CADIlff.

データの桁数を圧縮保存するCADデータ圧縮保存処理
方式に関し。
Regarding a CAD data compression storage processing method that compresses and stores the number of digits of data.

CADデータを保存する図面マスタ・ファイルに必要と
するメモリ容量を少なくするようにすることを目的とし ディスプレイに表示している図面に関する情報を保持し
ている表示メモリから図面マスタ・ファイルにデータを
転送し保存するに当たって、少なくとも座標位置データ
の桁数を必要に応じて適宜に圧縮して保存するように構
成する。
The purpose is to reduce the memory capacity required for the drawing master file that stores CAD data. Data is transferred from the display memory that holds information about the drawing displayed on the display to the drawing master file. When storing the coordinate position data, at least the number of digits of the coordinate position data is appropriately compressed and stored as necessary.

〔産業上の利用分野〕[Industrial application field]

本発明は、CAD図面を表示するデータ処理装置におい
てデータの桁数を圧縮保存するCADデータ圧縮保存処
理方式に関する。
The present invention relates to a CAD data compression and storage processing method for compressing and storing the number of digits of data in a data processing device that displays CAD drawings.

CAD図面は対象とする分野によって取り得る座標値の
桁位置が大きく異なる。
In CAD drawings, the digit positions of coordinate values that can be taken vary greatly depending on the target field.

〔従来の技術〕[Conventional technology]

従来からCAD図面データは図面マスタ・ファイルに保
存され、後日の再表示のために利用される。
Traditionally, CAD drawing data is stored in a drawing master file and used for redisplay at a later date.

上記の如< CAD図面データは図面マスタ・ファイル
に保存されるが2例えばLSI設計のためのデータとし
ては10−9ないし10°のオーダの値であり、また建
築設計の場合のデータとしては10−”ないし102の
オーダの値である。このために従来の場合、各種の応用
分野に対処できるようにするために2例えば101ない
し10!のオーダの値を保存できるように桁数が考慮さ
れていた。
As mentioned above, CAD drawing data is saved in a drawing master file2, but for example, data for LSI design is on the order of 10-9 to 10 degrees, and data for architectural design is on the order of 10 degrees. Therefore, in the past, the number of digits was taken into account so that values on the order of 2, for example 101 to 10!, could be stored in order to be able to cope with various application fields. was.

〔発明が解決しようとする課題] このために、従来の場合には2図面マスタ・ファイルに
必要とするメモリ容量が大となってしまっていた。
[Problems to be Solved by the Invention] For this reason, in the conventional case, the memory capacity required for two drawing master files has become large.

しかし、上述したLSI設計の場合と建築設計の場合と
で夫々個別に考えれば、有効桁数が10桁分程度存在す
れば足りる。
However, if the above-mentioned LSI design and architectural design are considered separately, it is sufficient to have about 10 effective digits.

本発明は、CADデータを保存する図面マスタ・ファイ
ルに必要とするメモリ容量を少なくするようにすること
を目的としている。
An object of the present invention is to reduce the memory capacity required for a drawing master file that stores CAD data.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の原理構成図を示す0図示の左側は処理
フローを表示したものであり1図示の右側は当該処理フ
ローに対応した処理JIIi様を図示したものである0
図中の符号lは表示メモリ上の座標データ、2は外部よ
り指定される上限桁数を保持する上限桁数テーブル、3
は桁数圧縮指示部。
Figure 1 shows the principle configuration diagram of the present invention.0 The left side of the figure shows the processing flow, and the right side of the figure shows the processing JIIi corresponding to the processing flow.0
The code l in the figure is the coordinate data on the display memory, 2 is the upper limit number of digits table that holds the upper limit number of digits specified from the outside, and 3
is the digit compression instruction part.

4−1および4−2は図面マスタ・ファイル上での保存
データを表している。
4-1 and 4-2 represent data saved on the drawing master file.

〔作 用〕[For production]

図示処理フローと対応しつつ説明する。 This will be explained in correspondence with the illustrated processing flow.

処理■:表示メモリ上の座標データ1が図示の場合r1
23.456789012345」で与えられる15桁
であったとしたとき、当該応用分野における最上位桁数
が4桁である旨、外部から指示される(即ち小数点より
上の桁数が最大「4」であることが指示される□応 用分野によって異なる)。
Process ■: If coordinate data 1 on the display memory is as shown, r1
23.456789012345", the number of most significant digits in the application field is 4 digits (in other words, the maximum number of digits above the decimal point is 4). □Depends on the field of application).

処理■:データの桁数を圧縮するに当たって、仮に有効
桁数が10桁であるとすると、この旨が桁数圧縮指示部
3に設定される。この結果、上記の座標データ1が正規
化され。
Process (2): When compressing the number of digits of data, assuming that the number of effective digits is 10, this fact is set in the number of digits compression instruction unit 3. As a result, the above coordinate data 1 is normalized.

図示の如く。As shown.

rO,0123456789012345EIO’ J
とされる。なお、この場合にro、o12・・・Jの如
く小数点第1桁目に「0」を挿入したのは、上限桁数が
4桁であるのに図面の座標データが小数点より上で3桁
分であることのためである。またrE10’Jは上限桁
数が4桁であることを指示している。
rO,0123456789012345EIO' J
It is said that In this case, the reason for inserting "0" in the first digit of the decimal point as in ro, o12...J is because the upper limit is 4 digits, but the coordinate data in the drawing is 3 digits above the decimal point. This is because it is a minute. Further, rE10'J indicates that the upper limit number of digits is 4 digits.

処理■:圧縮データを図面マスタ・ファイルに保存する
に当たっては、rgJ示の如<10桁分の r0123456789」 と上限桁数が「4Jであることとを表す保存データ4−
1と4−2とが保存される。
Process ■: When saving the compressed data in the drawing master file, save data 4- indicates that rgJ <10 digits r0123456789” and the upper limit number of digits is “4J”.
1 and 4-2 are saved.

〔実施例〕〔Example〕

第2図は本発明の一実施例構成を示す。 FIG. 2 shows the configuration of an embodiment of the present invention.

図中の符号10,10°はディスプレイ、11゜11°
は表示メモリ、12は図面マスタ・ファイル、13は圧
縮処理部、14は復元処理部、15は圧縮時データ、1
6は復元時データ、17は格納処理部、18は続出し処
理部を表している。
The symbols 10 and 10° in the diagram are the display, 11° and 11°.
1 is a display memory, 12 is a drawing master file, 13 is a compression processing unit, 14 is a restoration processing unit, 15 is data at the time of compression, 1
Reference numeral 6 represents data at the time of restoration, 17 represents a storage processing section, and 18 represents a continuous output processing section.

例えば地図図面を作成するに当たって、ディスプレイ1
0上に地図が表示され、地図データが決定されてゆく、
この結果1表示メモリ11上には。
For example, when creating a map drawing, display 1
A map is displayed on 0, and map data is determined.
As a result, 1 is displayed on the display memory 11.

例えば成る線分に対応する座標位置データとして。For example, as coordinate position data corresponding to a line segment.

当該線分が (132,5、67,1) で与えられる始点から (849,4、67,1) で与えられる終点をもつものとして格納されている。The line segment is (132,5,67,1) From the starting point given by (849,4,67,1) It is stored as having an end point given by .

この座標位置データを図面マスタ・ファイル12に保存
するに当たって、15桁を10桁に圧縮することと上限
桁数が「4」であることとが指示され、圧縮処理部13
は図示の圧縮時データ15を得る。この結果は2図面の
如く1図面マスタ・ファイル12上に、上限桁数「4」
と−緒に、線分データ (0132501)000.0671000000)〜
(0849400000,0671000000)とし
て保存される。
When saving this coordinate position data in the drawing master file 12, it is instructed to compress 15 digits to 10 digits and that the upper limit number of digits is "4", and the compression processing unit 13
obtains the compressed data 15 shown in the figure. This result is on one drawing master file 12 like two drawings, and the upper limit number of digits is "4".
Along with that, line segment data (0132501)000.0671000000)~
(0849400000,0671000000).

地図を参照するに当たっては2図面マスタ・ファイル1
2から図面データが読み出され、復元処理部14におい
て復元される。即ち1図示の復元時データ16が得られ
る。
When referring to the map, 2 drawing master files 1
The drawing data is read from 2 and restored by the restoration processing section 14. That is, the restored data 16 shown in FIG. 1 is obtained.

この復元時データ16は1表示メモリ11°に転記され
、ディスプレイ10’上に表示される。
This restored data 16 is transferred to the 1-display memory 11° and displayed on the display 10'.

なお上記実施例においては上限桁数を「4」としたが9
例えばLSI設計などの場合には上限桁数が「1」ある
いは更に小さい「少数点以下1」の如く与えられること
になる。
Note that in the above example, the upper limit number of digits was set to "4", but 9
For example, in the case of LSI design, the upper limit number of digits is given as "1" or even smaller "1 decimal point".

〔発明の効果〕〔Effect of the invention〕

以上説明した如く1本発明によれば、応用分野に対応し
て、上限桁数を設定して真に必要とする育効桁の値を正
しく保存することができる。また図面マスタ・ファイル
12に保存する圧縮時データの桁数をも、適宜に選択的
に指示することができる。
As described above, according to the present invention, it is possible to set the upper limit number of digits in accordance with the field of application and to correctly store the value of the effective digit that is truly required. Furthermore, the number of digits of compressed data to be saved in the drawing master file 12 can be selectively designated as appropriate.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の原理構成図。 の一実施例構成を示す。 図中の符号10.10“はディスプレイ、11゜11′
は表示メモリ、12は図面マスタ・ファイル、13は圧
縮処理部、14は復元処理部、15は圧縮時データ、1
6は復元時データを表す。 第2図は本発明
FIG. 1 is a diagram showing the principle configuration of the present invention. The configuration of one embodiment is shown. The symbol 10.10" in the figure is the display, 11°11'
1 is a display memory, 12 is a drawing master file, 13 is a compression processing unit, 14 is a restoration processing unit, 15 is data at the time of compression, 1
6 represents data at the time of restoration. Figure 2 shows the invention

Claims (1)

【特許請求の範囲】 CAD図面を表示するディスプレイ(10)を有すると
共に、当該ディスプレイ(10)に表示される図面に関
する座標位置データを含む情報を保持する表示メモリ(
11)をそなえ、当該表示メモリ(11)の内容に対応
したデータを図面マスタ・ファイル(12)上に格納し
、および/または格納したデータを読み出して上記ディ
スプレイ(10)上に表示するCADデータ処理装置に
おいて、上記表示メモリ(11)上の少なくとも上記座
標位置データに関して、桁数を圧縮する圧縮処理部(1
3)と、 当該圧縮処理部(13)において桁数を圧縮された座標
位置データを上記図面マスタ・ファイル(12)に格納
する格納処理部(17)と、当該図面マスタ・ファイル
(12)の内容を読み出す読出し処理部(18)と、 当該読出し処理部(18)によって読み出された値の桁
数を復元する復元処理部(14)とをそなえ、上記図面
マスタ・ファイル(12)が上記桁数を圧縮された座標
位置データを保持するようにしたことを特徴とするCA
Dデータ圧縮保存処理方式。
[Scope of Claims] A display memory (10) having a display (10) for displaying a CAD drawing and holding information including coordinate position data regarding the drawing displayed on the display (10).
11), stores data corresponding to the contents of the display memory (11) in a drawing master file (12), and/or reads the stored data and displays it on the display (10). In the processing device, a compression processing unit (1) compresses the number of digits with respect to at least the coordinate position data on the display memory (11).
3), a storage processing unit (17) that stores the coordinate position data compressed in the number of digits in the drawing master file (12) in the compression processing unit (13), and The drawing master file (12) is provided with a read processing unit (18) for reading out the contents, and a restoration processing unit (14) for restoring the number of digits of the value read by the read processing unit (18). A CA characterized by holding coordinate position data with a compressed number of digits.
D data compression storage processing method.
JP2273085A 1990-10-11 1990-10-11 Coordinate data storage processing device Expired - Fee Related JP2719228B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2273085A JP2719228B2 (en) 1990-10-11 1990-10-11 Coordinate data storage processing device
US08/136,410 US5325316A (en) 1990-10-11 1993-10-15 Compression processing method of real number data in processing system and apparatus therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2273085A JP2719228B2 (en) 1990-10-11 1990-10-11 Coordinate data storage processing device

Publications (2)

Publication Number Publication Date
JPH04148375A true JPH04148375A (en) 1992-05-21
JP2719228B2 JP2719228B2 (en) 1998-02-25

Family

ID=17522936

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2273085A Expired - Fee Related JP2719228B2 (en) 1990-10-11 1990-10-11 Coordinate data storage processing device

Country Status (1)

Country Link
JP (1) JP2719228B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114004908A (en) * 2021-11-01 2022-02-01 中筑创联建筑科技(北京)有限公司 Implementation method for simplifying DWG two-dimensional engineering drawing

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63273170A (en) * 1987-04-30 1988-11-10 Nec Corp Data compression method for integrated circuit pattern data

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63273170A (en) * 1987-04-30 1988-11-10 Nec Corp Data compression method for integrated circuit pattern data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114004908A (en) * 2021-11-01 2022-02-01 中筑创联建筑科技(北京)有限公司 Implementation method for simplifying DWG two-dimensional engineering drawing
CN114004908B (en) * 2021-11-01 2023-01-06 中筑创联建筑科技(北京)有限公司 Implementation method for simplifying DWG two-dimensional engineering drawing

Also Published As

Publication number Publication date
JP2719228B2 (en) 1998-02-25

Similar Documents

Publication Publication Date Title
JPH0158547B2 (en)
JPH0434345B2 (en)
JPH04148375A (en) Cad data compression/store processing system
US5325316A (en) Compression processing method of real number data in processing system and apparatus therefor
JP2587417B2 (en) File backup and restoration method
JPH0461363B2 (en)
JPH02301873A (en) Image processor
JPH06324840A (en) Data compressing device
JPS61184974A (en) Picture data converting device
JPH05173964A (en) History acquisition system for input/output data
JPS62101176A (en) Picture processing method
JP2507399B2 (en) Database equipment
JPS63204473A (en) Drawing input processor
JPS60171530A (en) Data processing system
JPH0348983A (en) Hidden-line erasing processor
JPH0449469A (en) Image data processing system
JPH0261750A (en) File remote maintaining method in on-line system
JPS62294286A (en) Image display unit
JPH02254570A (en) Optical disk filing device
JPH0496872A (en) Picture processor
JPH01251089A (en) Character display device
JPH04294419A (en) Binary data compressing/storing system
JPH0797371B2 (en) Character data storage
JPS63103339A (en) Recording system for action history information on program
JPS63221477A (en) File converting system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees