JPH0830663A - Graphic processor and graphic processing method - Google Patents

Graphic processor and graphic processing method

Info

Publication number
JPH0830663A
JPH0830663A JP6161586A JP16158694A JPH0830663A JP H0830663 A JPH0830663 A JP H0830663A JP 6161586 A JP6161586 A JP 6161586A JP 16158694 A JP16158694 A JP 16158694A JP H0830663 A JPH0830663 A JP H0830663A
Authority
JP
Japan
Prior art keywords
processing
shape
attribute
data
processing procedure
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.)
Pending
Application number
JP6161586A
Other languages
Japanese (ja)
Inventor
Yoshiaki Shinozuka
義昭 篠塚
Tomotoshi Ishida
智利 石田
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP6161586A priority Critical patent/JPH0830663A/en
Publication of JPH0830663A publication Critical patent/JPH0830663A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

PURPOSE:To facilitate diverse processing wherein shape information and attribute information are associated. CONSTITUTION:An element processing procedure data generating program 105 generates element processing procedure data 114 of shape processing by referring to shape data 113, an element processing procedure data altering program 106 alters the element processing procedure data 114 by referring to the attribute data 115 made to correspond with shape attribute correspondence data 116, and an element unit shape processing program 120 performs shape processing in element units by the items of the element processing procedure data 114. Consequently, operation wherein user's original shape processing and attribute processing are associated is facilitated.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、機械製品を対象とした
図形の処理装置及び方法に係わり、特に、形状モデルや
組立品といった形状情報と、設計や生産に必要な形状情
報に付随する属性情報とを統合的に矛盾なく取り扱うこ
とのできる図形処理装置及び方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing apparatus and method for machine products, and more particularly to shape information such as a shape model and an assembly, and attributes associated with the shape information necessary for design and production. The present invention relates to a graphic processing apparatus and method capable of handling information and information in an integrated manner.

【0002】[0002]

【従来の技術】現在、機械製品を対象としたCADシス
テムにおいては、形状情報と共に属性情報、すなわち形
状情報から推察や計算によっては得られない設計情報を
扱う必要がある。このうち、形状情報の表現方法につい
てはある程度一般性があり、標準的な方法で取扱われて
いれば特にユーザが変更する必要はない。しかし、属性
情報については、ユーザごとに必要とする情報の内容、
表現方法、操作方法がきわめて多様である。そこでCA
Dシステムに対しては、ユーザが個別に属性情報の内
容、表現方法、操作方法を変更、追加でき、しかもその
属性情報が形状情報と関連付けて表現され、操作ができ
ることが望まれている。このための、形状情報と属性情
報とを取り扱うために処理機能を拡張する従来の方法と
しては、大きく分けて3種類があった。
2. Description of the Related Art Currently, in CAD systems for machine products, it is necessary to handle not only shape information but also attribute information, that is, design information that cannot be obtained from shape information by inference or calculation. Of these, the method of expressing the shape information has generality to some extent, and the user does not need to change it if it is handled by a standard method. However, regarding the attribute information, the content of the information required for each user,
There are a great variety of expressions and operations. CA
For the D system, it is desired that the user can individually change or add the content, expression method, and operation method of the attribute information, and that the attribute information is expressed in association with the shape information and can be operated. For this purpose, there are roughly three types of conventional methods for expanding the processing function to handle the shape information and the attribute information.

【0003】1つめは、ユーザが要求する形状情報及び
属性情報を処理する機能を満たすコマンドを新規に作成
する方法である。
The first method is to newly create a command satisfying the function of processing the shape information and the attribute information requested by the user.

【0004】2つめは、基本コマンドまたは上記の新規
作成コマンドを組み合わせて順番に実行するマクロコマ
ンドを作成する方法である。この従来方法の例を図2に
示す。この例は、基本コマンド処理201、203、2
04及び新規作成コマンド処理202、205からなる
1つのマクロコマンドを作成したものである。すなわ
ち、まず基本コマンド処理201を実行し、その結果を
入力データとして次処理である新規作成コマンド処理2
02の実行を行なう。次に、基本コマンド処理201及
び新規作成コマンド202の実行結果を入力データとし
て基本コマンド処理203の実行を行なうというように
処理が行なわれる。このように、処理202、203、
204、205は、それぞれの前に行なった処理の実行
結果を考慮しなくてはならない。すなわち、マクロコマ
ンドを構成する各コマンドが、直前に実行されるコマン
ドとうまく連携するようにしなくてはならない。
The second method is to create a macro command that is executed in sequence by combining the basic commands or the above-mentioned new creation commands. An example of this conventional method is shown in FIG. In this example, basic command processing 201, 203, 2
04 and the newly created command processing 202, 205 creates one macro command. That is, first, the basic command process 201 is executed, and the result is used as input data, which is the next process, that is, new creation command process 2
02 is executed. Next, the basic command process 201 and the newly created command 202 are executed as input data, and the basic command process 203 is executed. Thus, the processes 202, 203,
204 and 205 must consider the execution result of the processing performed before each. In other words, each command that constitutes the macro command must cooperate with the command that is executed immediately before.

【0005】3つめは、処理内容をモードで選択する方
法である。つまり、あらかじめ全ての場合に対応した処
理プログラムを作成しておく。むろん、あらかじめ用意
されていない処理を行うことは不可能である。
The third method is to select the processing content by mode. That is, a processing program corresponding to all cases is created in advance. Of course, it is impossible to perform a process that is not prepared in advance.

【0006】また、特開平3−36668号公報には、
形状のパラメータを変更して形状を変える形状生成方法
が示されている。
Further, Japanese Patent Laid-Open No. 3-36668 discloses that
A shape generation method for changing the shape by changing the shape parameter is shown.

【0007】[0007]

【発明が解決しようとする課題】図4は、CADシステ
ムのユーザが行なおうとしている、形状情報と属性情報
を組み合わせた処理の例を示すものである。これは2つ
の直方体形状401、402を接続するもので、形状情
報のみを対象とするときには、単にこれらを接合して1
つの大きい直方体形状403を生成すればよい。しかし
これに属性情報が付いた場合には、異なる処理が必要で
ある。例えば面404と405の表面粗さが同程度の面
は、統合して1つの面4045とすればよいが、表面粗
さが異なるときは、統合しないで2つの面のままで残し
ておきたい場合がある。また同じ表面粗さを扱う場合で
も、他のユーザは他の目的から、形状的には面を統合
し、面の粗さをより高品位の側に合わせるという処理を
望む場合もある。このように、属性情報に応じた処理が
必要で、処理内容はユーザの目的ごとに多様に変える必
要がある。
FIG. 4 shows an example of a process of combining shape information and attribute information which a user of the CAD system is going to perform. This is to connect two rectangular parallelepiped shapes 401 and 402. When only shape information is targeted, these are simply joined to
It suffices to generate two large rectangular parallelepiped shapes 403. However, if attribute information is attached to this, different processing is required. For example, the surfaces having the same surface roughness of the surfaces 404 and 405 may be integrated into one surface 4045, but when the surface roughness is different, it is desired to leave them as two surfaces without integrating them. There are cases. Further, even when the same surface roughness is handled, other users may desire a process of integrating surfaces in terms of shape and matching the surface roughness to a higher quality side for other purposes. As described above, the processing according to the attribute information is necessary, and the processing content needs to be variously changed according to the purpose of the user.

【0008】ところが、従来例で示した第1の新規コマ
ンドを作成する方法では、形状処理部分も含めて全処理
を新規に作成しなくてはならない。ということは、形状
と属性を連係させた処理を多数行なおうとすると、結局
図形処理装置中のほとんどの処理を新規に作成しなくて
はならない。第2のマクロコマンドによる方法でもうま
く扱うことはできない。なぜなら、従来の図形処理装置
では、形状処理の途中で各形状要素がどのように処理さ
れるかの情報を出力することはできないのである。また
上記のような例では、マクロコマンドの部品にできる基
本コマンドが存在せず、結局全てを新規作成しなくては
ならない。第3のモード選択方法では、あらかじめ上記
で述べた処理方法を全て考慮して装置を作成しておく必
要があり、多様な要求には対応しきれない。さらに特開
平3−36668号公報に記載された技術では、形状の
パラメータから形状の要素変更は可能であるが、形状処
理自体の内容を変えることはできず、従って属性に対応
した多様な処理が行えなかった。
However, in the method of creating the first new command shown in the conventional example, all the processing including the shape processing part must be newly created. This means that if a large number of processes in which shapes and attributes are linked are to be performed, most of the processes in the graphic processing device must be newly created. Even the method using the second macro command cannot be handled well. This is because the conventional graphic processing device cannot output information on how each shape element is processed during the shape processing. Further, in the above example, there is no basic command that can be a macro command component, and in the end, all must be newly created. In the third mode selection method, it is necessary to prepare the device in consideration of all the processing methods described above in advance, and it is not possible to meet various requests. Further, in the technique described in Japanese Patent Laid-Open No. 3-36668, the shape element can be changed from the shape parameter, but the content of the shape processing itself cannot be changed, and therefore various processing corresponding to the attribute can be performed. I couldn't.

【0009】本発明の目的は、上記問題点を解決し、ユ
ーザが形状情報と属性情報を連係させて扱う、独自の処
理を容易に実現できる図形処理装置とその方法を提供す
るにある。
An object of the present invention is to solve the above-mentioned problems and to provide a graphic processing apparatus and a method thereof in which a user handles shape information and attribute information in association with each other and can easily realize unique processing.

【0010】[0010]

【課題を解決するための手段】上記の目的は、属性付き
形状処理の指示を受け付けることのできる入力手段と、
該手段からの入力により指示された属性付き形状処理を
行うための、形状の各要素に対する処理手順を示す要素
処理手順データを生成する要素処理手順デ−タ作成手段
と、該手段により作成された要素処理手順データを上記
形状につけられた属性を参照して変更するための要素処
理手順デ−タ変更手段と、該手段により生成された要素
処理手順データに基づいて形状の各要素単位に形状処理
を行う要素単位形状処理手段と、該手段の形状処理によ
り得られた形状データを出力する表示手段とを有する図
形処理装置に、マクロ形状処理の指示を受け付ける入力
装置手段とを設けることにより達成される。
[Means for Solving the Problems] The above-mentioned object is to provide an input means capable of receiving an instruction of attribute-based shape processing,
An element processing procedure data generating means for generating element processing procedure data indicating a processing procedure for each element of the shape for performing the shape processing with an attribute instructed by the input from the means, and the element processing procedure data created by the means. Element processing procedure data changing means for changing the element processing procedure data by referring to the attribute attached to the shape, and shape processing for each element of the shape based on the element processing procedure data generated by the means. It is achieved by providing an input device means for receiving an instruction of macro shape processing in a graphic processing apparatus having an element unit shape processing means for performing the above and a display means for outputting shape data obtained by the shape processing of the means. It

【0011】[0011]

【作用】要素処理手順データ作成手段により、各種形状
要素に対する新規生成、削除、変形、分割、統合、接
触、転写生成などの処理が定められ、さらにそれらが形
状要素に付けられた属性に適した処理となるように変更
できるから、きわめて多様な処理内容に容易に対応でき
る。
The element processing procedure data creating means defines processing such as new generation, deletion, transformation, division, integration, contact, and transfer generation for various shape elements, which are suitable for the attribute attached to the shape element. Since it can be changed so that it becomes a process, it is possible to easily cope with a wide variety of process contents.

【0012】[0012]

【実施例】本発明の実施例を以下に説明する。図1は、
本発明の装置の一実施例を示すブロック図である。キー
ボードやマウスなどの入力装置101は、ユーザの操作
によってコマンドやそのパラメータ、表示画面上の座標
値によって指示されるマクロ形状処理の指示を処理装置
103に送る。出力装置102は、処理装置103から
の命令を受け取り、図形や文字を表示する。メモリ10
4には、形状データ113、属性データ115、形状属
性対応データ116及び要素処理手順データ114が格
納される。要素処理手順データ作成プログラム105
は、ユーザのマクロ形状処理の指示によって、入力装置
101から取り込まれた処理対象形状を、形状データ1
13から取りだし、それを基に形状要素の新規作成、削
除、変形、分割、統合、接触、転写生成の各処理をどの
要素に対してどの順番で行なうかというデータを作成
し、要素処理手順データ114としてメモリ104に格
納する。要素処理手順データ変更プログラム106は、
メモリ104から要素処理手順データ114を取り出
し、属性データ115、形状属性対応データ116を参
照して、ユ−ザの意図するように要素処理手順データ1
14を変更し、メモリ104に格納する。要素単位形状
処理プログラム120は、メモリ104から形状データ
113、要素処理手順データ114、属性データ115
及び形状属性対応データ116を取り出し、要素処理手
順データ114に基づいて形状データ113の要素単位
に形状処理を行ない、形状データ113を変更し、それ
に伴い属性データ115及び形状属性対応データ116
を変更する。
EXAMPLES Examples of the present invention will be described below. Figure 1
It is a block diagram which shows one Example of the apparatus of this invention. The input device 101 such as a keyboard or a mouse sends to the processing device 103 an instruction for macro shape processing instructed by a command, a parameter thereof, and a coordinate value on the display screen by a user operation. The output device 102 receives a command from the processing device 103 and displays a graphic or a character. Memory 10
4 stores shape data 113, attribute data 115, shape attribute corresponding data 116, and element processing procedure data 114. Element processing procedure data creation program 105
Represents the shape to be processed captured from the input device 101 according to the user's macro shape processing instruction.
13), and based on that, create data on which elements are to be newly created, deleted, deformed, divided, integrated, contacted, and transferred, and in what order, and the element processing procedure data is created. It is stored in the memory 104 as 114. The element processing procedure data change program 106
The element processing procedure data 114 is retrieved from the memory 104, the element processing procedure data 1 is referred to by the user by referring to the attribute data 115 and the shape attribute correspondence data 116.
14 is changed and stored in the memory 104. The element-based shape processing program 120 stores the shape data 113, the element processing procedure data 114, and the attribute data 115 from the memory 104.
And shape attribute corresponding data 116 are extracted, shape processing is performed for each element of the shape data 113 based on the element processing procedure data 114, the shape data 113 is changed, and the attribute data 115 and the shape attribute corresponding data 116 are accordingly changed.
To change.

【0013】要素処理手順データ114の一例を図3に
示す。これは図4に示す形状401と形状402の和集
合演算処理を行なうときの、要素処理手順データ114
の一部を示したもので、対象要素301とその処理内容
302の組で構成されている。その格納内容は、図4の
場合で示すと、面404と面405が1つの面に統合さ
れ、線406と線407が削除されることを表す。
An example of the element processing procedure data 114 is shown in FIG. This is the element processing procedure data 114 when performing the union operation processing of the shapes 401 and 402 shown in FIG.
Of the target element 301 and its processing content 302. As shown in the case of FIG. 4, the stored contents indicate that the surface 404 and the surface 405 are integrated into one surface, and the line 406 and the line 407 are deleted.

【0014】要素処理手順データ114は、マクロ処理
内容(統合、削除、・・・のような処理の系列)が同一
であっても、属性情報が異なると異なる。このため、す
べての場合を想定して手順を作成しておくことはでき
ず、本発明では、要素処理手順データ作成プログラム1
05により作成された要素処理手順データを変更する要
素処理手順データ変更プログラム106の処理により対
応する。
The element processing procedure data 114 is different if the attribute information is different even if the macro processing contents (a series of processing such as integration, deletion, ...) Are the same. Therefore, the procedure cannot be created assuming all cases, and in the present invention, the element processing procedure data creation program 1
This is handled by the processing of the element processing procedure data changing program 106 for changing the element processing procedure data created by 05.

【0015】図5はこの要素処理手順変更プログラム1
06のブロック図を示したものである。ここでは、まず
属性データ格納プログラム132により、入力装置10
1より入力された属性データ134を読み込み、メモリ
104へ格納する。図6、図7はその格納例を示すもの
で、属性データ内のインデックスを表す属性id601
と属性内容602からなっている。図6は図4の例に対
応しており、属性id=1、2の属性内容408、40
9が同じである(▽印の個数により面の粗さを表してい
る)。一方、図7は図8の例の場合であり、属性id=
1、2の属性内容408、801が異なっている。
FIG. 5 shows the element processing procedure changing program 1
Fig. 16 shows a block diagram of 06. Here, first, the attribute data storage program 132 causes the input device 10 to
The attribute data 134 input from 1 is read and stored in the memory 104. 6 and 7 show an example of the storage, and an attribute id 601 representing an index in the attribute data.
And attribute contents 602. FIG. 6 corresponds to the example of FIG. 4, and attribute contents 408 and 40 with attribute id = 1 and 2
9 is the same (surface roughness is represented by the number of ∇ marks). On the other hand, FIG. 7 is the case of the example of FIG. 8, and the attribute id =
The attribute contents 408 and 801 of 1 and 2 are different.

【0016】次に、形状属性データ格納プログラム13
3により、入力された属性データから、対象要素と属性
データの対応関係を示す形状属性対応データ116を作
成すし、メモリ104へ格納する。図9、図10はその
格納例を示すもので、対象要素901と属性id601
からなっている。対象要素901は、入力された要素を
示す形状データ113の要素であり、属性id601
は、入力された属性内容を持つ属性データ115の属性
idである。図9は図4の場合に対応し、対象要素90
2は面404を、対象要素903は面405を示し、属
性id904は仕上げ精度408を、属性id905は
仕上げ精度409を示している。図10は同様に、図8
の場合に対応している。
Next, the shape attribute data storage program 13
3, the shape attribute correspondence data 116 indicating the correspondence between the target element and the attribute data is created from the input attribute data and stored in the memory 104. FIG. 9 and FIG. 10 show the storage example, and the target element 901 and the attribute id 601 are shown.
It consists of The target element 901 is an element of the shape data 113 indicating the input element, and has an attribute id 601.
Is the attribute id of the attribute data 115 having the input attribute content. FIG. 9 corresponds to the case of FIG. 4, and the target element 90
Reference numeral 2 indicates the surface 404, target element 903 indicates the surface 405, attribute id 904 indicates the finishing accuracy 408, and attribute id 905 indicates the finishing accuracy 409. Similarly, FIG.
It corresponds to the case of.

【0017】次に、属性データ参照プログラム130に
より、要素処理手順データ114の対象要素の属性デー
タを、形状属性対応データ116を介して属性データ1
15から参照する。そして属性別要素処理手順データ変
更プログラム131により、要素処理手順データと参照
した属性データとに従い、ユーザの意図するように要素
処理手順データを変更する。
Next, the attribute data reference program 130 converts the attribute data of the target element of the element processing procedure data 114 to the attribute data 1 via the shape attribute correspondence data 116.
Reference from 15. Then, the attribute-specific element processing procedure data changing program 131 changes the element processing procedure data as intended by the user according to the element processing procedure data and the referenced attribute data.

【0018】図11は、面の仕上げ精度に応じて形状処
理手順を変更するための、プログラム131の概略処理
フローを示した図であり、処理1101では、図3で示
した要素処理手順データ114を取り込む。次に処理1
102で、取り込んだ要素処理手順データに格納されて
いる対象要素の属性情報を、形状属性対応データ116
を介して属性データ115から取り出す。この動作を、
面404について図6、9を用いて説明すると、まず図
9の形状属性対応データ116より対象要素面404を
探索し、対応する属性id904を得る。次に、得た属
性id904の値1から、図6に示す属性データの属性
idを探索する。そしてここで得た属性idに対応する
属性内容の仕上げ精度▽▽を得る。図4では、面404
の形状属性対応データは記号408aで表され、その仕
上げ精度は記号408で表されている。面405の場合
は、形状属性対応データが記号409aで、その仕上げ
精度は記号409で表されている。図8においても同様
である。
FIG. 11 is a diagram showing a schematic processing flow of the program 131 for changing the shape processing procedure according to the finishing accuracy of the surface. In processing 1101, the element processing procedure data 114 shown in FIG. Take in. Next process 1
At 102, the attribute information of the target element stored in the fetched element processing procedure data is converted into the shape attribute correspondence data 116.
Via the attribute data 115 via. This behavior
The surface 404 will be described with reference to FIGS. 6 and 9. First, the target element surface 404 is searched from the shape attribute corresponding data 116 in FIG. 9 to obtain the corresponding attribute id 904. Next, the attribute id of the attribute data shown in FIG. 6 is searched from the value 1 of the obtained attribute id 904. Then, the finishing accuracy ▽▽ of the attribute contents corresponding to the attribute id obtained here is obtained. In FIG. 4, face 404
The data corresponding to the shape attribute is represented by a symbol 408a, and its finishing accuracy is represented by a symbol 408. In the case of the surface 405, the shape attribute corresponding data is represented by the symbol 409a, and its finishing accuracy is represented by the symbol 409. The same applies to FIG.

