JPH10255078A - Shape inside and outside deciding method and deciding device for optional point in numeric value shape data - Google Patents

Shape inside and outside deciding method and deciding device for optional point in numeric value shape data

Info

Publication number
JPH10255078A
JPH10255078A JP9059282A JP5928297A JPH10255078A JP H10255078 A JPH10255078 A JP H10255078A JP 9059282 A JP9059282 A JP 9059282A JP 5928297 A JP5928297 A JP 5928297A JP H10255078 A JPH10255078 A JP H10255078A
Authority
JP
Japan
Prior art keywords
storage device
outside
evaluation point
shape data
data
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.)
Withdrawn
Application number
JP9059282A
Other languages
Japanese (ja)
Inventor
Mitsuru Kondo
充 近藤
Akiko Aizawa
晶子 相澤
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.)
Mitsubishi Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries 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 Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP9059282A priority Critical patent/JPH10255078A/en
Publication of JPH10255078A publication Critical patent/JPH10255078A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a device which shortens the time that decides whether an optional point in numeric value shape data exists in a free curved surface that is represented by a complicated formula or not. SOLUTION: This device comprises a 1st storage device in which numeric value shape data is stored, a 2nd storage device which stores evaluation point data that is undergone inside and outside decision, a 3rd storage device which stores a program, a 4th storage device that stores inside and outside decision results and a central processing unit 5 which controls a series of the operations and executes calculation, and the unit 5 reads shape data that is represented in a complicated formula and evaluation point data that performs inside and outside decision from the 1st and 2nd storage devices, based on a program of the 3rd storage device, approximates the outer surface of the shape data in the set of triangles, extends a half line from the evaluation point, counts the number of intersections of the approximated outer surface and the half line, decides that an evaluation point exists inside the outer surface when the number of intersections is odd and decides that the evaluation point exists outside the outer surface when it is not odd.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、CADシステム、
有限要素法よる構造解析などに関し、数値形状データを
4面体、5面体、6面体などの基本形状の集合に変換
し、任意の座標値をもつ点が、数式にて指定された3次
元ソリッド形状の内側にあるか否かを判定する方法およ
び装置に関する。「形状内外判定装置」とは、任意の座
標値をもつ点が、数式にて指定された3次元ソリッド形
状の内側にあるか否かを判定する装置をいう。
The present invention relates to a CAD system,
Converts numerical shape data into a set of basic shapes such as tetrahedron, pentahedron, and hexahedron for structural analysis using the finite element method, and points with arbitrary coordinate values are converted into three-dimensional solid shapes specified by mathematical expressions. And a method for determining whether or not it is inside the device. The “inside / outside shape determination device” refers to a device that determines whether or not a point having an arbitrary coordinate value is inside a three-dimensional solid shape specified by a mathematical expression.

【0002】[0002]

【従来の技術】従来の技術では、複雑な数式で表現され
る自由曲面に対し、評価点から半直線をのばし、その曲
面との交点の数を数えることにより、評価点がその形状
の内部にあるか否かを判定している。
2. Description of the Related Art In the prior art, a free-form surface represented by a complex mathematical expression is extended from a point of evaluation to a half-line, and the number of points of intersection with the surface is counted. It is determined whether or not there is.

【0003】一般に自由曲面は、高次式を再帰的に定義
することにより定義されており、この自由曲面の集合に
より、3次元ソリッド形状の外表面が定義されている。
従来の方法は、評価点から半直線をのばし、その半直線
が、3次元ソリッド形状の外表面を構成する自由曲面1
つ1つに対して、交点を持つか否かを求め、最終的に3
次元ソリッド形状の外表面を構成する全ての自由曲面集
合との交点の数により、3次元ソリッド形状の内側にあ
るか否かを判定する(交点の総個数が奇数のときは内
側、偶数のときは外側と判定する)。この交点の計算に
際し、自由曲面が再帰的に定義されているため、交点が
存在するかどうかを判定するには、繰り返し計算をする
必要がある。
Generally, a free-form surface is defined by recursively defining a higher-order expression, and a set of the free-form surfaces defines an outer surface of a three-dimensional solid shape.
In the conventional method, a half-line is extended from an evaluation point, and the half-line is a free-form surface 1 constituting an outer surface of a three-dimensional solid shape.
For each one, it is asked whether or not it has an intersection.
The number of intersections with the set of all free-form surfaces that make up the outer surface of the three-dimensional solid shape determines whether it is inside the three-dimensional solid shape (inside if the total number of intersections is odd, and if it is even) Is determined to be outside). In calculating the intersection, a free-form surface is recursively defined. Therefore, it is necessary to repeatedly calculate whether or not an intersection exists.

