JP3413733B2 - Method for checking interference between shapes - Google Patents

Method for checking interference between shapes

Info

Publication number
JP3413733B2
JP3413733B2 JP19424794A JP19424794A JP3413733B2 JP 3413733 B2 JP3413733 B2 JP 3413733B2 JP 19424794 A JP19424794 A JP 19424794A JP 19424794 A JP19424794 A JP 19424794A JP 3413733 B2 JP3413733 B2 JP 3413733B2
Authority
JP
Japan
Prior art keywords
interference
minimax
box
check
coordinate system
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.)
Expired - Fee Related
Application number
JP19424794A
Other languages
Japanese (ja)
Other versions
JPH0863492A (en
Inventor
浩一 山部
忍 永川
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 JP19424794A priority Critical patent/JP3413733B2/en
Publication of JPH0863492A publication Critical patent/JPH0863492A/en
Application granted granted Critical
Publication of JP3413733B2 publication Critical patent/JP3413733B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明はCADシステムにおける
形状相互間の干渉チェック方法に係り、特に、干渉チェ
ックの効率および精度の向上に好適な形状相互間の干渉
チェック方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for checking interference between shapes in a CAD system, and more particularly to a method for checking interference between shapes suitable for improving efficiency and accuracy of interference checking.

【0002】[0002]

【従来の技術】一般的なCADシステムにおいては、処
理対象とする物体の配置変更などに伴って複数の物体相
互間の干渉チェック(物体が重なっているか否かのチェ
ック)を行う必要が生ずる。そして、従来のCADシス
テムにおける干渉チェック方法としては、以下に示す手
順にしたがって行われる2つの物体相互間の干渉チェッ
ク方法が知られている。
2. Description of the Related Art In a general CAD system, it is necessary to check interference between a plurality of objects (check whether or not the objects overlap each other) due to a change in the arrangement of the objects to be processed. As a method of checking interference in a conventional CAD system, a method of checking interference between two objects, which is performed according to the procedure described below, is known.

【0003】比較対象物体の形状に応じてある共通の
座標系を決定し、当該座標系での各々の物体の各軸方向
における最小および最大座標値で表されるミニマックス
ボックス(2次元の場合は長方形、3次元の場合は直方
体)を用いることによって、当該物体間の重なりの大雑
把なラフチェックを行う。
A certain common coordinate system is determined according to the shape of the object to be compared, and a minimax box (in the case of two dimensions) represented by the minimum and maximum coordinate values in each axial direction of each object in the coordinate system. Is a rectangle and, in the case of three dimensions, a rectangular parallelepiped) is used to perform a rough rough check of the overlap between the objects.

【0004】上記ラフチェックで干渉の可能性ありと
判定された場合、各々の物体の形状を構成する各要素に
ついて、比較対象要素の形状に応じてある共通の座標系
を決定し、当該座標系での各々の要素の各軸方向におけ
る最小および最大座標値で表されるミニマックスボック
スを用いることによって、当該要素間の重なりの大雑把
なラフチェックを行う。
When it is determined by the rough check that there is a possibility of interference, a common coordinate system is determined for each element forming the shape of each object according to the shape of the comparison target element, and the coordinate system concerned is determined. By using the minimax box represented by the minimum and maximum coordinate values of each element in each axis direction in, a rough rough check of the overlap between the elements is performed.

【0005】上記ラフチェックで干渉の可能性ありと
判定された要素について、より厳密な干渉チェックを行
う。
A more strict interference check is performed on the element determined to possibly interfere with the rough check.

【0006】[0006]

【発明が解決しようとする課題】上記従来の形状相互間
の干渉チェック方法では、“通常の場合、各々の形状は
整然と配置されているものである。”という考えを前提
としているので、比較する形状に応じて決定されたある
共通の座標系におけるX軸,Y軸,Z軸の各方向を基準
軸とするミニマックスボックスを使用してラフチェック
を行っている。このため、比較する形状の一方に対応す
るミニマックスボックスが最小限となっても、他方の形
状に対応するミニマックスボックスが不必要に大きくな
ってしまう場合があり得る。
In the above-described conventional method for checking interference between shapes, it is premised on the idea that "normally, each shape is arranged in order." A rough check is performed using a minimax box whose reference axes are the X-axis, Y-axis, and Z-axis directions in a common coordinate system determined according to the shape. Therefore, even if the minimax box corresponding to one of the shapes to be compared is minimized, the minimax box corresponding to the other shape may be unnecessarily large.

【0007】図4は、従来の形状相互間の干渉チェック
方法の問題点を示す図であり、説明の簡略化のために2
次元の座標系を用いている。同図中、比較対象とされる
形状は曲線G1および曲線G2であり、人間が一見すれば干
渉していないことがわかる配置関係である。しかしなが
ら、両者の形状についてラフチェックを行う際に決定さ
れた共通の座標系が図中にX'軸およびY'軸で示す座標系
であった場合、曲線G1について設定されたミニマックス
ボックス401と曲線G2について設定されたミニマック
スボックス402とが斜線部410で重なって“曲線G1
および曲線G2は干渉の可能性あり”と判定され、多大な
処理時間を要するより厳密な干渉チェックを実行しなく
てはならないという問題点があった。
FIG. 4 is a diagram showing the problems of the conventional method for checking the interference between shapes, and FIG.
It uses a dimensional coordinate system. In the figure, the shapes to be compared are a curve G 1 and a curve G 2 , which are layout relationships that humans can see at first glance that they do not interfere. However, if the common coordinate system determined when performing the rough check for both shapes is the coordinate system shown by the X ′ axis and the Y ′ axis in the figure, the minimax box 401 set for the curve G 1 And the minimax box 402 set for the curve G 2 overlap with each other in the shaded portion 410, and the “curve G 1
And the curve G 2 is judged to have a possibility of interference, and there is a problem that a stricter interference check that requires a lot of processing time must be performed.

【0008】したがって本発明の目的は、上記の問題点
を解決して、厳密な干渉チェックの前に行われるラフチ
ェックの精度を向上させることにより、厳密な干渉チェ
ックの実行回数を低減させて処理の効率化を図ることの
できる形状相互間の干渉チェック方法を提供することに
ある。
Therefore, an object of the present invention is to solve the above problems and improve the accuracy of the rough check performed before the strict interference check, thereby reducing the number of executions of the strict interference check. An object of the present invention is to provide a method for checking interference between shapes that can improve the efficiency of.

【0009】[0009]

【課題を解決するための手段】上記の目的を達成するた
め、本発明の形状相互間の干渉チェック方法は、CAD
システムにおける形状相互間の干渉チェックに際し、座
標系の各軸方向の最小および最大座標値で表されるミニ
マックスボックスを用いて形状相互間の干渉の可能性の
有無を判定する形状相互間の干渉チェック方法におい
て、初期設定ステップと第1ステップとを実行した後、
前記第1ステップで干渉ありと判定された場合、第2ス
テップを実行するものである。なお、各ステップでは以
下の処理を行うものとする。
In order to achieve the above object, the method for checking interference between shapes according to the present invention is a CAD method.
When checking the interference between shapes in the system, use the minimax box represented by the minimum and maximum coordinate values in each axis direction of the coordinate system to determine the possibility of interference between shapes. In the check method, after performing the initial setting step and the first step,
If it is determined that there is interference in the first step, the second step is executed. The following processing is performed in each step.

【0010】◇初期設定ステップ ・第1および第2の形状のそれぞれについて最適な第1
および第2のミニマックス座標系を個別に設定する。 ・前記第1のミニマックス座標系における前記第1の形
状に対応する第1の1次ミニマックスボックスおよび前
記第2のミニマックス座標系における前記第2の形状に
対応する第2の1次ミニマックスボックスをそれぞれ求
める。
Initial setting step: Optimal first for each of the first and second shapes
And individually set the second minimax coordinate system. A first primary minimax box corresponding to the first shape in the first minimax coordinate system and a second primary mini corresponding to the second shape in the second minimax coordinate system Find each max box.

【0011】◇第1ステップ ・前記第2のミニマックス座標系における前記第1の1
次ミニマックスボックスに対応する2次ミニマックスボ
ックスを求める。 ・前記第2のミニマックス座標系における前記第2の1
次ミニマックスボックスと前記2次ミニマックスボック
スとの干渉の有無を判定する。
1st step: The first 1 in the second minimax coordinate system
Find the secondary minimax box corresponding to the next minimax box. The second one in the second minimax coordinate system
It is determined whether or not there is interference between the next minimax box and the second minimax box.

【0012】◇第2ステップ ・前記第2のミニマックス座標系における干渉領域につ
いて、前記第1のミニマックス座標系における前記干渉
領域に対応する干渉ミニマックスボックスを求める。 ・前記第1のミニマックス座標系における前記第1の1
次ミニマックスボックスと前記干渉ミニマックスボック
スとの干渉の有無を判定する。
Second step: For an interference area in the second minimax coordinate system, an interference minimax box corresponding to the interference area in the first minimax coordinate system is obtained. The first one in the first minimax coordinate system
The presence or absence of interference between the next minimax box and the interference minimax box is determined.