【0019】属性別要素処理手順データ変更プログラム
131の次の処理1103においては、取り出した属性
情報の仕上精度を比較して処理を振り分ける判断処理を
行なう。面404と面405の仕上精度が同じであれば
処理1104、異なっていれば処理1105を実行す
る。図4の場合は仕上精度408と409が同じため処
理1104を、図8の場合は仕上精度408と801が
異なるため処理1105を実行する。処理1104で
は、仕上精度が同じ面404と405を統合して新しい
面を生成するため、図3の要素処理手順データの1番目
をそのまま残す。そしてそれに関連する線の削除処理
(2、3番目のデータ)もそのまま残す。その結果は、
図4に示すように新しい面4045、属性データである
仕上精度4089が生成され、それらを対応付ける形状
属性対応データ4089aが新たに生成される。一方、
処理1105では、仕上精度が異なる場合であり、面4
04と面405の統合を行なわないので、要素処理手順
データの1、2番目を削除する。その結果は、図8に示
すように、線407だけが削除され、その他は形状処理
前と変わらない。
In the next processing 1103 of the attribute-based element processing procedure data change program 131, a determination processing is performed in which the finishing accuracy of the extracted attribute information is compared and the processing is distributed. If the surface 404 and the surface 405 have the same finishing accuracy, the process 1104 is executed, and if they are different, the process 1105 is executed. In the case of FIG. 4, since the finishing precisions 408 and 409 are the same, the processing 1104 is executed. In the case of FIG. 8, the finishing precisions 408 and 801 are different, so the processing 1105 is executed. In process 1104, the surfaces 404 and 405 having the same finishing accuracy are integrated to generate a new surface, so that the first element processing procedure data in FIG. 3 is left as it is. Then, the line deletion processing (second and third data) related thereto is also left as it is. The result is
As shown in FIG. 4, a new surface 4045 and finishing accuracy 4089 which is attribute data are generated, and shape attribute corresponding data 4089a which correlates them is newly generated. on the other hand,
In the processing 1105, the finishing accuracy is different, and the surface 4
Since the 04 and the surface 405 are not integrated, the first and second element processing procedure data are deleted. As a result, as shown in FIG. 8, only the line 407 is deleted and the others are the same as those before the shape processing.

【0020】以上のようにして、図1の要素処理手順デ
ータ変更プログラム106の処理が終わると、次に要素
単位形状処理プログラム120の処理が行われる。図1
2は、このプログラム120のブロック図で、まず処理
振り分け107において、要素処理手順データ114を
メモリ104から取り出し、その処理手順に対応する処
理へ振り分ける。振り分け後は形状データ113、属性
データ115、形状属性対応データ116を参照しなが
ら、各種類の形状要素の要素処理に対して種類別前処理
実行プログラム108により前処理を行ない、形状デー
タ113、属性データ115、形状属性対応データ11
6を変更し、次に各種類の形状要素に対して種類別要素
処理プログラム109により要素処理を行ない、形状デ
ータ113、属性データ115、形状属性対応データ1
16を変更、最後に各種類の形状要素の要素処理に対し
て種類別後処理実行プログラム110により後処理を行
ない、形状データ113、属性データ115、形状属性
対応データ116を変更する。
When the processing of the element processing procedure data changing program 106 of FIG. 1 is completed as described above, the processing of the element unit shape processing program 120 is performed next. FIG.
Reference numeral 2 is a block diagram of the program 120. First, in the process allocating 107, the element process procedure data 114 is taken out from the memory 104 and allocated to the process corresponding to the process procedure. After the distribution, referring to the shape data 113, the attribute data 115, and the shape-attribute correspondence data 116, preprocessing is performed by the type-specific preprocessing execution program 108 for the element processing of each type of shape element. Data 115, shape attribute corresponding data 11
6 is changed, and then element processing is performed on each type of shape element by the type-specific element processing program 109, and shape data 113, attribute data 115, and shape attribute correspondence data 1
16. Finally, the type-specific post-processing execution program 110 performs post-processing on the element processing of each type of shape element, and changes the shape data 113, the attribute data 115, and the shape-attribute corresponding data 116.

【0021】要素単位形状処理の他の実施例を図13に
示す。これは、図12の実施例に、種類別前処理実行プ
ログラム108が実行する前処理を登録する種類別前処
理登録プログラム111と、種類別後処理実行プログラ
ム110が実行する後処理を登録する種類別後処理登録
プログラム112とを付加した実施例である。
Another embodiment of the element unit shape processing is shown in FIG. This is a type preprocessing registration program 111 for registering preprocessing executed by the type preprocessing execution program 108 and a type for registering postprocessing executed by the type postprocessing execution program 110 in the embodiment of FIG. This is an embodiment in which another post-processing registration program 112 is added.

【0022】これらの実施例では、要素処理手順データ
として、面、線、点等すべての種類の形状要素の処理手
順を扱うことにしているが、このようにすると面を統合
するときとしないときとで周辺の線や点がどのようにな
るのかすべてを、ユーザの付加的処理である要素処理手
順データ変更プログラム106が理解しながら変更する
必要がある。これは非常に煩わしいので、最初の要素処
理手順データ作成プログラム105では、面に関する処
理データのみを生成し、要素処理手順データ変更プログ
ラム106では、面に関するデータのみを扱い、その後
で変更後の要素処理手順データをもとに、面、線、点な
どすべての要素の処理手順データを作成し、振り分け以
下の処理を行なうという方法が考えられる。このように
要素処理手順データ作成手段をいくつかに分け、別々の
ステップで実行するのも本発明の範囲である。以下、具
体例を用いてこの処理内容を説明する。
In these embodiments, the processing procedure of all types of shape elements such as surfaces, lines and points is handled as the element processing procedure data. In this way, however, when processing surfaces is integrated and when they are not integrated. It is necessary for the element processing procedure data changing program 106, which is an additional processing by the user, to understand and change all of what the surrounding lines and points will be. Since this is very troublesome, the first element processing procedure data creation program 105 generates only the processing data related to the surface, and the element processing procedure data change program 106 handles only the data related to the surface, and then the element processing after the modification. A method is conceivable in which processing procedure data for all elements such as faces, lines, and points are created based on the procedure data, and the following processing is performed. Thus, it is within the scope of the present invention to divide the element processing procedure data creating means into several parts and execute them in separate steps. Hereinafter, the processing content will be described using a specific example.

【0023】図14〜図16は、形状に溝を付ける溝付
け処理の実施例である。図14は、溝付け処理実行前後
の形状及び形状要素に対応付けられた属性情報の状態を
示すもので、同図(a)の形状1401は溝付けされる
形状、同図(b)の形状1402は溝形状、同図(c)
の形状1403は溝付け処理結果の形状を表している。
形状1401の面1404と形状1402の面140
5、面1406、面1407には、形状属性対応データ
1421a、1422a、1423a、1424aによ
り属性情報として逆三角形で示す仕上精度1421、1
422、1423、1424が対応している。図15
は、本発明による溝付け処理の概略フロ−を示したもの
で、まず、要素処理手順デ−タ作成プログラム105で
は、形状1401、1402の形状デ−タを取り込み、
要素処理手順デ−タを作成する。図16に作成した要素
処理手順デ−タを示す。この実施例では、形状1401
の面1404に溝形状1402を付ける場合であり、要
素処理手順デ−タは、形状1401の面1404が分割
され、形状1402の面1405、1406、1407
が転写され、新しい面が生成されることを示している。
14 to 16 show an example of a grooving process for forming a groove in a shape. FIG. 14 shows the state of the attribute information associated with the shape and the shape element before and after the grooving process is performed. The shape 1401 of FIG. 14A is a grooved shape, and the shape of FIG. 1402 is a groove shape, same figure (c)
The shape 1403 indicates the shape of the result of the grooving process.
Surface 1404 of shape 1401 and surface 140 of shape 1402
5, surface 1406, surface 1407, finish attribute 1421, 1 shown by inverted triangle as attribute information by shape attribute corresponding data 1421a, 1422a, 1423a, 1424a.
422, 1423, and 1424 correspond. FIG.
Shows a schematic flow of the grooving processing according to the present invention. First, in the element processing procedure data creation program 105, the shape data of the shapes 1401 and 1402 are fetched,
Create element processing procedure data. FIG. 16 shows the created element processing procedure data. In this example, the shape 1401
When the groove shape 1402 is attached to the surface 1404 of the shape 1401, the element processing procedure data is that the surface 1404 of the shape 1401 is divided and the surfaces 1405, 1406, and 1407 of the shape 1402 are divided.
Is transferred and a new surface is generated.

【0024】一般には、これに続いて要素処理手順デー
タ変更プログラム106による変更処理が行われるが、
簡単のため、ここではその変更処理では何も変化が生じ
ないものとし、以下の処理へ移るとする。
Generally, the change processing by the element processing procedure data change program 106 is subsequently performed,
For simplicity, it is assumed here that no change occurs in the change process, and the process proceeds to the following.

【0025】図15へ戻って、処理振り分けプログラム
107(図12の振り分け手段)において、要素処理手
順デ−タの処理内容を判断して、該当する処理へ進む。
処理内容が分割処理であるならば、要素処理手順デ−タ
の対象要素に対する面の分割処理109−1(図12の
種類別要素処理)を行う。具体的には、形状1401の
面1404を分割して形状1403の面1408と面1
409を生成する。次の後処理110−1、110−2
(図12の後処理)は、種類別後処理登録手段112に
より登録したユ−ザ独自の処理を行うプログラムであ
る。この例では、面1408と面1409の仕上精度を
決める処理を登録している。具体的には、面1408と
面1409の仕上精度を分割前の面1404の仕上精度
1421と同じに設定するようにしている。処理内容が
転写生成であるならば、対象要素の転写生成処理109
−2(図12の種類別要素処理)を行う。つまり、形状
1402の面1405、面1406、面1407を転写
して形状1403の面1410、面1411、面141
2を生成する。次に、分割の場合と同様に後処理110
−2を行う。この後処理にユ−ザが登録した処理プログ
ラムの内容は、面1410、面1411、面1412の
仕上精度を、転写元の面1405、面1406、面14
07の仕上精度と同じに設定する処理である。この溝付
け処理の結果の形状とそれに対応付けられた属性情報で
ある仕上精度は、形状1403に示すようになる。この
ように、要素処理手順デ−タの処理内容別に属性の処理
方法をユ−ザが登録することにより、ユ−ザ独自の形状
情報と属性情報を連携した操作が容易に可能となる。な
お、手順の終了したかは105aでしらべ、全手順が処
理すみであれば終了する。
Returning to FIG. 15, the processing distribution program 107 (the distribution means in FIG. 12) judges the processing contents of the element processing procedure data and proceeds to the corresponding processing.
If the processing content is division processing, surface division processing 109-1 (type-specific element processing in FIG. 12) for the target element of the element processing procedure data is performed. Specifically, the surface 1404 of the shape 1401 is divided into the surface 1408 of the shape 1403 and the surface 1404 of the shape 1403.
409 is generated. Next post-processing 110-1, 110-2
(Post-processing in FIG. 12) is a program for performing user-specific processing registered by the type-specific post-processing registration means 112. In this example, the processing for determining the finishing accuracy of the surfaces 1408 and 1409 is registered. Specifically, the finishing accuracy of the surfaces 1408 and 1409 is set to be the same as the finishing accuracy 1421 of the surface 1404 before division. If the processing content is transfer generation, transfer generation processing 109 of the target element
-2 (type-specific element processing in FIG. 12) is performed. That is, the surface 1405, the surface 1406, and the surface 1407 of the shape 1402 are transferred to transfer the surface 1410, the surface 1411, and the surface 141 of the shape 1403.
Generates 2. Then, as in the case of division, post-processing 110
-2. The contents of the processing program registered by the user in this post-processing include the finishing accuracy of the surface 1410, the surface 1411 and the surface 1412, the surface 1405, the surface 1406 and the surface 14 of the transfer source.
This is a process of setting the finishing accuracy to be 07. The shape resulting from this grooving process and the finishing accuracy that is the attribute information associated with it are as shown in the shape 1403. Thus, by registering the attribute processing method for each processing content of the element processing procedure data, the user can easily perform an operation in which the shape information unique to the user and the attribute information are linked. It should be noted that whether or not the procedure has ended is checked at 105a, and if all the steps have been processed, the process ends.

【0026】図17〜図21は、2つ形状の面を合わせ
る面合わせ処理の実施例である。図17の形状170
1、1702が面合わせ形状であり、それぞれの形状の
面1703と面1704が接触する面で、双方の面には
形状属性対応データ1713a、1714aにより対応
付けられた属性情報として仕上精度1713、1714
が付いている。図18は、本発明による面合わせ処理の
概略フロ−を示したもので、まず、要素処理手順デ−タ
作成プログラム105では、形状1701、1702の
形状デ−タを取り込み、要素処理手順デ−タを作成す
る。図19に作成した要素処理手順デ−タの内容を示
す。この例では、形状1701の面1703と形状17
02の面1704が接触されることを示している。
17 to 21 show an embodiment of a surface matching process for matching the surfaces of two shapes. Shape 170 of FIG.
Reference numerals 1 and 1702 are surface-matching shapes, and surfaces 1703 and 1704 having respective shapes are in contact with each other. Finishing accuracy 1713, 1714 is attribute information associated with both surfaces by shape attribute corresponding data 1713a, 1714a.
Is attached. FIG. 18 shows a schematic flow of the face matching processing according to the present invention. First, the element processing procedure data creation program 105 fetches the shape data of the shapes 1701 and 1702 to obtain the element processing procedure data. Create the data. FIG. 19 shows the contents of the element processing procedure data created. In this example, surface 1703 of shape 1701 and shape 17
02 surface 1704 is shown to be touched.