【0004】[0004]

【発明が解決しようとする課題】しかし、従来の技術に
は、次のような問題がある。 (1)3次元ソリッド形状の外表面を構成する自由曲面
は、高次式を再帰的に定義することにより定義されてい
るため、自由曲面と半直線との交点を計算するために
は、繰り返し計算をする必要があった。 (2)複雑な数式で表現される自由曲面と半直線との交
点を求めるには、一般に繰り返し計算が必要であり、多
くの計算時間を費やしていた。
However, the prior art has the following problems. (1) Since the free-form surface constituting the outer surface of the three-dimensional solid shape is defined by recursively defining a higher-order equation, it is necessary to repeatedly calculate the intersection between the free-form surface and the half-line. I needed to do the calculations. (2) In order to find an intersection between a free-form surface represented by a complicated mathematical expression and a half-line, it is generally necessary to repeatedly calculate, and a lot of calculation time is spent.

【0005】本発明は、これらの問題を解決することが
できる方法および装置、すなわち、外表面を構成する自
由曲面を、1次式で表現できる3角形の集合で近似し、
その3角形と半直線との交点を求め、内外判定を行うこ
とにより、判定に要する時間を短縮する方法および装置
を提供することを目的とする。
The present invention provides a method and an apparatus capable of solving these problems, that is, approximating a free-form surface constituting an outer surface with a set of triangles that can be expressed by a linear expression,
It is an object of the present invention to provide a method and an apparatus for reducing the time required for determination by determining an intersection between the triangle and the half-line and performing an inside / outside determination.

【0006】3角形で近似することにより、ソリッド形
状の外表面を構成する面の数は、多くなるが、交点が解
析的に求まるため、内外判定に要する総計算時間を短縮
することができる。
[0006] By approximating with a triangle, the number of surfaces constituting the outer surface of the solid shape increases, but since the intersection is determined analytically, the total calculation time required for the inside / outside judgment can be reduced.

【0007】[0007]

【課題を解決するための手段】[Means for Solving the Problems]

(用語の説明)「評価点」とは、有限要素法における分
割を計算機により、自動的におこなわせる場合の、有限
要素の交点である節点を生成する候補点をいう。
(Explanation of terms) The "evaluation point" refers to a candidate point for generating a node, which is an intersection of finite elements, when division by the finite element method is automatically performed by a computer.

【0008】この候補点に、内外判定結果を基に、節点
を生成する。評価点は、計算機の記憶装置上で、3次元
座標により指定される。本発明における「評価点」と従
来の技術の「評価点」は同じものであり、本発明におけ
る「半直線」と従来の技術の「半直線」は同じものであ
る。 (第1の手段)本発明に係る数値形状データにおける任
意点の形状内外判定方法は、(A)第1記憶装置1に数
式で表現された形状データを格納し、(B)第2記憶装
置2に内外判定を行う評価点データを格納し、(C)第
3記憶装置3にプログラムを格納し、(D)中央演算装
置5に、前記第1記憶装置の数式で表現された形状デー
タと、第2記憶装置の内外判定を行う評価点データと、
第3記憶装置のプログラムを読み込み、(E)前記中央
演算装置5により、形状データの外表面を3角形の集合
で近似し、(F)前記中央演算装置5により、評価点か
ら半直線をのばして、近似した外表面と半直線との交点
の数を数え、(G)前記中央演算装置5により、前記交
点の数が、奇数である場合には、評価点は外表面の内部
にあると判定し、奇数でない場合には、評価点は外表面
の外部にあると判定し、(H)前記内外判定結果を、第
4記憶装置4に格納することを特徴とする。 (第2の手段)本発明に係る数値形状データにおける任
意点の形状内外判定装置は、(A)数値形状データが格
納する第1記憶装置1と、(B)内外判定される評価点
データが格納する第2記憶装置2と、(C)プログラム
を格納する第3記憶装置3と、(D)内外判定結果を格
納する第4記憶装置4と、(E)前記一連の作業を制御
し計算を実行する中央演算装置5とからなり、(F)前
記中央演算装置5は、前記第3記憶装置のプログラムに
基づいて、第1記憶装置の複雑な数式で表現された形状
データと、第2記憶装置の内外判定を行う評価点データ
を読み込み、形状データの外表面を3角形の集合で近似
し、評価点から半直線をのばし、近似した外表面と半直
線との交点の数を数え、前記交点の数が、奇数である場
合には、評価点は外表面の内部にあると判定し、奇数で
ない場合には、評価点は外表面の外部にあると判定する
ことを特徴とする。
A node is generated for the candidate point based on the result of the inside / outside determination. The evaluation points are specified by three-dimensional coordinates on a storage device of the computer. The “evaluation point” in the present invention is the same as the “evaluation point” in the conventional technology, and the “semi-straight line” in the present invention is the same as the “semi-straight line” in the conventional technology. (First Means) The method for determining the inside / outside of a shape of an arbitrary point in numerical shape data according to the present invention comprises: (A) storing shape data represented by a mathematical expression in a first storage device 1; 2 stores the evaluation point data for performing the inside / outside judgment, (C) stores the program in the third storage device 3, and (D) stores the shape data represented by the mathematical expression of the first storage device in the central processing unit 5. Evaluation point data for performing the inside / outside determination of the second storage device;
The program in the third storage device is read, (E) the central processing unit 5 approximates the outer surface of the shape data with a set of triangles, and (F) the central processing unit 5 extends a half line from the evaluation point. Then, the number of intersections between the approximated outer surface and the half line is counted. (G) When the number of the intersections is odd, the central processing unit 5 determines that the evaluation point is inside the outer surface. If it is determined that it is not an odd number, it is determined that the evaluation point is outside the outer surface, and (H) the result of the inside / outside determination is stored in the fourth storage device 4. (Second Means) The device for determining the inside / outside shape of an arbitrary point in numerical shape data according to the present invention includes (A) a first storage device 1 for storing numerical shape data, and (B) evaluation point data to be determined inside / outside. A second storage device 2 for storing, (C) a third storage device 3 for storing a program, (D) a fourth storage device 4 for storing a result of inside / outside determination, and (E) control and calculation of the series of operations. (F) The central processing unit 5 executes, based on the program in the third storage device, shape data represented by a complex mathematical expression in the first storage device, Reading the evaluation point data for performing the inside / outside judgment of the storage device, approximating the outer surface of the shape data with a set of triangles, extending a half line from the evaluation point, counting the number of intersections between the approximated outer surface and the half line, If the number of the intersections is odd, the evaluation score is Determines that the inside of the surface, if not odd, evaluation points, characterized in that determined to be outside of the outer surface.

【0009】すなわち、本発明は、数値形状データにお
いて、一般に自由曲面で表現される外表面を、幾何計算
が簡単な3角形の集合で近似し、その近似された外表面
に対して、任意の評価点を内部に含むか否かを判定する
装置であり、複雑な数式で表現される自由曲面上に、複
数の点を配置し、その点を結ぶことにより、自由曲面を
3角形の集合で近似する。
That is, according to the present invention, in numerical shape data, an outer surface generally represented by a free-form surface is approximated by a set of triangles whose geometrical calculations are simple, and an arbitrary arbitrary value is assigned to the approximated outer surface. It is a device that determines whether or not to include an evaluation point inside. By arranging a plurality of points on a free-form surface represented by a complex mathematical expression and connecting the points, the free-form surface is formed by a set of triangles. Approximate.

【0010】この3角形と半直線との交点の計算を、解
析的に求め、近似した外表面と半直線との交点の数を数
え、前記交点の数が、奇数である場合には、評価点は外
表面の内部にあると判定し、奇数でない場合には、評価
点は外表面の外部にあると判定することを特徴とする。
(3角形と半直線との関係)評価点がソリッド形状の内
側にあるか否かの判定方法として、評価点から半直線を
のばし、その半直線と対象ソリッド形状の外表面との交
点の数を数え、その数が奇数であるならば内側にあり、
偶数であるならば外側にあると判定できる。
The intersection of the triangle and the half line is calculated analytically, the number of intersections between the approximated outer surface and the half line is counted, and if the number of intersections is odd, the evaluation is made. It is characterized in that it is determined that the point is inside the outer surface, and when it is not odd, it is determined that the evaluation point is outside the outer surface.
(Relationship between triangle and half line) As a method for determining whether or not the evaluation point is inside the solid shape, a half line is extended from the evaluation point, and the number of intersections between the half line and the outer surface of the target solid shape Is inside if the number is odd,
If it is an even number, it can be determined that it is outside.

【0011】本発明は、3次元ソリッド形状の外表面を
3角形の集合で近似し、その近似曲面と評価点からのば
した半直線との交点を求めることにより、内外判定を効
率化するものである。
The present invention improves the efficiency of the inside / outside judgment by approximating the outer surface of a three-dimensional solid shape with a set of triangles and finding the intersection of the approximated curved surface and the extended straight line from the evaluation point. It is.

【0012】したがって、評価点からのばした半直線
と、外表面を近似している3角形の集合の内、何個と交
わるかを求めていいる。したがって、次のように作用す
る。
Therefore, the number of intersections between the extended straight line from the evaluation point and the set of triangles approximating the outer surface is determined. Therefore, it operates as follows.

【0013】一般に自由曲面は、高次式を再帰的に定義
することにより定義されているため、自由曲面と半直線
との交点を計算するためには、ニュートン法などの繰り
返し計算をする必要があり、非常に多くの計算を行う必
要がある。
Generally, a free-form surface is defined by recursively defining a higher-order equation. Therefore, in order to calculate an intersection between a free-form surface and a half-line, it is necessary to perform repeated calculations such as Newton's method. Yes, so many calculations need to be done.

【0014】それに対して、3角形と半直線との交点の
計算は、解析的に求めることができるため、自由曲面と
半直線との交点を求める場合に、比較して非常に少ない
計算量で交点が解析的に求めることができる。そのため
内外判定に、この性質を利用することにより、交点を求
めるのに必要な時間を短縮することが出来る。有限要素
法よる構造解析などでは、与えられた形状を基本形状の
集合で表すため、近似計算であっても実用になる。
On the other hand, since the calculation of the intersection between the triangle and the half line can be obtained analytically, the calculation of the intersection between the free-form surface and the half line requires a very small amount of calculation. The intersection can be determined analytically. Therefore, by using this property for the inside / outside determination, the time required for finding the intersection can be reduced. In a structural analysis or the like by the finite element method, a given shape is represented by a set of basic shapes, so that even an approximate calculation is practical.

【0015】[0015]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

(第1の実施の形態)本発明の第1の実施の形態を図1
〜図3に示す。図1は、本発明の第1の実施の形態に係
る装置の構成図。
(First Embodiment) FIG. 1 shows a first embodiment of the present invention.
3 to FIG. FIG. 1 is a configuration diagram of an apparatus according to a first embodiment of the present invention.

【0016】図2は、本発明の第1の実施の形態の係る
装置のフローチャート。図3は、数値形状データを3角
形の集合で近似した例を示す図である。本発明の内外判
定装置は、図1に示すように、数値形状データが格納さ
れた第1記憶装置1と、内外判定される評価点データが
格納された第2記憶装置2と、プログラムが格納された
第3記憶装置3と、内外判定結果が格納される第4記憶
装置4と、これら一連の作業を制御し計算を実行する中
央演算装置(CPU)5とからなる。
FIG. 2 is a flow chart of the apparatus according to the first embodiment of the present invention. FIG. 3 is a diagram illustrating an example in which numerical shape data is approximated by a set of triangles. As shown in FIG. 1, the inside / outside determination device of the present invention includes a first storage device 1 storing numerical shape data, a second storage device 2 storing evaluation point data to be determined inside / outside, and a program storage device. And a fourth storage device 4 for storing the inside / outside determination results, and a central processing unit (CPU) 5 for controlling a series of operations and executing calculations.

【0017】次に、図2に基づき、プログラムに基づく
中央演算装置(CPU)5の動作について説明する。ま
ず、複雑な数式で表現された形状データと、内外判定を
行う評価点データを読み込む(Step20)、そし
て、形状データの外表面を3角形の集合で近似する(S
tep21)。
Next, the operation of the central processing unit (CPU) 5 based on a program will be described with reference to FIG. First, shape data represented by a complicated mathematical expression and evaluation point data for performing inside / outside determination are read (Step 20), and the outer surface of the shape data is approximated by a set of triangles (S20).
step21).