【0013】[0013]

【作用】上記構成に基づく作用を説明する。The operation based on the above configuration will be described.

【0014】本発明の形状相互間の干渉チェック方法で
は、CADシステムにおける形状相互間の干渉チェック
に際し、座標系の各軸方向の最小および最大座標値で表
されるミニマックスボックスを用いて形状相互間の干渉
の可能性の有無を判定する形状相互間の干渉チェック方
法において、初期設定ステップと第1ステップとを実行
した後、前記第1ステップで干渉ありと判定された場
合、第2ステップを実行することにより、干渉チェック
の対象とする一対の形状の各々について最小限のミニマ
ックスボックスが得られるとともに、形状が互いに斜め
に向き合っているために厳密な干渉チェックが必要であ
ったケースの大部分について、簡易な干渉チェック(ラ
フチェック)で干渉の有無を確認可能となり、ミニマッ
クスボックスを用いたラフチェックの精度が向上すると
ともに厳密な干渉チェックの実行回数が低減するので、
干渉チェック処理の効率化を図ることができる。
In the interference check method between shapes according to the present invention, when checking the interference between shapes in the CAD system, the shape mutual check is performed by using the minimax box represented by the minimum and maximum coordinate values in each axial direction of the coordinate system. In a method of checking interference between shapes for determining whether there is a possibility of interference between the shapes, after performing the initial setting step and the first step, if it is determined that there is interference in the first step, perform the second step. By executing it, the minimum minimax box can be obtained for each of the pair of shapes to be subjected to the interference check, and in most cases the strict interference check is necessary because the shapes face each other diagonally. For the part, it is possible to check the presence of interference with a simple interference check (rough check), using the minimax box Since the number of executions of the strict interference check is reduced with improved rough check accuracy,
The efficiency of the interference check process can be improved.

【0015】[0015]

【実施例】以下、本発明の形状相互間の干渉チェック方
法の一実施例を図面を用いて詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a method for checking interference between shapes according to the present invention will be described below in detail with reference to the drawings.

【0016】図1は、本発明の形状相互間の干渉チェッ
ク方法を実現するシステムの一構成例を示すブロック図
である。同図中、101は形状データ格納部、102は
比較対象形状選択部、103はミニマックス座標系算出
部、104は回転マトリックス作成部、105は形状デ
ータ回転部、106はミニマックスボックス作成部、1
07はミニマックス座標系間の座標変換マトリックス作
成部、108はミニマックスボックス干渉チェック部、
109は厳密な干渉チェック部である。
FIG. 1 is a block diagram showing an example of the configuration of a system for realizing the method for checking interference between shapes according to the present invention. In the figure, 101 is a shape data storage unit, 102 is a comparison target shape selection unit, 103 is a minimax coordinate system calculation unit, 104 is a rotation matrix creation unit, 105 is a shape data rotation unit, 106 is a minimax box creation unit, 1
07 is a coordinate conversion matrix creation unit between minimax coordinate systems, 108 is a minimax box interference check unit,
Reference numeral 109 is a strict interference check unit.

【0017】図1において、形状データ格納部101に
は、あらかじめCADシステム(図示なし)で作成して
おいた形状データが格納されており、この形状データ格
納部101内の形状データから比較対象形状選択部10
2によって干渉チェックの対象とする一対の形状データ
を選択する。形状データの対が決定されると、各々の形
状データについて、ミニマックス座標系算出部103が
当該形状データの法線ベクトルを利用する平均法線ベク
トル法などで最適な座標系(請求項中の“ミニマックス
座標系”)を決定し、回転マトリックス作成部104が
ミニマックス座標系に向くような回転マトリックスを作
成し、形状データ回転部105が当該形状データに回転
マトリックスをかけて当該形状を回転させる。そして、
ミニマックスボックス作成部106では、形状データ回
転部105から出力された回転後の形状データに基づい
て、X軸,Y軸,Z軸の各方向の最小座標値および最大
座標値を求め、ミニマックスボックスを作成する。各々
の形状データについて作成されたミニマックスボックス
は異なる座標系(ミニマックス座標系)で表現されてい
るので、ミニマックス座標系間の座標変換マトリックス
作成部107によって座標変換マトリックスを求める。
In FIG. 1, the shape data storage unit 101 stores shape data created in advance by a CAD system (not shown). Based on the shape data in the shape data storage unit 101, the comparison target shape is stored. Selector 10
2 selects a pair of shape data to be subjected to the interference check. When the pair of shape data is determined, for each shape data, the minimax coordinate system calculation unit 103 uses the average normal vector method that uses the normal vector of the shape data to obtain the optimum coordinate system (in the claim, "Minimax coordinate system") is determined, and the rotation matrix creation unit 104 creates a rotation matrix oriented to the minimax coordinate system, and the shape data rotation unit 105 applies the rotation matrix to the shape data to rotate the shape. Let And
The minimax box creation unit 106 obtains the minimum coordinate value and the maximum coordinate value in each of the X-axis, Y-axis, and Z-axis directions based on the rotated shape data output from the shape data rotation unit 105, and the minimax box Create a box. Since the minimax boxes created for each shape data are expressed in different coordinate systems (minimax coordinate system), the coordinate conversion matrix creating unit 107 between the minimax coordinate systems obtains the coordinate conversion matrix.