【0027】次の要素処理手順デ−タの変更処理は、こ
の場合もないものとし、要素処理手順データの各項目に
ついての形状要素処理を行う。まず、処理振り分け処理
107において、要素処理手順デ−タの処理内容を判断
して、該当する処理へ進む。処理内容が接触であるなら
ば、対象要素に対する面の接触処理109を行う。具体
的には、面1703と面1704が合うように、形状1
701又は形状1702を移動する。次に、ユ−ザ独自
の後処理110を行う。図20は後処理110の実施例
である。この実施例では、面1703と面1704に対
応する仕上精度を検索して、低精度であれば精度を高く
設定するようにしている。これは、機械設計において
は、仕上精度の低い面を面合わせることは一般に不可と
されているためであり、この後処理110は、仕上精度
を低精度にならないようにした実施例である。図21は
面合わせ処理結果であり、面1703と面1704に対
応する仕上精度は、図17の面合わせ処理前より高精度
となる。
The next element processing procedure data changing processing is assumed to be omitted in this case, and the shape element processing is performed for each item of the element processing procedure data. First, in the processing distribution processing 107, the processing content of the element processing procedure data is judged, and the processing proceeds to the corresponding processing. If the processing content is contact, contact processing 109 of the surface with respect to the target element is performed. Specifically, the shape 1 is formed so that the surface 1703 and the surface 1704 match.
701 or shape 1702 is moved. Next, the post-processing 110 unique to the user is performed. FIG. 20 shows an example of the post-processing 110. In this embodiment, the finishing accuracy corresponding to the surface 1703 and the surface 1704 is searched, and if the accuracy is low, the accuracy is set high. This is because, in mechanical design, it is generally not possible to match surfaces with low finishing accuracy, and this post-processing 110 is an embodiment in which finishing accuracy is not lowered. FIG. 21 shows the result of the surface matching processing, and the finishing accuracy corresponding to the surfaces 1703 and 1704 is higher than that before the surface matching processing of FIG.

【0028】図22〜図24は、2つの形状の和集合演
算の処理を行う実施例である。図22は、和集合演算処
理の実行前後の形状、及びそれに形状属性対応データ2
221a、2222aにより対応付けられた属性情報2
221、2222を示している。属性情報としては形状
に材質の種類を付けている。図22(a)は形状220
1と形状2202の材質が同じ鉄の場合である。一方、
図22(b)は形状2201の材質が鉄で形状2202
の材質が銅で、材質が異なっている場合である。図23
は、本発明における和集合演算処理の概略フロ−を示す
もので、まず、要素処理手順デ−タ作成プログラム10
5では、形状2201、2202の形状デ−タを取り込
み、要素処理手順デ−タを作成する。図24に作成した
要素処理手順デ−タを示す。この実施例の説明では、面
に注目して述べる。要素処理手順デ−タは、面2205
と面2210が削除され、面2206と面2211、面
2207と面2212、面2208と面2213、面2
209と面2214が統合されることを示している。
22 to 24 show an embodiment in which the processing of the union operation of two shapes is performed. FIG. 22 shows the shape before and after the union operation processing and the shape attribute correspondence data 2
Attribute information 2 associated by 221a and 2222a
221, 2222 are shown. The type of material is attached to the shape as the attribute information. FIG. 22A shows a shape 220.
1 and the shape 2202 are made of the same iron material. on the other hand,
In FIG. 22B, the material of the shape 2201 is iron and the shape 2202.
This is the case when the material is copper and the material is different. FIG. 23
Shows an outline flow of the union operation processing in the present invention. First, the element processing procedure data creation program 10
In step 5, the shape data of the shapes 2201 and 2202 is fetched and element processing procedure data is created. FIG. 24 shows the created element processing procedure data. In the description of this embodiment, attention will be paid to the aspect. The element processing procedure data is the surface 2205.
And face 2210 are deleted, face 2206 and face 2211, face 2207 and face 2212, face 2208 and face 2213, face 2
209 and surface 2214 are shown to be integrated.

【0029】次に、要素処理手順デ−タ変更プログラム
106では、要素処理手順デ−タの対象要素から形状2
201、2202の属性情報である材質を検索し、2つ
の形状の材質を比較して要素処理手順デ−タを変更す
る。図22の(a)においては、材質が同じなので面を
統合して新しい面を生成するため、要素処理手順デ−タ
はそのまま残す。一方、図22の(b)においては、材
質が異なるので面を統合せず形状も一つにしないため、
要素処理手順デ−タの削除及び統合の項目を削除する。
Next, in the element processing procedure data changing program 106, the shape 2 is changed from the target element of the element processing procedure data.
The material which is the attribute information of 201 and 2202 is searched, the materials of two shapes are compared, and the element processing procedure data is changed. In FIG. 22A, since the materials are the same, the surfaces are integrated to generate a new surface, so the element processing procedure data is left as it is. On the other hand, in (b) of FIG. 22, since the materials are different, the surfaces are not integrated and the shapes are not unified,
Delete the element processing procedure data and the integration item.

【0030】次に、要素処理手順デ−タの各項目につい
て、形状要素処理を行う。処理振り分けプログラム10
7において要素処理手順デ−タの処理内容を判断し、該
当する処理へ振り分け、処理内容が削除なら削除処理1
09−1を、統合なら統合処理109−2を実行する。
全ての要素処理手順デ−タについて形状要素処理を行い
処理を終了する。その結果、材質が同じ場合は、図22
(a)に示すように、一つの形状2203になる。材質
が異なる場合は、図22(b)に示すように、分割され
たままの形状2201と2202となる。
Next, shape element processing is performed for each item of the element processing procedure data. Processing distribution program 10
In step 7, the processing contents of the element processing procedure data are judged and distributed to the corresponding processing. If the processing contents are deleted, the deletion processing 1
09-1 is executed, and if it is integrated, integration processing 109-2 is executed.
Shape element processing is performed for all element processing procedure data, and the processing is ended. As a result, when the materials are the same, as shown in FIG.
As shown in (a), one shape 2203 is formed. When the materials are different, as shown in FIG. 22B, the divided shapes 2201 and 2202 are obtained.

【0031】以上で本発明の実施例を詳細に説明した
が、種々の形状とその処理内容、およびその形状に付け
られた属性から要素処理手順データの変更を行う場合、
その変更方法を、表面の仕上げ精度や材質という属性を
例にとって述べた。一般には、属性には種々のものがあ
り、これらの属性と、形状・処理内容との組み合わせで
どういう処理をするかの方法を予め設定しておいて、そ
れを利用するようにすると、より効率的な処理が可能に
なる。また、予め設定したもの以外の属性・形状・処理
内容が生じる場合は、ユーザにその処理方法を問い合わ
せる手段を設けておき、ユーザからの回答を得て処理を
実行するとともに、その処理方法を記録しておき、再び
同じ場合が生じたときはその記録を使うようにするとさ
らに処理が楽に行えるようになる。
Although the embodiment of the present invention has been described in detail above, when the element processing procedure data is changed from various shapes, their processing contents, and attributes attached to the shapes,
The modification method is described by taking the attributes of surface finishing accuracy and material as an example. In general, there are various attributes, and it is more efficient if you set in advance the method of processing that combines these attributes and the shape / processing content and use them. Processing becomes possible. In addition, if an attribute, shape, or processing content other than those set in advance occurs, a means for inquiring the processing method is provided to the user, and the processing is performed while receiving the response from the user and recording the processing method. If the same case occurs again, the recording can be used to further facilitate the processing.