【0018】次に、評価点から半直線をのばし(Ste
p22)、近似した外表面と半直線との交点の数を数え
る(Step23)。この交点の数が、奇数である場合
には、評価点は外表面の内部にあると判定し、奇数でな
い場合には、評価点は外表面の外部にあると判定する
(Step24)。図3は、数値形状データを3角形の
集合で近似した例を示す。
Next, a half line is extended from the evaluation point (Step
p22), the number of intersections between the approximated outer surface and the half line is counted (Step 23). If the number of intersections is odd, it is determined that the evaluation point is inside the outer surface, and if it is not odd, it is determined that the evaluation point is outside the outer surface (Step 24). FIG. 3 shows an example in which numerical shape data is approximated by a set of triangles.

【0019】[0019]

【発明の効果】本発明は前述のように構成されているの
で、以下に記載するような効果を奏する。 (1)交点の計算に繰り返し計算が必要な自由曲面を、
解析的に求められる3角形の集合で近似する。 (2)そのため、交点の計算に必要な計算量を減らすこ
とができる。
Since the present invention is configured as described above, it has the following effects. (1) A free-form surface that requires repeated calculations to calculate the intersection
It is approximated by a set of triangles obtained analytically. (2) Therefore, the amount of calculation required for calculating the intersection can be reduced.

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

【図1】本発明の第1の実施の形態に係る装置の構成
図。
FIG. 1 is a configuration diagram of an apparatus according to a first embodiment of the present invention.

【図2】本発明の第1の実施の形態の係る装置のフロー
チャート。
FIG. 2 is a flowchart of the apparatus according to the first embodiment of the present invention.

【図3】数値形状データを3角形の集合で近似した例を
示す図。
FIG. 3 is a diagram showing an example in which numerical shape data is approximated by a set of triangles.

【符号の説明】 1 …第1記憶装置 2 …第2記憶装置 3 …第3記憶装置 4 …第4記憶装置 5 …中央演算装置(CPU)[Description of Signs] 1... 1st storage device 2... 2nd storage device 3... 3rd storage device 4.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】(A)第1記憶装置(1)に数式で表現さ
れた形状データを格納し、(B)第2記憶装置(2)に
内外判定を行う評価点データを格納し、(C)第3記憶
装置(3)にプログラムを格納し、(D)中央演算装置
(5)に、前記第1記憶装置の数式で表現された形状デ
ータと、第2記憶装置の内外判定を行う評価点データ
と、第3記憶装置のプログラムを読み込み、、(E)前
記中央演算装置(5)により、形状データの外表面を3
角形の集合で近似し、(F)前記中央演算装置(5)に
より、評価点から半直線をのばして、近似した外表面と
半直線との交点の数を数え、(G)前記中央演算装置
(5)により、前記交点の数が、奇数である場合には、
評価点は外表面の内部にあると判定し、奇数でない場合
には、評価点は外表面の外部にあると判定し、(H)前
記内外判定結果を、第4記憶装置(4)に格納すること
を特徴とする数値形状データにおける任意点の形状内外
判定方法。
(A) A first storage device (1) stores shape data expressed by a mathematical expression, (B) a second storage device (2) stores evaluation point data for performing inside / outside determination, C) Store the program in the third storage device (3), and (D) make the central processing unit (5) determine the shape data expressed by the mathematical expression of the first storage device and determine whether the second storage device is inside or outside. The evaluation point data and the program in the third storage device are read, and (E) the central processing unit (5) divides the outer surface of the shape data into three.
(F) extend a half line from the evaluation point by the central processing unit (5) and count the number of intersections between the approximated outer surface and the half line; (G) the central processing unit According to (5), if the number of the intersections is odd,
The evaluation point is determined to be inside the outer surface, and if not an odd number, the evaluation point is determined to be outside the outer surface. (H) The inside / outside determination result is stored in the fourth storage device (4). A method for determining the inside / outside of a shape of an arbitrary point in numerical shape data.
【請求項2】(A)数値形状データが格納する第1記憶
装置(1)と、(B)内外判定される評価点データが格
納する第2記憶装置(2)と、(C)プログラムを格納
する第3記憶装置(3)と、(D)内外判定結果を格納
する第4記憶装置(4)と、(E)前記一連の作業を制
御し計算を実行する中央演算装置(5)とからなり、
(F)前記中央演算装置(5)は、前記第3記憶装置の
プログラムに基づいて、第1記憶装置の複雑な数式で表
現された形状データと、第2記憶装置の内外判定を行う
評価点データを読み込み、形状データの外表面を3角形
の集合で近似し、評価点から半直線をのばし、近似した
外表面と半直線との交点の数を数え、前記交点の数が、
奇数である場合には、評価点は外表面の内部にあると判
定し、奇数でない場合には、評価点は外表面の外部にあ
ると判定することを特徴とする数値形状データにおける
任意点の形状内外判定装置
(A) a first storage device (1) for storing numerical shape data; (B) a second storage device (2) for storing evaluation point data to be determined inside / outside; A third storage device (3) for storing, (D) a fourth storage device (4) for storing the inside / outside determination result, and (E) a central processing unit (5) for controlling the series of operations and executing calculations. Consisting of
(F) The central processing unit (5) is based on the program of the third storage device, and the shape data represented by the complicated mathematical expression of the first storage device and the evaluation points for performing the inside / outside determination of the second storage device. Data is read, the outer surface of the shape data is approximated by a set of triangles, a half line is extended from the evaluation point, the number of intersections between the approximated outer surface and the half line is counted, and the number of intersections is
If the number is odd, the evaluation point is determined to be inside the outer surface; if not, the evaluation point is determined to be outside the outer surface. Shape inside / outside judgment device
JP9059282A 1997-03-13 1997-03-13 Shape inside and outside deciding method and deciding device for optional point in numeric value shape data Withdrawn JPH10255078A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9059282A JPH10255078A (en) 1997-03-13 1997-03-13 Shape inside and outside deciding method and deciding device for optional point in numeric value shape data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9059282A JPH10255078A (en) 1997-03-13 1997-03-13 Shape inside and outside deciding method and deciding device for optional point in numeric value shape data