【0018】次に、上記座標変換マトリックスを用い
て、一方の形状データに対応する第1のミニマックスボ
ックス(1次)を他方の(第2の)ミニマックス座標系
に変換し、当該座標系でミニマックスボックス(2次)
を作成すると、他方の形状データに対応する第2のミニ
マックスボックス(1次)との干渉の有無をミニマック
スボックス干渉チェック部108によってチェックす
る。このとき干渉なしと判定された場合には、チェック
結果として“干渉なし”を報告する。また、干渉の可能
性ありと判定された場合には、上記の干渉チェックで重
なった領域(干渉領域)を(第1の)ミニマックス座標
系に変換して(干渉)ミニマックスボックスを作成し、
上述した第1のミニマックスボックス(1次)との干渉
の有無をミニマックスボックス干渉チェック部108に
よってチェックする。このとき干渉なしと判定された場
合には、チェック結果として“干渉なし”を報告する。
また、干渉の可能性ありと判定された場合には、厳密な
干渉チェック部109によってさらに厳密な干渉チェッ
クを行い、そのチェック結果を報告する。
Next, using the above coordinate transformation matrix, the first minimax box (first order) corresponding to one shape data is transformed into the other (second) minimax coordinate system, and the coordinate system concerned is transformed. At Minimax Box (Secondary)
Then, the minimax box interference check unit 108 checks whether or not there is interference with the second minimax box (first order) corresponding to the other shape data. At this time, if it is determined that there is no interference, “no interference” is reported as the check result. When it is determined that there is a possibility of interference, the overlapping area (interference area) in the above interference check is converted to the (first) minimax coordinate system to create a (interference) minimax box. ,
The presence or absence of interference with the above-described first minimax box (first order) is checked by the minimax box interference check unit 108. At this time, if it is determined that there is no interference, “no interference” is reported as the check result.
If it is determined that there is a possibility of interference, the strict interference check unit 109 performs a more strict interference check and reports the check result.

【0019】なお、最初のミニマックスボックスの干渉
チェックにおいて、第1のミニマックスボックスが第2
のミニマックスボックスに含まれる場合や、座標変換マ
トリックスが単位マトリックスに極めて類似する場合に
は、最初の干渉チェック結果に基づいて厳密な干渉チェ
ックを行うか否かを判定して、チェック結果を出力する
ものとする。
In the interference check of the first minimax box, the first minimax box is changed to the second minimax box.
If it is included in the minimax box of or if the coordinate transformation matrix is very similar to the unit matrix, it is determined whether or not strict interference check is performed based on the first interference check result, and the check result is output. It shall be.

【0020】図2は、図1による干渉チェック処理の流
れを示すフローチャートであり、図3は、その一適用例
を示す図である。以下、図2および図3に基づいて説明
を行う。
FIG. 2 is a flow chart showing the flow of the interference check processing according to FIG. 1, and FIG. 3 is a diagram showing one application example thereof. Hereinafter, description will be given based on FIGS. 2 and 3.