【0032】[0032]

【発明の効果】本発明によれば、形状処理中に行なうべ
き形状要素の新規生成、削除、変形、分割、統合、接
触、転写生成の要素処理手順データの生成と、その生成
した要素処理手順デ−タをその対象要素が付属する属性
情報を参照してユ−ザが意図するように変更する処理が
容易に行える効果があり、又、要素処理手順データに基
づいて行う要素単位の形状処理に対して、ユ−ザ独自の
前処理と後処理を登録できるので、ユ−ザ独自の形状情
報と属性情報を連携した操作が一層容易になる効果があ
る。
According to the present invention, element processing procedure data for new generation, deletion, deformation, division, integration, contact, and transfer generation of shape elements to be performed during shape processing and generation of the generated element processing procedure. There is an effect that the processing for changing the data as intended by the user can be easily performed by referring to the attribute information attached to the target element, and the shape processing for each element performed based on the element processing procedure data. On the other hand, since the pre-processing and post-processing unique to the user can be registered, there is an effect that the operation of linking the shape information and the attribute information unique to the user becomes easier.

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

【図1】本発明になる図形処理装置の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of a graphic processing device according to the present invention.

【図2】従来のマクロコマンド処理を表したフローチャ
ートである。
FIG. 2 is a flowchart showing conventional macro command processing.

【図3】要素処理手順データを示す図である。FIG. 3 is a diagram showing element processing procedure data.

【図4】和集合演算処理例の形状と属性を表した図であ
る。
FIG. 4 is a diagram showing the shape and attributes of an example of a union operation process.

【図5】図1の要素処理手順データ変更プログラムの一
実施例を示すブロック図である。
5 is a block diagram showing an embodiment of the element processing procedure data changing program of FIG. 1. FIG.

【図6】属性データを示す図である。FIG. 6 is a diagram showing attribute data.

【図7】属性データを示す図である。FIG. 7 is a diagram showing attribute data.

【図8】和集合演算処理例の形状と属性を表した図であ
る。
FIG. 8 is a diagram showing the shape and attributes of an example of union operation processing.

【図9】形状属性対応データの例を示す図である。FIG. 9 is a diagram showing an example of shape attribute corresponding data.

【図10】形状属性対応データの例を示す図である。FIG. 10 is a diagram showing an example of shape attribute corresponding data.

【図11】図5の属性別要素処理手順データ変更プログ
ラムのフローチャートである。
FIG. 11 is a flowchart of the attribute-based element processing procedure data change program of FIG.

【図12】要素単位形状処理プログラムの一実施例を示
すブロック図である。
FIG. 12 is a block diagram showing an example of an element unit shape processing program.

【図13】要素単位形状処理プログラムの別の実施例を
示すブロック図である。
FIG. 13 is a block diagram showing another embodiment of the element unit shape processing program.

【図14】溝付け処理例の形状と属性を表した図であ
る。
FIG. 14 is a diagram showing the shape and attributes of an example of grooving processing.

【図15】溝付け処理例のフローチャートである。FIG. 15 is a flowchart of an example of grooving processing.

【図16】溝付け処理例における要素処理手順データで
ある。
FIG. 16 is element processing procedure data in an example of grooving processing.

【図17】面合わせ処理例の形状と属性を表した図であ
る。
FIG. 17 is a diagram showing the shape and attributes of an example of face matching processing.

【図18】面合わせ処理例のフローチャートである。FIG. 18 is a flowchart of an example of surface matching processing.

【図19】面合わせ処理例における要素処理手順データ
である。
FIG. 19 is element processing procedure data in an example of surface matching processing.

【図20】面合わせ処理例における後処理プログラムの
一実施例を示すフローチャートである。
FIG. 20 is a flowchart illustrating an example of a post-processing program in an example of surface matching processing.

【図21】面合わせ処理結果の形状と属性を表した図で
ある。
FIG. 21 is a diagram showing a shape and attributes of a face matching process result.

【図22】和集合演算処理例の形状と属性を表した図で
ある。
FIG. 22 is a diagram showing the shape and attributes of an example of union operation processing.

【図23】和集合演算処理例のフローチャートである。FIG. 23 is a flowchart of an example of union operation processing.

【図24】和集合演算処理例における要素処理手順デー
タである。
FIG. 24 is element processing procedure data in the example of the union operation processing.

【符号の説明】[Explanation of symbols]