Publications (1)

Publication Number Publication Date
JPH10255078A true JPH10255078A (en) 1998-09-25

Family

ID=13108892

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9059282A Withdrawn JPH10255078A (en) 1997-03-13 1997-03-13 Shape inside and outside deciding method and deciding device for optional point in numeric value shape data

Country Status (1)

Country Link
JP (1) JPH10255078A (en)

Similar Documents

Publication Publication Date Title
CN101882168B (en) Methods and systems for simulating beam element to surface mesh contacts in finite element analysis
JP6880892B2 (en) Process plan generation program and process plan generation method
CN101894051A (en) Primary and secondary data structure-based CPU-GPU cooperative computing method
JP2826138B2 (en) Mobile body interference check device
CN101154293A (en) Image processing method and image processing apparatus
CN115619007A (en) Intelligent manufacturing scheduling method and device, electronic equipment and medium
JPH10255078A (en) Shape inside and outside deciding method and deciding device for optional point in numeric value shape data
JPH11134195A (en) Design method/device for rule
JP2662539B2 (en) 3D graphics processor
JPH10320428A (en) Layout evaluation supporting system
CN113627646A (en) Path planning method, device, equipment and medium based on neural network
JP2526973B2 (en) Measuring device for three-dimensional composite free-form surface
JPS635795B2 (en)
JP3039387B2 (en) Apparatus for calculating intersection of B-spline curve and straight line in three-dimensional CAD
JP5407695B2 (en) Self-intersection detection program and self-intersection detection method in 3D curve model
JPH06259507A (en) Graphic dividing device
JPH0581385A (en) Check method for finite element model
JPH05120430A (en) Crossing judgment and intersection calculation system for polygon and straight line
Tengler et al. Ways of uneven road surface modelling used in the vehicle dynamics analysis
JP2537949B2 (en) Network display processing method
JPH11110587A (en) Mesh generation method for numerical analysis
JPH10289257A (en) Three-dimensional mesh correcting method, transformational analyzing device and recording medium
CN115619966A (en) Point cloud model modeling method and device, storage medium and electronic equipment
JPH06176167A (en) Ray tracing processing system
JPH0766451B2 (en) Computer graphic equipment

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20040601