【0021】最初に、ステップ201で干渉チェックの
対象とする一対の形状データF1,F2を取得する。そして
ステップ202で、各々の形状についてミニマックスボ
ックス作成用の座標系(第1および第2のミニマックス
座標系)を各々の形状データの法線ベクトルを利用した
平均法線ベクトル法などによって求め、各々が当該ミニ
マックス座標系に向くような回転マトリックス(A1およ
びA2)を算出するとともに、形状データF1,F2にそれぞ
れ回転マトリックスA1,A2をかけることによって当該ミ
ニマックス座標系におけるミニマックスボックス(1
次)を作成し、続くステップ203で上記回転マトリッ
クスA1およびA2から第1および第2のミニマックス座標
系間の座標変換マトリックスを求める。以上が、請求項
中における“初期設定ステップ”に相当する処理であ
り、図3(a)の例では、X1軸およびY1軸で表す座標系
が形状データF1に最適な第1のミニマックス座標系に、
301が形状データF1についての第1のミニマックスボ
ックス(1次)に、X2軸およびY2軸で表す座標系が形状
データF2に最適な第2のミニマックス座標系に、401
が形状データF2についての第2のミニマックスボックス
(1次)に、それぞれ相当する。
First, in step 201, a pair of shape data F 1 and F 2 to be subjected to interference check is acquired. Then, in step 202, the coordinate system for creating the minimax box (first and second minimax coordinate systems) for each shape is obtained by the average normal vector method using the normal vector of each shape data, with each calculates a rotation matrix (a 1 and a 2) as directed in the minimax coordinate system, the minimax coordinate system by the respective shape data F 1, F 2 applying a rotation matrix a 1, a 2 Minimax Box at (1
Next, in step 203, the coordinate transformation matrix between the first and second minimax coordinate systems is obtained from the rotation matrices A 1 and A 2 in the following step 203. Above is the processing corresponding to "initialization step" in the claims, in the example of FIG. 3 (a), X 1 axis and Y 1 coordinate system representing the axis a first optimal for the shape data F 1 In the minimax coordinate system,
301 is the first minimax box (primary) for the shape data F 1 and the coordinate system represented by the X 2 axis and the Y 2 axis is the second minimax coordinate system optimal for the shape data F 2 , 401
Corresponds to the second minimax box (first order) for the shape data F 2 .

【0022】次に、ステップ204で第1のミニマック
スボックス(1次)に座標変換マトリックスを掛けて第
2のミニマックス座標系に変換し、ステップ205で第
2のミニマックス座標系における第1のミニマックスボ
ックス(1次)に対応する第1のミニマックスボックス
(2次)を求める。図3(b)の例では、401が第2
のミニマックスボックス(1次)に、302が第1のミ
ニマックスボックス(2次)に、それぞれ相当する。そ
して、ステップ206で第1のミニマックスボックス
(2次)302と第2のミニマックスボックス(1次)
401との干渉チェック(ラフチェック)を行って、干
渉なしと判定されたときにはステップ213に分岐して
「干渉なし」の結果を出力する。一方、ステップ206
で干渉の可能性ありと判定されたときは、ステップ20
7で再度ラフチェックすべきか否かを判定する。この場
合、第1のミニマックスボックス(2次)302が第2
のミニマックスボックス(1次)401にくらべて小さ
いときや、座標変換マトリックスが単位マトリックスに
かなり類似するときなどには、もう一度ラフチェックし
ても干渉の可能性ありと判定される確率が高いので、
“干渉の可能性あり”とみなしてステップ212へ分岐
し、厳密な干渉チェックを行う。以上が、請求項中にお
ける“第1ステップ”に相当する処理である。
Next, in step 204, the first minimax box (first order) is multiplied by the coordinate transformation matrix to transform into the second minimax coordinate system, and in step 205, the first minimax box (first) in the second minimax coordinate system. The first minimax box (secondary) corresponding to the minimax box (first order) of In the example of FIG. 3B, 401 is the second
Corresponds to the first minimax box (first order), and 302 corresponds to the first minimax box (secondary). Then, in step 206, the first minimax box (secondary) 302 and the second minimax box (primary)
An interference check (rough check) with 401 is performed, and when it is determined that there is no interference, the process branches to step 213 and the result of “no interference” is output. On the other hand, step 206
If it is determined that there is a possibility of interference in step 20,
At 7 it is judged again whether or not the rough check should be performed. In this case, the first minimax box (secondary) 302 is the second
When it is smaller than the minimax box (1st order) 401 of the above, or when the coordinate transformation matrix is very similar to the unit matrix, it is highly likely that interference will be determined even if rough checking is performed again. ,
Assuming that there is a possibility of interference, the process branches to step 212 and a strict interference check is performed. The above is the process corresponding to the "first step" in the claims.

【0023】ステップ207で再度ラフチェックすべき
であると判定された場合には、ステップ208で第1の
ミニマックスボックス(2次)302と第2のミニマッ
クスボックス(1次)401とが重なり合う干渉領域3
10を求め、ステップ209で干渉領域310に上述し
た座標変換マトリックスを掛けて第1のミニマックス座
標系に変換し、ステップ210で第1のミニマックス座
標系における干渉領域に対応する干渉ミニマックスボッ
クスを求める。この場合、図3(b)における310が
干渉領域であり、図3(c)における311が干渉ミニ
マックスボックスである。そして、ステップ211で第
1のミニマックスボックス(1次)301と干渉ミニマ
ックスボックス311との干渉チェック(ラフチェッ
ク)を行って、干渉なしと判定されたときにはステップ
213に分岐して「干渉なし」の結果を出力する一方、
干渉の可能性ありと判定されたときにはステップ212
に分岐して厳密な干渉チェックを行う。図3(c)で
は、第1のミニマックスボックス(1次)301と干渉
ミニマックスボックス311とは干渉していないので、
ステップ213に分岐して「干渉なし」の結果が出力さ
れる。以上が、請求項中における“第2ステップ”に相
当する処理である。
When it is determined in step 207 that the rough check should be performed again, the first minimax box (secondary) 302 and the second minimax box (primary) 401 overlap each other in step 208. Interference area 3
10. In step 209, the interference area 310 is multiplied by the above-mentioned coordinate conversion matrix to be converted into the first minimax coordinate system, and in step 210, the interference minimax box corresponding to the interference area in the first minimax coordinate system. Ask for. In this case, 310 in FIG. 3B is an interference area, and 311 in FIG. 3C is an interference minimax box. Then, in step 211, an interference check (rough check) is performed between the first minimax box (primary) 301 and the interference minimax box 311, and when it is determined that there is no interference, the process branches to step 213, and there is no interference. While outputting the result of
When it is determined that there is a possibility of interference, step 212
Branch to and perform strict interference check. In FIG. 3C, since the first minimax box (first order) 301 and the interference minimax box 311 do not interfere with each other,
The process branches to step 213 and the result of “no interference” is output. The above is the process corresponding to the "second step" in the claims.

【0024】上述した干渉チェック(ラフチェック)で
は、三次元空間における各々のミニマックス座標系の軸
ベクトルのひとつが同一方向を向いている場合には、よ
り正確にミニマックスボックスどうしの干渉の有無をチ
ェックすることができるが、すべての軸ベクトルが異な
る方向を向いている場合でも、従来にくらべれば「干渉
なし」と判定される確率が高くなるので、全体的には干
渉チェックに要する処理時間の短縮を図ることができ
る。
In the above-described interference check (rough check), if one of the axis vectors of each minimax coordinate system in the three-dimensional space points in the same direction, the presence or absence of interference between the minimax boxes is more accurate. However, even if all axis vectors point in different directions, the probability of being judged as “no interference” is higher than in the past, so the processing time required for interference check is generally higher. Can be shortened.

【0025】以上のように本実施例によれば、干渉チェ
ックの対象とする一対の形状の各々について最小限のミ
ニマックスボックスが得られるとともに、形状が互いに
斜めに向き合っているために厳密な干渉チェックが必要
であったケースの大部分について、第1および第2ステ
ップの干渉チェック(ラフチェック)で干渉の有無を確
認可能となり、ミニマックスボックスを用いたラフチェ
ックの精度が向上するとともに厳密な干渉チェックの実
行回数が低減するので、干渉チェック処理の効率化を図
ることができる。
As described above, according to this embodiment, the minimum minimax box can be obtained for each of the pair of shapes to be subjected to the interference check, and since the shapes are diagonally opposed to each other, strict interference is caused. For most of the cases where the check was necessary, it is possible to check the presence or absence of interference in the interference check (rough check) in the first and second steps, which improves the accuracy of the rough check using the minimax box and makes it strict. Since the number of times the interference check is executed is reduced, the efficiency of the interference check process can be improved.

【0026】[0026]

【発明の効果】以上詳しく説明したように、本発明の形
状相互間の干渉チェック方法によれば、CADシステム
における形状相互間の干渉チェックに際し、座標系の各
軸方向の最小および最大座標値で表されるミニマックス
ボックスを用いて形状相互間の干渉の可能性の有無を判
定する形状相互間の干渉チェック方法において、初期設
定ステップと第1ステップとを実行した後、前記第1ス
テップで干渉ありと判定された場合、第2ステップを実
行することにより、干渉チェックの対象とする一対の形
状の各々について最小限のミニマックスボックスが得ら
れるとともに、形状が互いに斜めに向き合っているため
に厳密な干渉チェックが必要であったケースの大部分に
ついて、簡易な干渉チェック(ラフチェック)で干渉の
有無を確認可能となり、ミニマックスボックスを用いた
ラフチェックの精度が向上するとともに厳密な干渉チェ
ックの実行回数が低減するので、干渉チェック処理の効
率化を図ることができるという効果が得られる。
As described in detail above, according to the interference check method between shapes according to the present invention, when checking the interference between shapes in the CAD system, the minimum and maximum coordinate values in each axial direction of the coordinate system are used. In a method for checking interference between shapes using a represented minimax box to determine whether there is a possibility of interference between shapes, after performing an initial setting step and a first step, the interference is generated in the first step. If it is determined that there is, by performing the second step, the minimum minimax box can be obtained for each of the pair of shapes to be subjected to the interference check, and since the shapes are diagonally facing each other, strictness is required. It is possible to check the presence or absence of interference with a simple interference check (rough check) for the majority of cases that required a complicated interference check. Ri, the number of times of execution of strict interference check with improved accuracy of the rough check is reduced using a minimax box, there is an advantage that it is possible to improve the efficiency of interference check processing.

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

【図1】本発明の形状相互間の干渉チェック方法を実現
するシステムの一構成例を示すブロック図である。
FIG. 1 is a block diagram showing a configuration example of a system that realizes a method for checking interference between shapes according to the present invention.

【図2】図1による干渉チェック処理の流れを示すフロ
ーチャートである。
FIG. 2 is a flowchart showing a flow of interference check processing according to FIG.

【図3】本発明の形状相互間の干渉チェック方法の一適
用例を示す図である。
FIG. 3 is a diagram showing an application example of a method for checking interference between shapes according to the present invention.

【図4】従来の形状相互間の干渉チェック方法の問題点
を示す図である。
FIG. 4 is a diagram showing a problem of a conventional method for checking interference between shapes.

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

101 形状データ格納部 102 比較対象形状選択部 103 ミニマックス座標系算出部 104 回転マトリックス作成部 105 形状データ回転部 106 ミニマックスボックス作成部 107 ミニマックス座標系間の座標変換マトリックス
作成部 108 ミニマックスボックス干渉チェック部 109 厳密な干渉チェック部
101 shape data storage unit 102 comparison target shape selection unit 103 minimax coordinate system calculation unit 104 rotation matrix creation unit 105 shape data rotation unit 106 minimax box creation unit 107 coordinate conversion matrix creation unit 108 between minimax coordinate systems 108 minimax box Interference check unit 109 Strict interference check unit

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭64−26981(JP,A) 特開 平1−180671(JP,A) 特開 平3−12787(JP,A) 特開 平7−129627(JP,A) 特開 平7−152807(JP,A) 特開 平7−262243(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 17/50 628 JICSTファイル(JOIS)─────────────────────────────────────────────────── ─── Continuation of front page (56) References JP-A 64-26981 (JP, A) JP-A 1-180671 (JP, A) JP-A 3-12787 (JP, A) JP-A 7- 129627 (JP, A) JP-A-7-152807 (JP, A) JP-A-7-262243 (JP, A) (58) Fields investigated (Int.Cl. 7 , DB name) G06F 17/50 628 JISST File (JOIS)

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 CADシステムにおける形状相互間の干
渉チェックに際し、座標系の各軸方向の最小および最大
座標値で表されるミニマックスボックスを用いて形状相
互間の干渉の可能性の有無を判定する形状相互間の干渉
チェック方法において、 第1および第2の形状のそれぞれについて最適な第1お
よび第2のミニマックス座標系を個別に設定し、前記第
1のミニマックス座標系における前記第1の形状に対応
する第1の1次ミニマックスボックスおよび前記第2の
ミニマックス座標系における前記第2の形状に対応する
第2の1次ミニマックスボックスをそれぞれ求める初期
設定ステップと、 前記第2のミニマックス座標系における前記第1の1次
ミニマックスボックスに対応する2次ミニマックスボッ
クスを求め、前記第2のミニマックス座標系における前
記第2の1次ミニマックスボックスと前記2次ミニマッ
クスボックスとの干渉の有無を判定する第1ステップ
と、を具備することを特徴とする形状相互間の干渉チェ
ック方法。
1. When checking interference between shapes in a CAD system, it is determined whether or not there is a possibility of interference between shapes by using a minimax box represented by minimum and maximum coordinate values in each axial direction of the coordinate system. In the method for checking interference between shapes, the optimum first and second minimax coordinate systems are individually set for each of the first and second shapes, and the first minimax coordinate system is used. Initial setting step for obtaining a first primary minimax box corresponding to the shape and a second primary minimax box corresponding to the second shape in the second minimax coordinate system, respectively. To obtain a secondary minimax box corresponding to the first primary minimax box in the minimax coordinate system of Interference checking method between shaped cross, characterized by comprising: a first step of determining the presence or absence of interference between the secondary Minimax box and the second primary minimax box in box coordinates.
【請求項2】 前記第1ステップで干渉ありと判定され
た場合、前記第2のミニマックス座標系における干渉領
域について、前記第1のミニマックス座標系における前
記干渉領域に対応する干渉ミニマックスボックスを求
め、前記第1のミニマックス座標系における前記第1の
1次ミニマックスボックスと前記干渉ミニマックスボッ
クスとの干渉の有無を判定する第2ステップを具備する
ことを特徴とする請求項1記載の形状相互間の干渉チェ
ック方法。
2. The interference minimax box corresponding to the interference area in the first minimax coordinate system, when the interference area is determined to exist in the first step, with respect to the interference area in the second minimax coordinate system. The second step of determining the presence or absence of interference between the first primary minimax box and the interference minimax box in the first minimax coordinate system. To check the interference between the shapes of each other.
JP19424794A 1994-08-18 1994-08-18 Method for checking interference between shapes Expired - Fee Related JP3413733B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19424794A JP3413733B2 (en) 1994-08-18 1994-08-18 Method for checking interference between shapes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19424794A JP3413733B2 (en) 1994-08-18 1994-08-18 Method for checking interference between shapes

Publications (2)

Publication Number Publication Date
JPH0863492A JPH0863492A (en) 1996-03-08
JP3413733B2 true JP3413733B2 (en) 2003-06-09

Family

ID=16321438

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19424794A Expired - Fee Related JP3413733B2 (en) 1994-08-18 1994-08-18 Method for checking interference between shapes

Country Status (1)

Country Link
JP (1) JP3413733B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3415438B2 (en) 1998-05-12 2003-06-09 富士通株式会社 Interference checking apparatus and method
JP5169175B2 (en) * 2007-11-27 2013-03-27 富士通株式会社 Interference check method, computer-aided design apparatus, and interference check program
EP2261826A1 (en) 2009-06-05 2010-12-15 Dassault Systèmes Process of updating a status of relation between objects in a system of computer-aided design of objects

Also Published As

Publication number Publication date
JPH0863492A (en) 1996-03-08

Similar Documents

Publication Publication Date Title
US6792593B2 (en) Pattern correction method, apparatus, and program
US7991240B2 (en) Methods, systems and apparatuses for modeling optical images
JPH04309183A (en) Method for forming limited element mesh
US7013247B2 (en) Method of designing forms of cable clamp and cables using three-dimensional CAD system, and computer readable storage medium storing relevant processes
JP3413733B2 (en) Method for checking interference between shapes
US20020063708A1 (en) Polygon rendering device
US6091423A (en) Image transformation system for producing a kaleidoscope effect
US20100070243A1 (en) Wire Harness Unfolding
CN109801362B (en) Mirror image method, system, storage medium and mirror image data processing method
JP3083701B2 (en) Part model data check device
US6647306B2 (en) Interference removal system for automated path planning
CN115131192B (en) Data processing method, device and equipment based on graphic pipeline and storage medium
EP1569143A1 (en) Method of calculating intersecions between triangle and line segment and progam therefor
CA2554453A1 (en) Image processing system for omnidirectional reading of optical patterns
CN114444198A (en) Method for calculating windward side of low-orbit spacecraft
JP3312382B2 (en) Normal vector coordinate converter
JP2820894B2 (en) Convex polyhedron generator for interference check system
US7120887B2 (en) Cloned and original circuit shape merging
JP4629255B2 (en) Structure analysis processing method and structure analysis processing program
JPH07129627A (en) Method for checking interference mutually between curved surfaces
US20210365600A1 (en) Structural analytical model apparatus and method
JP3139431B2 (en) Connection determination device, method and recording medium
JP3880272B2 (en) Bounding box generation method, interference line generation method, apparatus, and recording medium
JP2945959B2 (en) Wave propagation prediction method
JP2023137263A (en) Generation method, generation device and generation program

Legal Events

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