101 入力装置 102 出力装置 103 処理装置 104 メモリ 105 要素処理手順データ作成プログラム 106 要素処理手順データ変更プログラム 107 処理振り分けプログラム 108 前処理プログラム 109 種類別要素処理プログラム 110 後処理プログラム 111 種類別前処理登録プログラム 112 種類別後処理登録プログラム 113 形状データ 114 要素処理手順データ 115 属性データ 116 形状属性対応データ 120 要素単位形状処理プログラム 130 属性参照プログラム 131 属性別要素処理手順データ変更プログラム 132 属性データ格納プログラム 133 形状属性対応データ格納プログラム 134 入力属性データ 101 Input Device 102 Output Device 103 Processing Device 104 Memory 105 Element Processing Procedure Data Creation Program 106 Element Processing Procedure Data Change Program 107 Processing Distribution Program 108 Preprocessing Program 109 Element Processing Program by Type 110 Post Processing Program 111 Pre Processing Registration Program by Type 112 Post Processing Registration Program by Type 113 Shape Data 114 Element Processing Procedure Data 115 Attribute Data 116 Shape Attribute Corresponding Data 120 Element Unit Shape Processing Program 130 Attribute Reference Program 131 Attribute-Specific Element Processing Procedure Data Change Program 132 Attribute Data Storage Program 133 Shape Attribute Corresponding data storage program 134 Input attribute data

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 属性付き形状処理の指示を受け付けるこ
とのできる入力手段と、 該手段からの入力により指示された属性付き形状処理を
行うための、形状の各要素に対する処理手順を示す要素
処理手順データを生成する要素処理手順デ−タ作成手段
と、 該手段により作成された要素処理手順データを上記形状
につけられた属性を参照して変更するための要素処理手
順デ−タ変更手段と、 該手段により生成された要素処理手順データに基づいて
形状の各要素単位に形状処理を行う要素単位形状処理手
段と、 該手段の形状処理により得られた形状データを出力する
表示手段とを有することを特徴とする図形処理装置。
1. An input means capable of accepting an instruction of attribute-based shape processing, and an element processing procedure showing a processing procedure for each element of the shape for performing the attribute-added shape processing instructed by the input from the means. Element processing procedure data creating means for generating data, element processing procedure data changing means for changing the element processing procedure data created by the means with reference to the attribute attached to the shape, An element unit shape processing means for performing shape processing for each element of the shape based on the element processing procedure data generated by the means; and a display means for outputting the shape data obtained by the shape processing of the means. Characteristic graphic processing device.
【請求項2】 前記要素処理手順データ作成手段は、要
素処理手順データを少なくとも形状要素の新規生成、削
除、変形、分割、統合、接触、転写生成の種類に分類し
て生成することを特徴とする請求項1に記載の図形処理
装置。
2. The element processing procedure data creating means classifies and creates the element processing procedure data into at least types of new generation, deletion, transformation, division, integration, contact, and transfer generation of shape elements. The graphic processing device according to claim 1.
【請求項3】 前記要素処理手順データ変更手段は、要
素処理手順データの対象要素に付属する属性デ−タを格
納する属性データ格納手段と、 要素処理手順データの対象要素と上記属性データとを関
係づける形状属性対応データを格納する形状属性対応デ
ータ格納手段と、 要素処理手順データの対象要素に付属する属性データを
参照する属性データ参照手段と、 要素処理手順データと上記属性デ−タと上記形状属性対
応データに従って要素処理手順データを変更する属性別
要素処理手順デ−タ変更手段とを有することを特徴とす
る請求項1に記載の図形処理装置。
3. The element processing procedure data changing means stores attribute data storing means for storing attribute data attached to a target element of the element processing procedure data, a target element of the element processing procedure data and the attribute data. Shape attribute corresponding data storage means for storing related shape attribute corresponding data, attribute data reference means for referring to attribute data attached to a target element of element processing procedure data, element processing procedure data, the above attribute data, and the above The graphic processing apparatus according to claim 1, further comprising attribute-specific element processing procedure data changing means for changing the element processing procedure data according to the shape attribute corresponding data.
【請求項4】 前記要素単位形状処理手段は、要素処理
手順デ−タの種類に応じて処理を振り分ける処理振り分
け手段と、 各種類の形状要素の要素処理を行う種類別要素処理手段
と、 各種類の形状要素の要素処理のための前処理を行う前処
理実行手段と、 各種類の形状要素の要素処理のための後処理を行う後処
理実行手段とを有することを特徴とする請求項1に記載
の図形処理装置。
4. The element unit shape processing means, a processing distribution means for distributing processing according to the kind of element processing procedure data, a type-specific element processing means for performing element processing of each type of shape element, The pre-processing executing means for performing pre-processing for element processing of each type of shape element, and the post-processing executing means for performing post-processing for element processing of each type of shape element. The graphic processing device described in 1.
【請求項5】 前記各種類の形状要素ごとの前処理の内
容を登録する種類別前処理登録手段と、 上記各種類の形状要素ごとの後処理の内容を登録する種
類別後処理登録手段とを設けたことを特徴とする請求項
4に記載の図形処理装置。
5. Pre-processing registration means by type for registering the content of pre-processing for each shape element of each type, and post-processing registration means by type for registering the content of post-processing for each shape element of each type. The graphic processing device according to claim 4, further comprising:
【請求項6】 図形要素に付属する属性の項目と、形状
要素の種類と、要素処理の種類との組み合わせごとに、
属性の処理方法を規定する属性処理方法規定手段を有す
ることを特徴とする請求項1ないし請求項5に記載の図
形処理装置。
6. A combination of an attribute item attached to a graphic element, a type of shape element, and a type of element processing,
The graphic processing apparatus according to claim 1, further comprising attribute processing method defining means for defining an attribute processing method.
【請求項7】 属性の処理方法の規定がない場合にユー
ザに処理方法の問い合わせを行う属性処理方法問い合わ
せ手段を有することを特徴とする請求項6に記載の図形
処理装置。
7. The graphic processing apparatus according to claim 6, further comprising attribute processing method inquiring means for inquiring of a processing method to a user when an attribute processing method is not specified.
【請求項8】 1度問い合わせた処理方法を記録し、2
回目からはその方法を自動的に選択する属性処理方法自
動選択手段を有することを特徴とする請求項7に記載の
図形処理装置。
8. The processing method, which is queried once, is recorded, and 2
8. The graphic processing apparatus according to claim 7, further comprising an attribute processing method automatic selection means for automatically selecting the method from the second time.
【請求項9】 属性付き形状処理の指示が与えられたと
き、その指示を実行するための形状要素の各々に対する
処理手順を定める要素処理手順データを作成し、次に該
作成された要素処理手順データを上記属性に応じた処理
内容となるように変更し、該変更した要素処理手順デー
タに基づいて各形状要素に対する処理を行うことを特徴
とする図形処理方法。
9. When an instruction of shape processing with an attribute is given, element processing procedure data that defines a processing procedure for each shape element for executing the instruction is created, and then the created element processing procedure is created. A graphic processing method, characterized in that data is changed to have a processing content according to the attribute, and processing is performed on each shape element based on the changed element processing procedure data.
JP6161586A 1994-07-13 1994-07-13 Graphic processor and graphic processing method Pending JPH0830663A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6161586A JPH0830663A (en) 1994-07-13 1994-07-13 Graphic processor and graphic processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6161586A JPH0830663A (en) 1994-07-13 1994-07-13 Graphic processor and graphic processing method

Publications (1)

Publication Number Publication Date
JPH0830663A true JPH0830663A (en) 1996-02-02

Family

ID=15737950

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6161586A Pending JPH0830663A (en) 1994-07-13 1994-07-13 Graphic processor and graphic processing method

Country Status (1)

Country Link
JP (1) JPH0830663A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014186563A (en) * 2013-03-22 2014-10-02 Toshiba Corp Designing method, designing apparatus, and designing program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014186563A (en) * 2013-03-22 2014-10-02 Toshiba Corp Designing method, designing apparatus, and designing program

Similar Documents

Publication Publication Date Title
US8345042B2 (en) Mesh-based shape retrieval system
US8175419B2 (en) Image search apparatus, image search method, and storage medium storing a program for causing a search apparatus to execute a search method
US5923573A (en) Three-dimensional CAD system for producing a three-dimensional model
US20200226301A1 (en) System and method for customizing machined products
JP4693454B2 (en) 3D shape comparison program and 3D similar shape search program
JP3056297B2 (en) Drawing information processing system, design support method
EP3506133A1 (en) Method of assembling parts of a product
JP3599198B2 (en) Figure editing device
JPH0816824A (en) Three-dimensional computer aided design device/method
JPH0830663A (en) Graphic processor and graphic processing method
JP2003187263A (en) Projection control processor and computer program
JP2004234399A (en) Component standardization supporting device
JPS63118820A (en) Menu display device
JP6972647B2 (en) 3D shape data editing device and 3D shape data editing program
JP3766857B2 (en) 3D model development support system
JP2676731B2 (en) Electronic document retrieval device
JP3206808B2 (en) Parametric design system with attribute data editing function
JPH086982A (en) Graphic processing method and device therefor
JPH10187771A (en) Device and method for analytic model generation
JP3022568B2 (en) Mold assigning device
JP2008077331A (en) Projection method for three-dimensional cad system, model creation method and its device
JP2000123199A (en) Device and method for cutting three-dimensional shape and storage medium storing cutting processing program
JPH05159001A (en) Retrieval device for graphic information
JPH04118779A (en) Cad system with image retrieval function
JP2008033817A (en) Device, program and method for data mapping between dissimilar mathematical models