JP4158959B2 - Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded - Google Patents
Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded Download PDFInfo
- Publication number
- JP4158959B2 JP4158959B2 JP2001235420A JP2001235420A JP4158959B2 JP 4158959 B2 JP4158959 B2 JP 4158959B2 JP 2001235420 A JP2001235420 A JP 2001235420A JP 2001235420 A JP2001235420 A JP 2001235420A JP 4158959 B2 JP4158959 B2 JP 4158959B2
- Authority
- JP
- Japan
- Prior art keywords
- curve
- dimensional shape
- conical surface
- shape processing
- projection
- 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
Links
Images
Landscapes
- Processing Or Creating Images (AREA)
- Image Generation (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、CAD/CAM装置など3次元形状処理装置を用いた投影曲線生成処理に関し、特に、曲線を凹曲の円錐面に対して法線方向に投影する投影曲線生成処理に関する。
【0002】
【従来の技術】
グラフィクス表示装置とコンピュータを用いたCAD/CAM装置などでは、従来、次のような手順により、3次元立体の曲面の上方にある曲線を曲面に対して法線方向に投影していた。なお、前記3次元立体とは、例えば境界表現形式のソリッドモデルデータとして生成された形状を指し、境界表現形式のソリッドモデルとは、稜線や頂点や面というような要素により3次元空間上に閉じた領域を定義し、中身の詰まった立体を表現したものである。
(1)曲線から、その両端点を含む幾つかの点を抽出し、それぞれの点から曲面上に垂線を下ろす(図6参照)。
(2)曲面上に下ろされた垂線の曲面上の点を滑らかにつなぎ、曲面上に乗る曲線(投影曲線)を生成する(図7参照)。
つまり、投影された幾つかの点をつないて曲線を生成することにより、近似的に曲線を投影するのである。しかしながら、前記した従来技術においては、点が曲面上に投影できるかどうかを考慮せずに曲線全体から点を抽出していたので、投影できない点が抽出された場合は、他に投影できる点が存在してもその曲線を曲面に投影できなかった(図8参照)。例えば、曲面が凹曲の円錐面の場合、曲線が円錐面の軸と交差したり重なったりすると、そのような箇所から抽出された点より下ろされる垂線は一意に定まらず、そのため、求めようとする投影曲線が定まらないのである(図9参照)。
【0003】
【発明が解決しようとする課題】
前記したように、従来技術においては、曲面が例えば凹曲の円錐面の場合、そのような曲面上の曲線が円錐面の軸と交差したり重なったりすると、そのような箇所から抽出された点より下ろされる垂線は一意に定まらないので、他に投影できる点が存在してもその曲線全体が曲面に投影できないものとして扱われていた。
本発明の課題は、このような従来技術の問題を解決することにあり、曲面が凹曲の円錐面の場合に、曲線上の投影可能な部分を調べ、投影可能な部分について投影曲線を求めることができる3次元形状処理方法を提供することにある。
【0004】
【課題を解決するための手段】
前記した課題を解決するために、請求項1記載の発明は、曲線を凹曲の円錐面に対して法線方向に投影することができる3次元形状処理装置において、円錐面の軸とその円錐面の一端の境界線である母線が乗る平面及び、円錐面の他の一端の境界線である母線と円錐面の軸が乗る平面を生成する平面生成手段と、投影しようとする曲線について、生成した2枚の平面のどちらの裏側にも存在する投影可能な部分と、少なくともどちらか一方の表側に存在する投影可能でない部分とに曲線を分ける曲線分割手段と、その曲線分割手段により分割された投影可能な部分から両端点を含む幾つかの点を抽出し、抽出した各点から円錐面上に投影曲線を生成する投影曲線生成手段と、を備えたことを特徴とする。
請求項2の発明は、曲線を凹曲の円錐面に対して法線方向に投影する3次元形状処理装置における3次元形状処理方法であって、円錐面の軸とその円錐面の一端の境界線である母線が乗る平面及び、円錐面の他の一端の境界線である母線と円錐面の軸が乗る平面を生成する平面生成工程と、投影しようとする曲線について、生成した2枚の平面のどちらの裏側にも存在する投影可能な部分と、少なくともどちらか一方の表側に存在する投影可能でない部分とに曲線を分ける曲線分割工程と、その曲線分割手段により分割された投影可能な部分から両端点を含む幾つかの点を抽出する抽出工程と、抽出した各点から円錐面上に投影曲線を生成する投影曲線生成工程と、を有することを特徴とする。
請求項3の発明は、請求項2記載の3次元形状処理方法において、円錐面の軸と前記曲線とが交差するかどうかを調べることにより、曲線が投影可能かどうかを調べる工程を有することを特徴とする。
請求項4の発明は、請求項2または3記載の3次元形状処理方法において、円錐面の軸と前記曲線とが重なるかどうかを調べることにより、曲線が投影可能かどうかを調べる工程を有することを特徴とする。
請求項5の発明は、請求項2、3、または4のいずれかに記載の3次元形状処理方法において、前記曲線が曲面に投影できない部分を含む場合、投影可能な部分のみを曲面に投影する工程を有することを特徴とする。
請求項6の発明は、コンピュータ読み取り可能な記録媒体であって、請求項2乃至5のいずれかに記載の3次元形状処理方法の前記各工程を、コンピュータの機能として実現させるためのプログラムを記録したことを特徴とする。
【0005】
【発明の実施の形態】
以下、図面により本発明の実施の形態を詳細に説明する。
図2は本発明の一実施例を示す3次元形状処理装置の構成ブロック図である。図示したように、この実施例の3次元形状処理装置は、この装置全体を制御するシステム制御部1、本発明に係わる投影曲線生成処理など、外部から入力したりして取得した3次元形状データを処理する3次元形状処理部2、3次元形状データやプログラムなどを記憶しておく外部記憶装置(例えばハードディスク装置)3、3次元形状データに従って3次元立体形状を表示するグラフィク表示装置4、3次元立体形状などを紙上に出力するプロッタ5、キーボードやマウスやテキスト表示装置などを有した操作表示部6、ネットワークを介して外部から3次元形状データを取得したりする通信制御部7などを備えている。
なお、前記システム制御部1および3次元形状処理部2は、本発明に係わるプログラムや各種データを一時的に記憶するメモリ(例えばRAM)およびそのプログラムに従って動作するCPUを有する。また、この実施例においては、請求項1記載の平面生成手段、曲線分割手段、および投影曲線生成手段が前記3次元形状処理部2により実現される。
このような構成で、この実施例の3次元形状処理装置では、3次元立体形状を構成している凹曲の円錐面上の曲線をその円錐面に投影する際に曲線上の投影可能な部分を調べ、その投影可能な部分について投影曲線を求める。
【0006】
図1に、本発明の一実施例の動作フローを示す。以下、図1に従って、この実施例の動作を説明する。
まず、3次元形状処理部2が図3に示したような平面aを作成する(S1)。つまり、凹曲の円錐面の軸cとその円錐面の一方の母線(円錐面の一端の境界線で、直線である)とが乗る平面aを作成するのである(図3:円錐面の軸方向から見た図参照)。さらに、3次元形状処理部2はもう一方の母線と円錐面の軸cが乗る平面bも作成する(S2)(図3参照)。なお、平面に乗っている母線に着目し、円錐面の存在する側を平面の裏側、円錐面の存在しない側を平面の表側とする。
続いて、3次元形状処理部2は、投影しようとする曲線について、作成した2枚の平面のどちらの裏側にも存在する部分(図4に示したAの部分)と、少なくともどちらか一方の表側に存在する部分(図4に示したB の部分)とに曲線を分ける(S3)。なお、曲線が前記平面と交叉する部分については裏側に存在するとみなす。
こうして、前記曲線に前記Aの部分が存在し、且つ、その部分が円錐の軸と交差したり重なったりしなければ、その部分は投影可能であると判定する(S4でYes)(図5参照)。前記曲線が前記平面と交叉する点は投影可能部分とされた端であるが、その点から前記円錐面に対してその曲面の法線方向に下ろす直線は前記平面に乗っているので、その直線と曲面(円錐面)が交叉する点は曲面からはみ出ないのである。
続いて、3次元形状処理部2は、投影可能とみなされた前記A部分について、その部分の両端点を含む幾つかの点を抽出し(S5)、それぞれの点から凹曲の円錐面上に垂線を下ろす(S6)。さらに、曲面上に下ろされた複数の垂線の足(垂線の円錐曲面上の点)を滑らかにつなぎ(S7)、投影可能部分の投影曲線を生成する。
一方、ステップS4において投影可能部分がないと判定された場合には(S4でNo)、その時点でこの動作フローを終了させる。
こうして、この実施例によれば、投影可能な部分のみ投影曲線を生成するようにできるので、投影する曲線上のたまたま抽出された点から下ろそうとした垂線が一意に定まらないからと言って、他に投影できる点が存在するにもかかわらず、その曲線のいずれの部分も曲面に投影できなくなってしまうというような不具合が解消できる。
【0007】
以上、本発明の3次元形状処理方法を一実施例について説明したが、説明したような3次元形状処理方法の前記各工程を、コンピュータの機能として実現させるためにプログラミングしたプログラムを例えば着脱可能なコンピュータ読み取り可能な記録媒体に記録し、その記録媒体をこれまで本発明によった投影曲線生成を行えなかったパーソナルコンピュータなど情報処理装置に装着することにより、その情報処理装置においても本発明によった投影曲線生成を行うことができる。また、前記プログラムをネットワークを介して情報処理装置へ転送し、その情報処理装置においても本発明によった投影曲線生成を行うことができる。
【0008】
【発明の効果】
以上説明したように、本発明によれば、請求項1および請求項2記載の発明では、曲線を凹曲の円錐面に対して法線方向に投影する3次元形状処理方法において、円錐面の一方の母線と円錐面の軸とが乗る平面が2つの母線について生成され、生成された2つの平面を用いることにより投影する曲線が投影可能な部分とそうでない部分に分けられ、投影可能な部分のみ投影曲線を生成するようにできるので、投影する曲線上のたまたま抽出された点から下ろそうとした垂線が一意に定まらないからと言って、他に投影できる点が存在するにもかかわらず、その曲線のいずれの部分も曲面に投影できなくなってしまうというような不具合が解消できる。
また、請求項3記載の発明では、請求項2記載の発明において、円錐面の軸と前記曲線とが交差するかどうかが調べられ、その結果も加味して曲線が投影可能かどうかが判定されるので、投影可能か否かの判定がより厳密になり、したがって、投影可能と判定されたのに投影作業を行なってみたら投影できなかったというようなことがなくなり、その分だけ無駄な作業が発生しなくなる。
また、請求項4記載の発明では、請求項2または請求項3記載の発明において、円錐面の軸と前記曲線とが重なるかどうかが調べられ、その結果も加味して曲線が投影可能かどうかが判定されるので、同様に、あるいは更に、投影可能か否かの判定が厳密になり、したがって、投影可能と判定されたのに投影作業を行なってみたら投影できなかったというようなことがなくなり、その分だけ無駄な作業が発生しなくなる。
【0009】
また、請求項5記載の発明では、請求項2、請求項3、または請求項4記載の発明において、曲線が曲面に投影できない部分を含む場合、投影可能な部分のみが曲面に投影されるので、投影作業を行なってみたら投影できなかったというようなことがなくなり、したがって、無駄な作業が発生しなくなる。また、請求項6記載の発明では、請求項2乃至請求項5のいずれかに記載の3次元形状処理方法に従ってプログラミングしたプログラムが例えば着脱可能な記録媒体に記録されるので、その記録媒体をこれまで請求項2乃至請求項5のいずれかの発明によった投影曲線生成を行えなかったパーソナルコンピュータなど情報処理装置に装着することにより、その情報処理装置においても請求項2乃至請求項5のいずれかの発明の効果を得ることができる。
【図面の簡単な説明】
【図1】本発明の一実施例を示す3次元形状処理装置で実行される投影曲線生成方法の動作フロー図である。
【図2】本発明の一実施例を示す3次元形状処理装置の構成ブロック図である。
【図3】本発明の一実施例を示す投影曲線生成方法の説明図である。
【図4】本発明の一実施例を示す投影曲線生成方法の他の説明図である。
【図5】本発明の一実施例を示す投影曲線生成方法の他の説明図である。
【図6】従来技術の一例を示す投影曲線生成方法の説明図である。
【図7】従来技術の一例を示す投影曲線生成方法の他の説明図である。
【図8】従来技術の一例を示す投影曲線生成方法の他の説明図である。
【図9】従来技術の一例を示す投影曲線生成方法の他の説明図である。
【符号の説明】
1 システム制御部
2 3次元形状処理部
3 外部記憶装置
4 グラフィクス表示装置
5 プロッタ
6 操作表示部
7 通信制御部[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a projection curve generation process using a three-dimensional shape processing apparatus such as a CAD / CAM apparatus, and more particularly to a projection curve generation process in which a curve is projected in a normal direction onto a concave conical surface.
[0002]
[Prior art]
Conventionally, in a CAD / CAM device using a graphics display device and a computer, a curve above a three-dimensional solid curved surface is projected in a normal direction with respect to the curved surface by the following procedure. The three-dimensional solid refers to, for example, a shape generated as solid model data in a boundary representation format. The solid model in a boundary representation format is closed in a three-dimensional space by elements such as edges, vertices, and faces. This is a representation of a solid with a defined area.
(1) Several points including both end points are extracted from the curve, and a perpendicular line is drawn from each point on the curved surface (see FIG. 6).
(2) The points on the curved surface of the perpendicular line drawn on the curved surface are smoothly connected to generate a curve (projection curve) that rides on the curved surface (see FIG. 7).
That is, a curved line is approximately projected by generating a curved line by connecting several projected points. However, in the above-described prior art, since points are extracted from the entire curve without considering whether the points can be projected on the curved surface, when points that cannot be projected are extracted, there are other points that can be projected. Even if it existed, the curve could not be projected onto the curved surface (see FIG. 8). For example, if the curved surface is a concave conical surface, if the curve intersects or overlaps the axis of the conical surface, the perpendicular line drawn from the point extracted from such a point is not uniquely determined, so we try to find it The projection curve to be determined is not determined (see FIG. 9).
[0003]
[Problems to be solved by the invention]
As described above, in the prior art, when the curved surface is, for example, a concave conical surface, if the curve on such a curved surface intersects or overlaps the axis of the conical surface, the point extracted from such a point Since the perpendicular to be lowered is not uniquely determined, even if there are other points that can be projected, the entire curve was treated as being unable to be projected onto the curved surface.
An object of the present invention is to solve such a problem of the prior art. When a curved surface is a concave conical surface, a projectable portion on the curve is examined, and a projection curve is obtained for the projectable portion. Another object of the present invention is to provide a three-dimensional shape processing method.
[0004]
[Means for Solving the Problems]
To solve the problems described above, a first aspect of the present invention, in the three-dimensional shape processing apparatus which can be projected in the normal direction of the curve against the concave conical surface, the shaft and its cone conical surface A plane generating means for generating a plane on which the generatrix that is the boundary line at one end of the surface rides, a plane on which the generatrix and the axis of the conical surface at the other end of the conical surface are on, and a curve to be projected are generated. The curve dividing means for dividing the curve into the projectable part existing on either side of the two planes and the non-projectable part existing on at least one of the two planes, and the curve dividing means divided by the curve dividing means extracting several points including the end points from the projection moiety, a projection curve generating means for generating a projected curve on the conical surface from the points extracted, characterized by comprising a.
Invention 請 Motomeko 2 is a three-dimensional shape processing method in the three-dimensional shape processing apparatus which projects in the direction normal to the curve with respect to the concave conical surface, the one end of the shaft and its conical surface of the conical surface A plane generation process for generating a plane on which a generatrix that is a boundary line rides, and a plane on which a generatrix and an axis of the cone surface on which the other end of the conical surface rides, and a curve to be projected, A curve dividing step for dividing a curve into a projectable part existing on either side of the plane and a non-projectable part existing on at least one of the front sides, and a projectable part divided by the curve dividing means And a projection curve generation step of generating a projection curve on each conical surface from each of the extracted points .
Invention 請 Motomeko 3, in the three-dimensional shape processing method according to claim 2, wherein, by the said the axis of the conical surface curve to see if it intersects, the curve has a step of determining if possible the projection It is characterized by.
Invention 請 Motomeko 4, in the three-dimensional shape processing method according to
Invention 請 Motomeko 5,
Invention 請 Motomeko 6 is a computer-readable recording medium, the steps of the three-dimensional shape processing method according to any one of claims 2 to 5, a program for implementing the function of the computer characterized in that it has been recorded.
[0005]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 2 is a block diagram showing the configuration of a three-dimensional shape processing apparatus showing an embodiment of the present invention. As shown in the figure, the three-dimensional shape processing apparatus of this embodiment includes three-dimensional shape data acquired by inputting from the outside, such as a system control unit 1 that controls the entire apparatus, and a projection curve generation process according to the present invention. 3D shape processing unit 2, an external storage device (for example, a hard disk device) 3 for storing 3D shape data and programs, etc., and a
The system control unit 1 and the three-dimensional shape processing unit 2 have a memory (for example, a RAM) that temporarily stores a program according to the present invention and various data, and a CPU that operates according to the program. In this embodiment, the plane generating means, the curve dividing means, and the projection curve generating means described in claim 1 are realized by the three-dimensional shape processing unit 2.
With such a configuration, in the three-dimensional shape processing apparatus of this embodiment, when a curve on a concave conical surface constituting a three-dimensional solid shape is projected onto the conical surface, a projectable portion on the curve And a projection curve is obtained for the projectable part.
[0006]
FIG. 1 shows an operation flow of an embodiment of the present invention. The operation of this embodiment will be described below with reference to FIG.
First, the three-dimensional shape processing unit 2 creates a plane a as shown in FIG. 3 (S1). That is, a plane a on which the axis c of the concave conical surface and one generatrix of the conical surface (a boundary line at one end of the conical surface is a straight line) is created (FIG. 3: the axis of the conical surface). (See the view from the direction). Further, the three-dimensional shape processing unit 2 also creates a plane b on which the other generatrix and the axis c of the conical surface ride (S2) (see FIG. 3). Focusing on the generatrix on the plane, the side where the conical surface exists is the back side of the plane, and the side where the conical surface does not exist is the front side of the plane.
Subsequently, the three-dimensional shape processing unit 2 has a portion to be projected on the back side of either of the two planes (portion A shown in FIG. 4) and at least one of the curves to be projected. The curve is divided into a portion existing on the front side (portion B shown in FIG. 4) (S3). Note that the portion where the curve intersects the plane is considered to exist on the back side.
Thus, if the portion A exists in the curve and the portion does not intersect or overlap the cone axis, it is determined that the portion can be projected (Yes in S4) (see FIG. 5). ). The point where the curved line intersects the plane is an end that can be projected, but the straight line that extends from the point in the normal direction of the curved surface with respect to the conical surface is on the plane. And the point where the curved surface (conical surface) intersects does not protrude from the curved surface.
Subsequently, the three-dimensional shape processing unit 2 extracts a number of points including both end points of the A portion that is considered to be projectable (S5), and a concave conical surface is extracted from each point. A perpendicular line is dropped (S6). Further, a plurality of perpendicular feet (points on the conical curved surface of the vertical line) drawn down on the curved surface are smoothly connected (S7) to generate a projection curve of the projectable portion.
On the other hand, when it is determined in step S4 that there is no projectable portion (No in S4), this operation flow is terminated at that time.
Thus, according to this embodiment, only a projectable portion can be generated to generate a projection curve. Therefore, a perpendicular line that is going to be dropped from an accidentally extracted point on the projected curve is not uniquely determined. In spite of the fact that there are other points that can be projected, the problem that any part of the curve cannot be projected onto the curved surface can be solved.
[0007]
The three-dimensional shape processing method of the present invention has been described above with respect to one embodiment. For example, a program programmed to realize each step of the three-dimensional shape processing method as described above as a computer function can be attached or detached. by then recorded in a computer-readable record medium, mounting the record medium to a personal computer such as an information processing apparatus that has not performed the projection curve generation was by the present invention heretofore, the present also in the information processing apparatus Projection curve generation according to the invention can be performed. In addition, the program can be transferred to an information processing apparatus via a network, and the information processing apparatus can also generate a projection curve according to the present invention.
[0008]
【The invention's effect】
As described above, according to the present invention, according to the first and second aspects of the present invention, in the three-dimensional shape processing method for projecting a curve in a normal direction with respect to a concave conical surface, A plane where one generatrix and the axis of the conical surface ride is generated for two generatrix lines, and by using the two generated planes, the projected curve is divided into a projectable part and a non-projectable part. Since only the projection line can be generated, the perpendicular line to be dropped from the extracted point on the curve to be projected is not uniquely determined. A problem that any part of the curve cannot be projected onto the curved surface can be solved.
Further, in the invention described in
Further, in the invention described in
[0009]
Further, in the invention according to claim 5, in the invention according to claim 2,
[Brief description of the drawings]
FIG. 1 is an operation flowchart of a projection curve generation method executed by a three-dimensional shape processing apparatus showing an embodiment of the present invention.
FIG. 2 is a configuration block diagram of a three-dimensional shape processing apparatus showing an embodiment of the present invention.
FIG. 3 is an explanatory diagram of a projection curve generation method showing an embodiment of the present invention.
FIG. 4 is another explanatory diagram of a projection curve generation method showing an embodiment of the present invention.
FIG. 5 is another explanatory diagram of a projection curve generation method showing an embodiment of the present invention.
FIG. 6 is an explanatory diagram of a projection curve generation method showing an example of a conventional technique.
FIG. 7 is another explanatory diagram of a projection curve generation method showing an example of the prior art.
FIG. 8 is another explanatory diagram of a projection curve generation method showing an example of the prior art.
FIG. 9 is another explanatory diagram of a projection curve generation method showing an example of the prior art.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 System control part 2 3D
Claims (6)
円錐面の軸とその円錐面の一端の境界線である母線が乗る平面及び、円錐面の他の一端の境界線である母線と円錐面の軸が乗る平面を生成する平面生成手段と、投影しようとする曲線について、生成した2枚の平面のどちらの裏側にも存在する投影可能な部分と、少なくともどちらか一方の表側に存在する投影可能でない部分とに曲線を分ける曲線分割手段と、その曲線分割手段により分割された投影可能な部分から両端点を含む幾つかの点を抽出し、抽出した各点から円錐面上に投影曲線を生成する投影曲線生成手段と、を備えたことを特徴とする3次元形状処理装置。In a three-dimensional shape processing apparatus capable of projecting a curve in a normal direction with respect to a concave conical surface,
Planar axis as generatrix which is one end of the boundary line of the conical surface of the conical surface rides and a plan generating means for generating a plane shaft generatrix and the conical surface ride the boundary line of the other end of the conical surface, the projection A curve dividing means for dividing the curve into a projectable part existing on either side of the two generated planes and a non-projectable part existing on at least one of the front surfaces of the generated curve; characterized in that to extract some of the points, a projection curve generating means for generating a projected curve on the conical surface from each point extracted, with a from the divided projection moiety by curve dividing means including two end points A three-dimensional shape processing apparatus.
円錐面の軸とその円錐面の一端の境界線である母線が乗る平面及び、円錐面の他の一端の境界線である母線と円錐面の軸が乗る平面を生成する平面生成工程と、投影しようとする曲線について、生成した2枚の平面のどちらの裏側にも存在する投影可能な部分と、少なくともどちらか一方の表側に存在する投影可能でない部分とに曲線を分ける曲線分割工程と、その曲線分割手段により分割された投影可能な部分から両端点を含む幾つかの点を抽出する抽出工程と、抽出した各点から円錐面上に投影曲線を生成する投影曲線生成工程と、を有することを特徴とする3次元形状処理方法。The curve with respect to the concave curved conical surfaces a three-dimensional shape processing method in the three-dimensional shape processing apparatus which projects in a normal direction,
A plane generating step for generating a plane on which the axis of the conical surface and the generatrix which is the boundary line at one end of the conical surface ride, and a plane on which the axis of the conical surface and the generatrix line at the other end of the conical surface are superimposed, and projection A curve dividing step of dividing a curve into a projectable part existing on either side of the two generated planes and a non-projectable part existing on at least one front side of the generated curve; to Yes an extraction step of extracting a number of respects, including two end points from the divided projection moiety by curve dividing means, a projection curve generating step of generating a projected curve on the conical surface from each point extracted, the A three-dimensional shape processing method.
円錐面の軸と前記曲線とが交差するかどうかを調べることにより、曲線が投影可能かどうかを調べる工程を有することを特徴とする3次元形状処理方法。The three-dimensional shape processing method according to claim 2,
A three-dimensional shape processing method comprising a step of examining whether or not a curve can be projected by examining whether or not an axis of a conical surface and the curve intersect.
円錐面の軸と前記曲線とが重なるかどうかを調べることにより、曲線が投影可能かどうかを調べる工程を有することを特徴とする3次元形状処理方法。In the three-dimensional shape processing method according to claim 2 or 3, wherein,
A three-dimensional shape processing method comprising a step of examining whether or not a curve can be projected by examining whether or not a conical surface axis and the curve overlap.
前記曲線が曲面に投影できない部分を含む場合、投影可能な部分のみを曲面に投影する工程を有することを特徴とする3次元形状処理方法。Claim 2, 3, or in the three-dimensional shape processing method according to any one of 4,
When the curved line includes a portion that cannot be projected onto a curved surface, the method includes a step of projecting only a portion that can be projected onto a curved surface.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001235420A JP4158959B2 (en) | 2001-08-02 | 2001-08-02 | Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001235420A JP4158959B2 (en) | 2001-08-02 | 2001-08-02 | Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2003044531A JP2003044531A (en) | 2003-02-14 |
JP4158959B2 true JP4158959B2 (en) | 2008-10-01 |
Family
ID=19066871
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001235420A Expired - Fee Related JP4158959B2 (en) | 2001-08-02 | 2001-08-02 | Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4158959B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7547783B2 (en) | 2019-06-19 | 2024-09-10 | 株式会社リコー | Information processing device, biological information measuring device, and method and program for displaying spatial domain values |
-
2001
- 2001-08-02 JP JP2001235420A patent/JP4158959B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2003044531A (en) | 2003-02-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5002524B2 (en) | Image processing apparatus, image processing method, and program | |
JP3657771B2 (en) | 3D model creation device | |
WO2017131184A1 (en) | Book electronization method and book electronization device | |
JP4158959B2 (en) | Three-dimensional shape processing apparatus, three-dimensional shape processing method, and recording medium on which program according to the method is recorded | |
JP2007286715A (en) | Image composition device and image composition program | |
JP4809683B2 (en) | Analysis model generation apparatus, analysis model generation method, and analysis model generation program | |
JP4168365B2 (en) | Three-dimensional shape processing apparatus, processing method thereof, and storage medium storing program | |
JPH11120385A (en) | Two-dimensional and three-dimensional integrated type cad system and storage medium where drawing generating program is recorded | |
JP3781008B2 (en) | Three-dimensional model editing method and apparatus, and computer program | |
JP3801792B2 (en) | 3D-shaped cutting device, cutting method, and storage medium storing cutting processing program | |
JP4160406B2 (en) | Three-dimensional shape processing apparatus, curve projection method, program, and storage medium | |
JP4024571B2 (en) | Design support program | |
JP2006185276A (en) | Analysis data generating apparatus, program, and method, computer readable recording medium with program recorded therein, and analyzing apparatus | |
JP4189705B2 (en) | Electronic information data embedding method and extraction method, electronic information data embedding device and extraction device, and recording medium recording the program of the method | |
TWI749594B (en) | Component detecting method | |
JP3896245B2 (en) | 3D shape processing apparatus, 3D shape processing method, and recording medium | |
JP3721763B2 (en) | How to create a 3D model | |
JP2911514B2 (en) | Character processing apparatus and method | |
JP2010258627A (en) | Image processor, image processing method, program, and storage medium | |
JPH0973472A (en) | Designing device and describing method for its annotation text | |
JP3862881B2 (en) | Electronic form system and recording medium | |
JP3619407B2 (en) | Graphic drawing apparatus and storage medium storing graphic drawing program | |
JP2001052205A (en) | Method for generating polygon approximating degenerative curved surface and storage medium stored with same generating method | |
JP3540157B2 (en) | Shape modeling method using image and recording medium storing shape modeling program | |
JP4095213B2 (en) | Document processing apparatus and document processing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070323 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20070326 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080417 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080612 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20080710 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080710 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110725 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120725 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120725 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130725 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |