JP2003196320A - Data conversion method for cad (computer aided design), program and recording medium - Google Patents

Data conversion method for cad (computer aided design), program and recording medium

Info

Publication number
JP2003196320A
JP2003196320A JP2001393280A JP2001393280A JP2003196320A JP 2003196320 A JP2003196320 A JP 2003196320A JP 2001393280 A JP2001393280 A JP 2001393280A JP 2001393280 A JP2001393280 A JP 2001393280A JP 2003196320 A JP2003196320 A JP 2003196320A
Authority
JP
Japan
Prior art keywords
type data
history type
data
feature
model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2001393280A
Other languages
Japanese (ja)
Other versions
JP3768875B2 (en
Inventor
Terutoshi Taguchi
輝敏 田口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001393280A priority Critical patent/JP3768875B2/en
Publication of JP2003196320A publication Critical patent/JP2003196320A/en
Application granted granted Critical
Publication of JP3768875B2 publication Critical patent/JP3768875B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To enable conversion of history type data into non-history type data requiring only a small amount of data while making use of operation easiness of history type data. <P>SOLUTION: The history type data in which a model is expressed by feature information indicating the geometrical shape and its components is converted into the non-history type data in which the model is expressed in the geometrical shape. In the conversion of the history type data into the non-history type data, pieces of attribute information indicating correspondence to the components are extracted from the feature information and added for each element shape constituting the geometrical shape of the model. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、3次元モデル等を
幾何形状とその構成部品を示すフィーチャ情報で表現し
たヒストリ型データからモデルを幾何形状のみで表現し
たノンヒストリ型データに変換するCAD用データ変換
方法、プログラム及び記録媒体に関し、特にノンヒスト
リ型データであっても編集時にフィーチャ単位で処理可
能とするCAD用データ変換方法、プログラム及び記録
媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is for CAD for converting a history type data in which a three-dimensional model or the like is expressed by a geometric shape and feature information indicating its constituent parts into a non-history type data in which the model is expressed only by the geometric shape. The present invention relates to a data conversion method, a program, and a recording medium, and particularly to a CAD data conversion method, a program, and a recording medium that can process non-history type data in feature units at the time of editing.

【0002】[0002]

【従来の技術】従来の3次元CADシステムは、立体モ
デルを幾何形状とその構成部品を示すフィーチャ情報で
表現したヒストリ型データを管理するヒストリ型CAD
システムと、立体モデルを幾何形状のみで表現したノン
ヒストリ型データを管理するノンヒストリ型CADシス
テムに大きく2分される。
2. Description of the Related Art A conventional three-dimensional CAD system manages history-type data in which a three-dimensional model is represented by geometric shape and feature information indicating its constituent parts.
It is roughly divided into a system and a non-history type CAD system that manages non-history type data in which a three-dimensional model is expressed only by geometric shapes.

【0003】また従来のヒストリ型CADシステムは、
データを軽量化するためにヒストリ型データからフィー
チャに関する情報などを削除して、幾何形状のみのノン
ヒストリ型データに変換する機能が備わっているものが
多い。
Further, the conventional history type CAD system is
In order to reduce the weight of data, it is often equipped with a function that deletes information related to features from history type data and converts it to non-history type data of only geometric shapes.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、ヒスト
リ型データは、フィーチャ毎に構成部品の幾何形状、寸
法拘束、断面、親子関係、種類、名前、要素ID、グル
ープIDといった情報を持っているため、編集がしやす
いという利点があるが、データ量が膨大になってしまう
という欠点もある。
However, since the history type data has the information such as the geometrical shape of the component, the dimensional constraint, the cross section, the parent-child relationship, the type, the name, the element ID, and the group ID for each feature, Although it has the advantage of being easy to edit, it also has the disadvantage of enormous data volume.

【0005】反対に、ノンヒストリ型データは、幾何形
状のみであることからデータ量は少なくて済むが、編集
に際しては、例えば、一つの穴を削除したい場合でも、
その穴部を構成している面がどれであるかを編集作業者
が判断し、各面ごとに削除指示を行う必要がある等、作
業が煩雑になってしまう。
On the other hand, the non-history type data requires only a small amount of data because it is only a geometrical shape, but when editing, for example, if one hole is to be deleted,
The work becomes complicated, for example, the editing operator must determine which surface constitutes the hole and give a deletion instruction for each surface.

【0006】このため、従来のヒストリ型CADシステ
ムでデータを軽量化するためにヒストリ型データをノン
ヒストリ型データに変換するが、変換後にモデルの形状
を、面の移動や削除により編集するローカルオペレーシ
ョンを実行する場合、いくつかの形状をまとめて処理す
るためには、幾何データをフィーチャ認識技術によりフ
ィーチャ化したり、ユーザが複数回の操作によりグルー
プ化して処理する必要がある。
Therefore, in order to reduce the weight of data in the conventional history type CAD system, history type data is converted into non-history type data, but after the conversion, the shape of the model is edited by moving or deleting faces. In order to process several shapes collectively, it is necessary to make geometric data into a feature by a feature recognition technique or to make a group by a plurality of operations by a user to process.

【0007】例えばノンヒストリ型データの場合には、
モデルから一つの穴を削除したい場合でも、その穴を構
成している面がどれであるかを編集作業者が判断し、各
面ごとに削除指示を行う必要がある等、作業が煩雑にな
ってしまう。
For example, in the case of non-history type data,
Even if you want to delete one hole from the model, the editing operator must determine which surface constitutes the hole and issue a deletion instruction for each surface. Will end up.

【0008】本発明は、ヒストリ型データの操作容易性
を生かしつつデータ量が少なくて済むノンヒストリ型デ
ータへの変換を可能とするCAD用データ変換方法、プ
ログラム及び記録媒体を提供することを目的とする。
It is an object of the present invention to provide a CAD data conversion method, a program and a recording medium which make it possible to convert history type data into non-history type data which requires a small amount of data while making the operation easy. And

【0009】[0009]

【課題を解決するための手段】本発明は、モデルを幾何
形状とその構成部品を示すフィーチャ情報で表現したヒ
ストリ型データからモデルを幾何形状で表現したノンヒ
ストリ型データに変換するCAD用データ変換方法であ
って、ノンヒストリ型データに変換する際に、モデルの
幾何形状を構成する各要素形状毎に、フィーチャ情報か
ら構成部品との対応を示す属性情報を抽出して付加する
ことを特徴とする。
SUMMARY OF THE INVENTION The present invention is a CAD data conversion for converting from history type data in which a model is represented by geometrical shape and feature information indicating its constituent parts into non-history type data in which the model is represented by geometrical shape. The method is characterized in that, when converting into non-history type data, attribute information indicating a correspondence with a component is extracted from feature information and added for each element shape forming the geometric shape of the model. To do.

【0010】このため本発明のデータ変換により得られ
たノンヒストリ型データによれば、モデルの幾何形状を
構成する面とか稜線といった幾何要素毎に、ヒストリ型
データがフィーチャ情報として持つ構成部品との対応を
示す属性情報をもつこととなり、この属性情報を利用し
てモデルの構成部品である「穴」や「突起」に相当して
いた部分をモデル全体から検索して一括処理するフィー
チャ単位の編集作業が可能となる。
Therefore, according to the non-history type data obtained by the data conversion of the present invention, the components that the history type data has as the feature information are included for each geometric element such as a surface or a ridge line that constitutes the geometrical shape of the model. Since it has attribute information indicating correspondence, using this attribute information, the parts corresponding to the "holes" and "projections" that are the component parts of the model are searched from the entire model and collectively processed in feature units. Work becomes possible.

【0011】ここで、モデルの幾何形状を構成する要素
形状は、面、稜線および頂点を含み、この面、稜線およ
び頂点毎に、フィーチャ情報から構成部品との対応を示
す属性情報を抽出して付加する。また属性情報として
は、フィーチャ情報から構成部品との対応を示す複数の
異なる属性情報を抽出して階層的に付加することもでき
る。この付加する属性情報は、例えば構成部品の種類及
び又はグループを示す情報である。
Here, the element shape forming the geometrical shape of the model includes faces, ridgelines and vertices. For each of the faces, ridgelines and vertices, attribute information indicating a correspondence with a component is extracted from the feature information. Add. Further, as the attribute information, it is also possible to extract a plurality of different attribute information indicating the correspondence with the constituent parts from the feature information and add them hierarchically. The attribute information to be added is, for example, information indicating the type and / or group of component parts.

【0012】本発明は、ヒストリ型データをノンヒスト
リ型データに変換するCAD用のプログラムを提供す
る。このプログラムは、コンピュータに、モデルを幾何
形状とその構成部品を示すフィーチャ情報で表現したヒ
ストリ型データを入力するステップと、モデルの幾何学
形状を構成する各要素形状毎に、フィーチャ情報から構
成部品との対応を示す属性情報を抽出して付加するステ
ップと、ヒストリ型データの幾何形状及び付加した属性
情報を残して他の情報を全て削除することによりノンヒ
ストリ型データを生成するステップと、を実行させるこ
とを特徴とする。
The present invention provides a CAD program for converting history type data into non-history type data. This program inputs into the computer the history type data that represents the model with geometric information and the feature information indicating the constituent parts of the model, and the component information from the feature information for each element shape that constitutes the geometric shape of the model. A step of extracting and adding attribute information indicating a correspondence with, and a step of generating non-history type data by deleting all other information except the geometric shape of the history type data and the added attribute information. It is characterized by being executed.

【0013】本発明は、ヒストリ型データをノンヒスト
リ型データに変換するCAD用のプログラムを格納した
コンピュータ読取可能な記録媒体を提供する。この記録
媒体に格納されたプログラムは、コンピュータに、モデ
ルを幾何形状とその構成部品を示すフィーチャ情報で表
現したヒストリ型データを入力するステップと、モデル
の幾何学形状を構成する各要素形状毎に、フィーチャ情
報から構成部品との対応を示す属性情報を抽出して付加
するステップと、ヒストリ型データの幾何形状及び付加
した属性情報を残して他の情報を全て削除することによ
りノンヒストリ型データを生成するステップと、を実行
させることを特徴とする。
The present invention provides a computer-readable recording medium storing a CAD program for converting history type data into non-history type data. The program stored in this recording medium includes a step of inputting to a computer history-type data representing a model with a geometric shape and feature information indicating its constituent parts, and for each element shape forming the geometric shape of the model. , A step of extracting attribute information indicating correspondence with a component from feature information and adding it, and deleting all other information except the geometric shape of the history type data and the added attribute information The step of generating and the step of generating are performed.

【0014】なお、プログラム及び記録媒体の他の特徴
は、データ変換方法の場合と基本的に同じになる。
Other features of the program and the recording medium are basically the same as those of the data conversion method.

【0015】[0015]

【発明の実施の形態】図1は、本発明によるCAD用デ
ータ変換方法が適用されるヒストリ型CADシステムの
機能構成のブロック図である。
1 is a block diagram of a functional configuration of a history type CAD system to which a CAD data conversion method according to the present invention is applied.

【0016】図1において、ヒストリ型CADシステム
10は、データベース12、モデラーとして機能する形
状作成部14、幾何形状を構成する要素形状である稜
線、面、頂点などを管理する要素管理部16、寸法拘束
を管理する拘束管理部18、3次元モデルの構成部品を
フィーチャ情報として管理するフィーチャ管理部20、
データベース制御部22及び表示部24を備える。
In FIG. 1, a history CAD system 10 includes a database 12, a shape creating section 14 functioning as a modeler, an element managing section 16 for managing ridge lines, faces, vertices, etc., which are element shapes constituting a geometric shape, and dimensions. A constraint management unit 18 that manages the constraint, a feature management unit 20 that manages the components of the three-dimensional model as feature information,
The database control unit 22 and the display unit 24 are provided.

【0017】このヒストリ型CADシステム10は、形
状作成部14により作成された3次元モデルを、データ
ベース12にヒストリ型データ26として格納してい
る。
The history type CAD system 10 stores the three-dimensional model created by the shape creating section 14 in the database 12 as history type data 26.

【0018】これに加え本発明にあっては、ヒストリ型
CADシステム10にデータ変換部30を設けている。
データ変換部30は、データベース12に格納されてい
る作成済みの3次元モデルのヒストリ型データ26をノ
ンヒストリ型データ28に変換する。
In addition to this, in the present invention, the data conversion unit 30 is provided in the history type CAD system 10.
The data conversion unit 30 converts the history-type data 26 of the created three-dimensional model stored in the database 12 into the non-history-type data 28.

【0019】ここでヒストリ型データ26は、3次元モ
デルを幾何形状とその構成部品を示すフィーチャ情報で
表現したデータである。これに対しノンヒストリ型デー
タ28は3次元モデルを幾何形状のみで表現したデータ
であるが、本発明にあっては、データ変換部30でヒス
トリ型データ26からノンヒストリ型データ28に変換
する際に、3次元モデルの幾何形状を構成する稜線、
面、頂点などの各要素形状ごとにフィーチャ情報から構
成部品との対応を示す属性情報を抽出して付加するよう
にしたことを特徴とする。
Here, the history type data 26 is data in which a three-dimensional model is represented by a geometric shape and feature information indicating its constituent parts. On the other hand, the non-history type data 28 is the data in which the three-dimensional model is expressed only by the geometrical shape. In the present invention, when the data type converting unit 30 converts the history type data 26 into the non-history type data 28. To the ridges that make up the geometrical shape of the 3D model,
The feature is that attribute information indicating correspondence with a component is extracted from feature information for each element shape such as a face and a vertex and added.

【0020】図2は、図1のヒストリ型CADシステム
10で作成されたデータベース12のヒストリ型データ
26により構成される3次元モデルの一例である。図2
において、3次元モデル32は、直方体34の正面より
断面が矩形の2つの小さな穴36−1,36−2を貫通
した構造を持っている。
FIG. 2 shows an example of a three-dimensional model composed of the history type data 26 of the database 12 created by the history type CAD system 10 of FIG. Figure 2
In the above, the three-dimensional model 32 has a structure in which two small holes 36-1 and 36-2 having a rectangular cross section are penetrated from the front of the rectangular parallelepiped 34.

【0021】このような3次元モデル32は、図3に示
す3つの構成部品から作り出されている。図3における
構成部品は、直方体34、穴36−1,36−2の3つ
となる。図1のデータベース12に格納しているヒスト
リ型データ26は、図2の3次元モデル32の幾何形状
に加え、図2の3次元モデル32の構成部品である直方
体34、穴36−1,36−2を表わすフィーチャ情報
で構成されている。
Such a three-dimensional model 32 is created from the three components shown in FIG. The three components in FIG. 3 are a rectangular parallelepiped 34 and holes 36-1 and 36-2. The history type data 26 stored in the database 12 of FIG. 1 includes, in addition to the geometrical shape of the three-dimensional model 32 of FIG. 2, a rectangular parallelepiped 34 and holes 36-1 and 36, which are components of the three-dimensional model 32 of FIG. It is composed of feature information representing -2.

【0022】図4は、図2の3次元モデル32に対応し
たヒストリ型データ26の説明図である。このヒストリ
型データ26は、上側に基本構造のフォーマットを取り
出して示すように、図2における3次元モデル32の幾
何形状38、図3における部品全体管理情報40、図3
における直方体34、穴36−1,36−2に対応した
フィーチャ01情報42−1,フィーチャ02情報42
−2,フィーチャ03情報42−3で構成されている。
FIG. 4 is an explanatory diagram of the history type data 26 corresponding to the three-dimensional model 32 of FIG. This history type data 26, as shown by extracting the format of the basic structure on the upper side, shows the geometrical shape 38 of the three-dimensional model 32 in FIG. 2, the entire part management information 40 in FIG.
In the rectangular parallelepiped 34, the feature 01 information 42-1 and the feature 02 information 42 corresponding to the holes 36-1 and 36-2.
-2, feature 03 information 42-3.

【0023】3次元モデル32の幾何形状38は、その
下側に取り出して詳細を示すように幾何データ構成45
を備えている。この幾何データ構成45は、3次元モデ
ル32における「Face−1」〜「Face−L」で
示す面の要素形状「edge−1」〜「edge−M」
で示す稜線の要素形状、更に「Vertex−1」〜
「Vertex−N」で示す頂点の要素形状で構成され
る。
The geometrical shape 38 of the three-dimensional model 32 is extracted below to show the details of the geometrical data structure 45.
Is equipped with. The geometrical data structure 45 includes the element shapes “edge-1” to “edge-M” of the surfaces indicated by “Face-1” to “Face-L” in the three-dimensional model 32.
The element shape of the ridge shown by, and further "Vertex-1" ~
It is configured by the element shape of the apex indicated by "Vertex-N".

【0024】例えば面の要素形状「Face−1〜L」
は、図3のように直方体34、穴36−1,36−2に
対し定義した面に対応している。また幾何データ構成4
5における各要素形状は、先頭の「Face−1」につ
いて左側に取り出して示す幾何データ構造44を備えて
いる。
For example, the surface element shapes "Face-1 to L"
Corresponds to the surface defined for the rectangular parallelepiped 34 and the holes 36-1 and 36-2 as shown in FIG. Also, geometric data structure 4
Each element shape in 5 has a geometric data structure 44 which is extracted and shown on the left side of the first "Face-1".

【0025】この幾何データ構造44は、面要素形状
「Face−1」における基準点の座標(x,y,z)
と面を構成する頂点と、それらの座標値となる。また幾
何データ構造44は、稜線の要素形状「edge−1〜
M」については、稜線の端点の座標でよい。更に頂点の
要素形状「Vertex−1〜N」については、頂点座
標でよい。
This geometric data structure 44 has coordinates (x, y, z) of a reference point in the surface element shape "Face-1".
And the vertices that make up the surface and their coordinate values. Further, the geometric data structure 44 has the element shapes “edge-1 to
"M" may be the coordinates of the end points of the ridge. Further, regarding the vertex element shapes “Vertex-1 to N”, vertex coordinates may be used.

【0026】次の部品全体管理情報40は、下側に取り
出して示すように部品内フィーチャ管理構造体46で構
成する。この部品内フィーチャ管理構造体46は、全体
のフィーチャ数、全体のフィーチャ種類数、全体のフィ
ーチャグループ数で構成されている。
The next part overall management information 40 is composed of an in-part feature management structure 46 as shown in the lower side. The in-part feature management structure 46 includes the total number of features, the total number of feature types, and the total number of feature groups.

【0027】図3の構成部品の場合、全体のフィーチャ
数は「3」であり、全体のフィーチャ種類数は直方体と
穴であることから「2」となり、更に全体のフィーチャ
グループ数は例えば各部品構成ごとに部品グループを構
成したとすると「3」となる。
In the case of the constituent parts shown in FIG. 3, the total number of features is "3", and the total number of feature types is "2" because of the rectangular parallelepiped and the hole, and the total number of feature groups is, for example, each part. If a component group is configured for each configuration, the value is “3”.

【0028】図3の直方体34に対応したフィーチャ0
1情報42−1は、下側に取り出して示すようにフィー
チャ構造48−1で構成されている。このフィーチャ構
造48−1は、幾何形状、寸法拘束、断面、親子関係、
種類、名前、要素ID、グループIDで構成されてい
る。
Feature 0 corresponding to the rectangular parallelepiped 34 of FIG.
The 1 information 42-1 is composed of a feature structure 48-1 as shown on the lower side. This feature structure 48-1 includes geometric shapes, dimensional constraints, cross sections, parent-child relationships,
It is composed of a type, a name, an element ID, and a group ID.

【0029】幾何形状はフィーチャ01情報42−1の
場合、図3の直方体34の幾何情報であり、その内容は
3次元モデル32の幾何形状38について下側に取り出
した幾何データ構成45と同じ内容である。
In the case of the feature 01 information 42-1, the geometrical shape is the geometrical information of the rectangular parallelepiped 34 in FIG. 3, and the content thereof is the same as the geometrical data structure 45 extracted below for the geometrical shape 38 of the three-dimensional model 32. Is.

【0030】寸法拘束は、直方体について縦X、横Y、
奥行きZを設定している。また断面は、この場合は矩形
である。親子関係は、図3の場合、直方体34が親とな
り、これに対し穴36−1,36−2が子となることか
ら、子となる穴36−1,36−2の要素ID「ID0
02,ID003」を格納している。
Dimensional constraints are the vertical X, horizontal Y, and
The depth Z is set. The cross section is rectangular in this case. In the parent-child relationship, in the case of FIG. 3, since the rectangular parallelepiped 34 is the parent and the holes 36-1 and 36-2 are the children, the element ID “ID0 of the holes 36-1 and 36-2 that are the children is”.
02, ID003 ”is stored.

【0031】次の種類は、図3の直方体34が矩形断面
を押し出すスイープにより構築されていることから、
「スイ―プ」を示す「Type1」としている。名前
は、図3の構成部品につき順番に付けたものであり、直
方体34は例えば「01」である。要素IDは例えば
「ID001」となり、親子関係の設定に利用される。
グループIDは例えば「GP001」となる。
The next type is that the rectangular parallelepiped 34 of FIG. 3 is constructed by sweeping out a rectangular cross section,
“Type 1” indicating “sweep” is used. The names are given in order for the components of FIG. 3, and the rectangular parallelepiped 34 is, for example, “01”. The element ID is, for example, “ID001” and is used for setting the parent-child relationship.
The group ID is “GP001”, for example.

【0032】続いてフィーチャ02情報42−2は図3
の穴36−1に関するものであり、右下に取り出して示
すフィーチャ構造48−2を有する。このフィーチャ構
造48−2も、幾何形状、寸法拘束、断面、親子関係、
種類、名前、要素ID、グループIDで構成されてい
る。
Subsequently, the feature 02 information 42-2 is shown in FIG.
Hole 36-1 of FIG. 3 and has a feature structure 48-2 shown in the lower right. This feature structure 48-2 also includes geometric shapes, dimensional constraints, cross sections, parent-child relationships,
It is composed of a type, a name, an element ID, and a group ID.

【0033】このうち親子関係は、直方体34が親にな
ることから親の要素IDである「ID001」を格納し
ている。また種類は、穴であることから、これを示す
「Type2」を格納している。更に名前は「02」で
あり、要素IDは「ID002」であり、更にグループ
IDは「GP002」となっている。
Among these, the parent-child relationship stores the element ID “ID001” of the parent because the rectangular parallelepiped 34 becomes the parent. Since the type is a hole, "Type2" indicating this is stored. Further, the name is “02”, the element ID is “ID002”, and the group ID is “GP002”.

【0034】フィーチャ03情報42−3は、同じ穴と
なるフィーチャ02情報42−2と同じであり、名前が
「03」、要素IDが「ID003」、グループIDが
「GP003」となっている点が相違する。
The feature 03 information 42-3 is the same as the feature 02 information 42-2 having the same hole, and has the name “03”, the element ID “ID003”, and the group ID “GP003”. Is different.

【0035】図1のデータ変換部30にあっては、図3
のようなヒストリ型データ26を入力し、図4における
幾何形状38以外のフィーチャ情報を構成している部品
全体管理情報40、フィーチャ01情報42−1,フィ
ーチャ02情報42−2,フィーチャ03情報42−3
から、幾何形状38における面、稜線及び頂点の各要素
形状について、構成部品との対応関係を示す属性情報を
フィーチャ情報の中から抽出して付加した後、フィーチ
ャ情報である部品全体管理情報40、フィーチャ01情
報42−1,フィーチャ02情報42−2及びフィーチ
ャ03情報42−3を削除し、図1のノンヒストリ型デ
ータ28を生成する。
In the data conversion section 30 of FIG.
The history type data 26 as shown in FIG. 4 is input, and the whole part management information 40, the feature 01 information 42-1, the feature 02 information 42-2, and the feature 03 information 42 that constitute the feature information other than the geometric shape 38 in FIG. -3
From the feature information, the attribute information indicating the correspondence with the constituent parts is extracted from the feature information and added to each element shape of the surface, the ridgeline, and the vertex in the geometric shape 38, and then the whole part management information 40, which is the feature information, The feature 01 information 42-1, the feature 02 information 42-2, and the feature 03 information 42-3 are deleted, and the non-history type data 28 of FIG. 1 is generated.

【0036】図5は、図1のヒストリ型データ26から
ノンヒストリ型データ28を生成する本発明によるデー
タ変換処理の説明図である。
FIG. 5 is an explanatory diagram of the data conversion processing according to the present invention for generating the non-history type data 28 from the history type data 26 of FIG.

【0037】図4において、3次元モデルの幾何形状3
8は、下側に取り出して示す幾何データ構成45を備え
ており、この幾何データ構成45は面、稜線及び頂点の
要素形状で構成されている。
In FIG. 4, the geometrical shape 3 of the three-dimensional model
8 has a geometrical data structure 45 which is taken out and shown on the lower side, and this geometrical data structure 45 is composed of element shapes of faces, edges and vertices.

【0038】そこで、この幾何データ構成45における
要素形状即ち面要素形状「Face−1〜L」、稜線要
素形状「edge−1〜M」、及び頂点要素形状「Ve
rtex−1〜N」のそれぞれについて、後続するフィ
ーチャ情報の中から構成部品との対応関係を示す属性情
報を抽出する。
Therefore, the element shapes in this geometrical data structure 45, that is, the surface element shapes "Face-1 to L", the ridge element shapes "edge-1 to M", and the vertex element shape "Ve".
For each of the “rtex-1 to N”, the attribute information indicating the correspondence with the component is extracted from the subsequent feature information.

【0039】この実施形態にあっては、幾何データ構成
45の中の図3における穴36−1を構成している面要
素形状「Face−7」,「Face−8」についての
属性情報の抽出による付加を例にとっている。即ち、穴
36−1における面「Face−7」は、そのフィーチ
ャ構造48−2の中から種類50の格納データ「Typ
e2」を抽出して付加し、更にグループID52から
「GP002」を抽出して付加している。
In this embodiment, attribute information about the surface element shapes “Face-7” and “Face-8” forming the hole 36-1 in FIG. 3 in the geometrical data structure 45 is extracted. Take the example of addition by. That is, the face “Face-7” in the hole 36-1 is stored data “Type 50” of type 50 from the feature structure 48-2.
“E2” is extracted and added, and “GP002” is further extracted and added from the group ID 52.

【0040】次の面要素形状「Face−8」について
も、同じ穴36−1のフィーチャ構造48−2の中か
ら、種類50とグループID52に対応した「Type
2」「GP002」を抽出して付加している。残りの幾
何データ構成45における要素形状についても、同様に
してフィーチャ情報から対応する種類50とグループI
D52の各データを抽出して付加する。
Also for the next surface element shape "Face-8", the "Type" corresponding to the type 50 and the group ID 52 is selected from the feature structure 48-2 of the same hole 36-1.
2 ”and“ GP002 ”are extracted and added. Regarding the element shapes in the remaining geometrical data structure 45, the corresponding type 50 and group I are similarly obtained from the feature information.
Each data of D52 is extracted and added.

【0041】そして幾何形状38を構成していた幾何デ
ータ構成45における各要素形状について、フィーチャ
情報から抽出した属性情報を含む属性データ構成54が
作成できたならば、図4における部品全体管理情報4
0、フィーチャ01情報42−1,フィーチャ02情報
42−2及びフィーチャ03情報42−3を全て削除す
る。
If the attribute data structure 54 including the attribute information extracted from the feature information can be created for each element shape in the geometric data structure 45 that constituted the geometric shape 38, the whole part management information 4 in FIG.
0, the feature 01 information 42-1, the feature 02 information 42-2, and the feature 03 information 42-3 are all deleted.

【0042】このため変換されたノンヒストリ型データ
28は、幾何形状38に図5で抽出して付加された属性
データ構成54が加わった構造となり、図4におけるヒ
ストリ型データ26に比べるとデータ量が大幅に低減で
きている。
For this reason, the converted non-history type data 28 has a structure in which the attribute data structure 54 extracted and added in FIG. 5 is added to the geometric shape 38, and the data amount is larger than that of the history type data 26 in FIG. Is significantly reduced.

【0043】図6は、図1のヒストリ型CADシステム
10に設けている本発明によるデータ変換部30による
データ変換処理の手順を示したフローチャートであり、
このフローチャートが本発明によるデータ変換のための
プログラムを構成している。
FIG. 6 is a flow chart showing the procedure of data conversion processing by the data conversion unit 30 according to the present invention provided in the history type CAD system 10 of FIG.
This flowchart constitutes a program for data conversion according to the present invention.

【0044】図6において、データ変換処理は、ステッ
プS1でデータ変換を行う3次元モデルを選択し、ステ
ップS2で選択した3次元モデルのヒストリ型データ2
6をデータベース12から入力する。
Referring to FIG. 6, in the data conversion process, the three-dimensional model for which data conversion is to be performed is selected in step S1, and the history type data 2 of the three-dimensional model selected in step S2.
6 is input from the database 12.

【0045】このヒストリ型データ26の入力は、デー
タベース12からの入力に限定されず、例えば他のヒス
トリ型CADシステムのヒストリ型データを転送で入力
してもよいし、CD−ROMなどの可搬型記録媒体から
読み込んでもよい。
The input of the history type data 26 is not limited to the input from the database 12, and for example, the history type data of another history type CAD system may be input by transfer, or the portable type such as a CD-ROM. It may be read from a recording medium.

【0046】次にステップS3で、図5に示したよう
に、幾何形状を構成している面、稜線、頂点などの各要
素形状ごとに、フィーチャ情報から構成部品との対応関
係を示す属性情報を抽出して付加する。このフィーチャ
情報から抽出する属性情報は1つであってもよいし、図
5のように2種類の属性情報を抽出し、これを階層的に
付加するようにしてもよい。
Next, in step S3, as shown in FIG. 5, for each element shape such as a surface, a ridge, and a vertex forming a geometric shape, attribute information indicating a correspondence relationship from the feature information to the constituent parts is obtained. Is extracted and added. One piece of attribute information may be extracted from this feature information, or two kinds of attribute information may be extracted and hierarchically added as shown in FIG.

【0047】続いてステップS4で、幾何情報と付加し
た属性情報以外の情報をヒストリ型データ26の中から
削除することでノンヒストリ型データ28を生成する。
そしてステップS5で、生成したノンヒストリ型データ
28をデータベース12に保存する。
Subsequently, in step S4, non-history type data 28 is generated by deleting information other than the geometric information and the added attribute information from the history type data 26.
Then, in step S5, the generated non-history type data 28 is stored in the database 12.

【0048】図7は、図6の処理手順により作成された
本発明の属性情報付きのノンヒストリ型データ28を使
用した編集処理の一例である。図7において、3次元モ
デル32は2つの穴36−1,36−2を持っており、
ノンヒストリ型データ28を使用して例えば一方の穴3
6−1を削除する場合を考える。
FIG. 7 shows an example of editing processing using the non-history type data 28 with attribute information of the present invention created by the processing procedure of FIG. In FIG. 7, the three-dimensional model 32 has two holes 36-1 and 36-2,
For example, one hole 3 using the non-history type data 28
Consider the case where 6-1 is deleted.

【0049】この穴36−1の削除については、ノンヒ
ストリ型データ28の穴36−1を構成する面、稜線及
び頂点の各要素形状に付加された属性情報の中から、穴
36−1を特定できるグループID「GP002」を利
用して削除指定を行うと、右側に取り出して示すよう
に、削除対象として面要素形状「Face−7〜10」
が選択され、これが削除されることで一括して穴36−
1を削除することができる。
Regarding the deletion of the hole 36-1, the hole 36-1 is selected from the attribute information added to the element shapes of the faces, edges and vertices constituting the hole 36-1 of the non-history type data 28. When the deletion is designated using the identifiable group ID “GP002”, the surface element shape “Face-7 to 10” is targeted for deletion as shown on the right side.
Is selected and this is deleted so that holes 36-
1 can be deleted.

【0050】これに対し根ノンヒストリ型データで同様
の操作を行おうとする場合には、「Face7〜10」
をそれぞれ指定してから削除する必要がある。
On the other hand, if a similar operation is to be performed on root non-history type data, "Face 7 to 10"
Must be specified and then deleted.

【0051】また穴36−1,36−2の両方を削除し
たい場合には、面、稜線及び頂点の要素形状に付加して
いる属性情報の中から、構成部品が穴であることを示す
属性情報「Type2」を選択して削除を指示すること
で、穴36−1,36−2を一括して削除することがで
きる。
When it is desired to delete both the holes 36-1 and 36-2, the attribute indicating that the component is a hole is included from the attribute information added to the element shapes of the face, the ridge and the vertex. The holes 36-1 and 36-2 can be collectively deleted by selecting the information "Type 2" and instructing the deletion.

【0052】次に本発明によるデータ変換プログラムを
格納したコンピュータ読み取り可能な記録媒体の実施形
態を説明する。本発明のデータ変換プログラムが適用さ
れるヒストリ型CADシステムはコンピュータにインス
トールされており、コンピュータはCPU、RAM、R
OM、ハードディスクドライブHDD、CD−ROMド
ライブ、FDドライブ、キーボード、マウス、ディスプ
レイ、LANインタフェース、モデムなどを備えてい
る。
Next, an embodiment of a computer-readable recording medium storing the data conversion program according to the present invention will be described. A history CAD system to which the data conversion program of the present invention is applied is installed in a computer, and the computer has a CPU, a RAM, and an R.
It is equipped with OM, hard disk drive HDD, CD-ROM drive, FD drive, keyboard, mouse, display, LAN interface, modem and the like.

【0053】本発明のデータ変換のためのプログラム
は、CD−ROM、フロッピィーディスク(R)、DV
Dディスク、光ディスク、ICカードなどの可搬型記録
媒体、モデム及びLANインタフェースを利用した回線
を介して接続されたデータベース、あるいは他のコンピ
ュータシステムのデータベースに格納され、コンピュー
タにインストールされた後に実行される。
The program for data conversion of the present invention is a CD-ROM, a floppy disk (R), a DV.
It is stored in a portable recording medium such as a D disc, an optical disc, an IC card, a database connected through a line using a modem and a LAN interface, or a database of another computer system, and is executed after being installed in a computer. .

【0054】このため本発明のプログラムが格納される
記録媒体としては、CD−ROM、フロッピィーディス
ク(R)、DVDディスク、光ディスク、ICカードな
どの可搬型記録媒体の他に、コンピュータの内外に備え
られたハードディスクなどの記憶装置の他、回線を介し
てプログラムを保持するデータベース、更には他のコン
ピュータシステム並びにそのデータベースや、更に回線
上の伝送媒体を含む。
Therefore, as a recording medium for storing the program of the present invention, a portable recording medium such as a CD-ROM, a floppy disk (R), a DVD disk, an optical disk, an IC card, or the like is provided inside or outside the computer. In addition to a storage device such as a hard disk, a database that holds a program via a line, another computer system and its database, and a transmission medium on the line are also included.

【0055】なお上記の実施形態は3次元モデルを例に
とるものであったが、2次元モデルであっても良いこと
はもちろんである。
Although the above embodiment has been described by taking the three-dimensional model as an example, it is needless to say that the two-dimensional model may be used.

【0056】また本発明で変換対象とするヒストリ型デ
ータは上記の実施形態のデータ構造に限定されず、モデ
ルの幾何形状とその構成部品に関するフィーチャ情報を
含むものであれば、適宜のデータ構造を対象に本発明の
ノンヒストリ型データへの変換が適用できる。
Further, the history type data to be converted in the present invention is not limited to the data structure of the above-mentioned embodiment, and any appropriate data structure may be used as long as it includes the geometrical shape of the model and the feature information about its constituent parts. The conversion to the non-history type data of the present invention can be applied to the target.

【0057】また本発明は、その目的と利点を損なわな
い適宜の変形を含み、更に上記の実施形態に示した数値
による限定は受けない。
Further, the present invention includes appropriate modifications that do not impair the objects and advantages thereof, and is not limited by the numerical values shown in the above embodiments.

【0058】(付記) (付記1)モデルを幾何形状とその構成部品を示すフィ
ーチャ情報で表現したヒストリ型データからモデルを幾
何形状で表現したノンヒストリ型データに変換するCA
D用データ変換方法に於いて、前記ノンヒストリ型デー
タに変換する際に、前記モデルの幾何形状を構成する各
要素形状毎に、前記フィーチャ情報から構成部品との対
応を示す属性情報を抽出して付加することを特徴とする
CAD用データ変換方法。(1)
(Supplementary Note) (Supplementary Note 1) CA for converting a model from history type data represented by a geometric shape and feature information indicating its constituent parts into non-history type data representing the model by a geometric shape.
In the data conversion method for D, when converting to the non-history type data, attribute information indicating a correspondence with a component is extracted from the feature information for each element shape forming the geometric shape of the model. A data conversion method for CAD, characterized in that (1)

【0059】(付記2)付記1記載のCAD用データ変
換方法に於いて、前記モデルの幾何形状を構成する前記
要素形状は、面、稜線および頂点を含み、前記面、稜線
および頂点毎に、前記フィーチャ情報から構成部品との
対応を示す属性情報を抽出して付加することを特徴とす
るCAD用データ変換方法。(2)
(Supplementary Note 2) In the CAD data conversion method according to Supplementary Note 1, the element shapes forming the geometrical shape of the model include faces, ridgelines and vertices. A CAD data conversion method, characterized in that attribute information indicating a correspondence with a component is extracted from the feature information and added. (2)

【0060】(付記3)付記1又は2記載のCAD用デ
ータ変換方法に於いて、前記属性情報として、前記フィ
ーチャ情報から前記構成部品との対応を示す複数の異な
る属性情報を抽出して階層的に付加することを特徴とす
るCAD用データ変換方法。(3)
(Supplementary note 3) In the CAD data conversion method according to supplementary note 1 or 2, as the attribute information, a plurality of different attribute information indicating the correspondence with the component parts is extracted from the feature information and hierarchically extracted. A data conversion method for CAD, characterized in that (3)

【0061】(付記4)付記1乃至3のいずれかに記載
のCAD用データ変換方法に於いて、前記属性情報は、
前記構成部品の種類及び又はグループを示す情報である
ことを特徴とするCAD用データ変換方法。
(Supplementary Note 4) In the CAD data conversion method according to any one of Supplementary Notes 1 to 3, the attribute information is
A CAD data conversion method, which is information indicating the type and / or group of the component parts.

【0062】(付記5)コンピュータに、モデルを幾何
形状とその構成部品を示すフィーチャ情報で表現したヒ
ストリ型データを入力するステップと、前記モデルの幾
何形状を構成する各要素形状毎に、前記フィーチャ情報
から構成部品との対応を示す属性情報を抽出して付加す
るステップと、前記ヒストリ型データの幾何形状及び付
加した属性情報を残して他の情報を全て削除することに
よりノンヒストリ型データを生成するステップと、を実
行させることを特徴とするプログラム。(4)
(Supplementary Note 5) A step of inputting history type data in which a model is represented by feature information indicating a geometrical shape and its constituent parts to a computer, and the feature for each element shape constituting the geometrical shape of the model is added. Non-history data is generated by extracting attribute information indicating correspondence with components from information and adding it, and deleting all other information except the geometric shape of the history data and the added attribute information. A program characterized by causing the steps of: (4)

【0063】(付記6)付記5記載のプログラムに於い
て、前記モデルの幾何形状を構成する前記要素形状は、
面、稜線および頂点を含み、前記面、稜線および頂点毎
に、前記フィーチャ情報から構成部品との対応を示す属
性情報を抽出して付加することを特徴とするプログラ
ム。
(Supplementary Note 6) In the program according to Supplementary Note 5, the element shapes forming the geometrical shape of the model are:
A program including a face, a ridge, and a vertex, wherein attribute information indicating a correspondence with a component is extracted from the feature information and added to each of the face, the ridge, and the vertex.

【0064】(付記7)付記5又は6記載のプログラム
に於いて、前記属性情報として、前記フィーチャ情報か
ら前記構成部品との対応を示す複数の異なる属性情報を
抽出して階層的に付加することを特徴とするプログラ
ム。
(Supplementary note 7) In the program according to supplementary note 5 or 6, as the attribute information, a plurality of different attribute information indicating the correspondence with the component parts is extracted from the feature information and hierarchically added. A program characterized by.

【0065】(付記8)付記5乃至7のいずれかに記載
のプログラムに於いて、前記属性情報は、前記構成部品
の種類及び又はグループを示す情報であることを特徴と
するプログラム。
(Supplementary Note 8) In the program according to any one of Supplementary Notes 5 to 7, the attribute information is information indicating the type and / or group of the constituent parts.

【0066】(付記9)コンピュータに、モデルを幾何
形状とその構成部品を示すフィーチャ情報で表現したヒ
ストリ型データを入力するステップと、前記モデルの幾
何形状を構成する各要素形状毎に、前記フィーチャ情報
から構成部品との対応を示す属性情報を抽出して付加す
るステップと、前記ヒストリ型データの幾何形状及び付
加した属性情報を残して他の情報を全て削除することに
よりノンヒストリ型データを生成するステップと、を実
行させることを特徴とするプログラムを格納したコンピ
ュータ読取可能な記録媒体。(5)
(Supplementary note 9) A step of inputting history type data in which a model is represented by feature information indicating a geometric shape and its constituent parts to a computer, and the feature for each element shape constituting the geometric shape of the model is added. Non-history data is generated by extracting attribute information indicating correspondence with components from information and adding it, and deleting all other information except the geometric shape of the history data and the added attribute information. And a computer-readable recording medium that stores a program for executing the steps. (5)

【0067】[0067]

【発明の効果】以上説明してきたように本発明によれ
ば、ヒストリ型データからノンヒストリ型データに変換
する際に、幾何形状を構成している面、稜線、頂点など
の要素形状のそれぞれについて、構成部品との対応関係
を示す属性情報をフィーチャ情報から抽出して付加した
後にフィーチャ情報を削除しているため、ノンヒストリ
型データに変換した後においても、構成部品単位の編集
を付加されている属性情報を利用して例えば穴や突起と
いったまとまった単位で編集することができ、ヒストリ
型データの持っている編集などにおける操作の容易性を
生かしつつ、データ量が少なくて済むノンヒストリ型デ
ータを得ることができる。
As described above, according to the present invention, when converting from history-type data to non-history-type data, each element shape such as a surface, a ridge line, and a vertex forming a geometric shape is converted. , Since the feature information is deleted after the attribute information indicating the correspondence with the component parts is extracted from the feature information and added, even after the conversion to non-history type data, the component unit editing is added. Non-history type data that can be edited in large units such as holes and protrusions using the existing attribute information, and can be used with the ease of operation in editing that history type data has, while the amount of data is small. Can be obtained.

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

【図1】本発明が適用されるCADシステムの機構構成
のブロック図
FIG. 1 is a block diagram of a mechanical configuration of a CAD system to which the present invention is applied.

【図2】本発明でデータ変換の対象とする三次元モデル
の説明図
FIG. 2 is an explanatory diagram of a three-dimensional model which is a target of data conversion in the present invention.

【図3】図2の三次元モデルを生成する構成部品の説明
FIG. 3 is an explanatory diagram of components that generate the three-dimensional model of FIG.

【図4】図2の三次元モデルを生成するヒストリ型デー
タの説明図
FIG. 4 is an explanatory diagram of history type data for generating the three-dimensional model of FIG.

【図5】図4のヒストリ型データを対象とした本発明の
データ変換によるノンヒストリ型データの生成処理の説
明図
5 is an explanatory diagram of a non-history type data generation process by the data conversion of the present invention for the history type data of FIG.

【図6】本発明によるデータ変換処理の手順を示したフ
ローチャート
FIG. 6 is a flowchart showing a procedure of data conversion processing according to the present invention.

【図7】本発明で得られたノンヒストリ型データの属性
情報を利用した編集処理の説明図
FIG. 7 is an explanatory diagram of an editing process using attribute information of non-history type data obtained by the present invention.

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

10:ヒストリ型CADシステム 12:データベース 14:形状作成部(モデラー) 16:要素管理部 18:拘束管理部 20:フィーチャ管理部 22:データベース制御部 24:表示部 26:ヒストリ型データ 28:ノンヒストリ型データ 30:データ変換部 32:三次元モデル 34:直方体 36−1,36−2:穴 38:幾何形状 40:部品全体管理情報 42−1〜42−3:フィーチャ01〜03情報 44:幾何データ構造 45:幾何データ構成 46:部品内フィーチャ管理構造体 48−1,48−2:フィーチャ構造 50:種類 52:グループID 54:属性データ構成 10: History type CAD system 12: Database 14: Shape creation department (modeler) 16: Element management section 18: Restraint management department 20: Feature management department 22: Database control unit 24: Display 26: History type data 28: Non-history type data 30: Data converter 32: Three-dimensional model 34: rectangular parallelepiped 36-1, 36-2: holes 38: Geometric shape 40: Management information for all parts 42-1 to 42-3: Feature 01 to 03 information 44: Geometric data structure 45: Geometric data structure 46: In-part feature management structure 48-1, 48-2: Feature structure 50: Type 52: Group ID 54: Attribute data structure

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】モデルを幾何形状とその構成部品を示すフ
ィーチャ情報で表現したヒストリ型データからモデルを
幾何形状で表現したノンヒストリ型データに変換するC
AD用データ変換方法に於いて、 前記ノンヒストリ型データに変換する際に、前記モデル
の幾何形状を構成する各要素形状毎に、前記フィーチャ
情報から構成部品との対応を示す属性情報を抽出して付
加することを特徴とするCAD用データ変換方法。
1. A method for converting a model from history type data represented by a geometrical shape and feature information indicating its constituent parts into non-history type data represented by a geometrical shape.
In the AD data conversion method, when converting to the non-history type data, attribute information indicating a correspondence with a component is extracted from the feature information for each element shape forming the geometric shape of the model. A data conversion method for CAD, characterized in that
【請求項2】請求項1記載のCAD用データ変換方法に
於いて、前記モデルの幾何形状を構成する前記要素形状
は、面、稜線および頂点を含み、前記面、稜線および頂
点毎に、前記フィーチャ情報から構成部品との対応を示
す属性情報を抽出して付加することを特徴とするCAD
用データ変換方法。
2. The CAD data conversion method according to claim 1, wherein the element shape forming the geometrical shape of the model includes a face, a ridgeline, and a vertex, and the face, the ridgeline, and the apex of each of the elements. CAD characterized by extracting and adding attribute information indicating correspondence with constituent parts from feature information
Data conversion method.
【請求項3】請求項1又は2記載のCAD用データ変換
方法に於いて、前記属性情報として、前記フィーチャ情
報から前記構成部品との対応を示す複数の異なる属性情
報を抽出して階層的に付加することを特徴とするCAD
用データ変換方法。
3. The CAD data conversion method according to claim 1, wherein, as the attribute information, a plurality of different attribute information indicating a correspondence with the component is extracted from the feature information and hierarchically. CAD characterized by adding
Data conversion method.
【請求項4】コンピュータに、 モデルを幾何形状とその構成部品を示すフィーチャ情報
で表現したヒストリ型データを入力するステップと、 前記モデルの幾何形状を構成する各要素形状毎に、前記
フィーチャ情報から構成部品との対応を示す属性情報を
抽出して付加するステップと、 前記ヒストリ型データの幾何形状及び付加した属性情報
を残して他の情報を全て削除することによりノンヒスト
リ型データを生成するステップと、を実行させることを
特徴とするプログラム。
4. A step of inputting to a computer history type data in which a model is expressed by feature information indicating a geometric shape and its constituent parts, and from each of the feature information for each element shape forming the geometric shape of the model, A step of extracting and adding attribute information indicating correspondence with a component, and a step of generating non-history type data by deleting all other information except the geometrical shape of the history type data and the added attribute information A program characterized by causing and to be executed.
【請求項5】コンピュータに、 モデルを幾何形状とその構成部品を示すフィーチャ情報
で表現したヒストリ型データを入力するステップと、 前記モデルの幾何形状を構成する各要素形状毎に、前記
フィーチャ情報から構成部品との対応を示す属性情報を
抽出して付加するステップと、 前記ヒストリ型データの幾何形状及び付加した属性情報
を残して他の情報を全て削除することによりノンヒスト
リ型データを生成するステップと、を実行させることを
特徴とするプログラムを格納したコンピュータ読取可能
な記録媒体。
5. A step of inputting to a computer history type data in which a model is represented by feature information indicating a geometric shape and its constituent parts, and from each of the feature information for each element shape forming the geometric shape of the model, A step of extracting and adding attribute information indicating correspondence with a component, and a step of generating non-history type data by deleting all other information except the geometrical shape of the history type data and the added attribute information And a computer-readable recording medium that stores a program for executing the following.
JP2001393280A 2001-12-26 2001-12-26 CAD data conversion method, program, and recording medium Expired - Fee Related JP3768875B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001393280A JP3768875B2 (en) 2001-12-26 2001-12-26 CAD data conversion method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001393280A JP3768875B2 (en) 2001-12-26 2001-12-26 CAD data conversion method, program, and recording medium

Publications (2)

Publication Number Publication Date
JP2003196320A true JP2003196320A (en) 2003-07-11
JP3768875B2 JP3768875B2 (en) 2006-04-19

Family

ID=27600313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001393280A Expired - Fee Related JP3768875B2 (en) 2001-12-26 2001-12-26 CAD data conversion method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP3768875B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006302124A (en) * 2005-04-22 2006-11-02 Mitsubishi Electric Corp System and method for preparing three-dimensional cad model
JP2010205139A (en) * 2009-03-05 2010-09-16 Kobe Steel Ltd Method for eliminating hole of three-dimensional shape data
JP2013543619A (en) * 2010-09-29 2013-12-05 シーメンス プロダクト ライフサイクル マネージメント ソフトウェアー インコーポレイテッド Integrated non-history and history-based modeling
CN112836253A (en) * 2021-02-04 2021-05-25 北京聚萃科技发展有限公司 Data structure of plate geometric model

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006302124A (en) * 2005-04-22 2006-11-02 Mitsubishi Electric Corp System and method for preparing three-dimensional cad model
JP2010205139A (en) * 2009-03-05 2010-09-16 Kobe Steel Ltd Method for eliminating hole of three-dimensional shape data
JP2013543619A (en) * 2010-09-29 2013-12-05 シーメンス プロダクト ライフサイクル マネージメント ソフトウェアー インコーポレイテッド Integrated non-history and history-based modeling
CN112836253A (en) * 2021-02-04 2021-05-25 北京聚萃科技发展有限公司 Data structure of plate geometric model
CN112836253B (en) * 2021-02-04 2023-09-01 王雨文 Data structure creation method of plate geometric model

Also Published As

Publication number Publication date
JP3768875B2 (en) 2006-04-19

Similar Documents

Publication Publication Date Title
JP3657771B2 (en) 3D model creation device
JP3893248B2 (en) Computer drawing system
US8612040B2 (en) Automated derivative view rendering system
CN104346769A (en) Lossless compression of a 3D mesh including transforming of the mesh to an image
CN104750907A (en) Design of a three-dimensional modeled object
JP2001084277A (en) Cad system, cad linkage system, cad data managing method and storage medium
US6885367B1 (en) Three-dimensional model management system
CN112464328A (en) Deep design method and system based on BIM technology and atlas
JP2003288372A (en) Analytic result data processor for cad, analytic result data processing method for cad, and analytic result data processing program for cad
CN113051650A (en) Real-time acquisition method and device for building information model component data
KR20150081992A (en) Method for generating template of building component, method for generating primitive, and apparatus for modelling bulding component
JP3768875B2 (en) CAD data conversion method, program, and recording medium
CN112966058A (en) BIM model LOD loading and application method based on component level management
CN110689614B (en) Electronic map-based equipment information collection method, medium, equipment and system
JP3369734B2 (en) Three-dimensional computer-aided design apparatus and method
JP6946482B2 (en) 3D data management equipment, systems, 3D data management methods, control programs and computer-readable recording media
JP2003150762A (en) Cooperation method for project information and its system
JP3143464B2 (en) Apparatus and method for creating three-dimensional model
JP4478493B2 (en) Drawing creation program and drawing creation method
Mustafa et al. A generic process of documentation and data management for historical Malay architecture using BIM
Turrina et al. The reconstruction of a dynamic inventory model toward shared HBIM libraries for vaulted systems
JP3276516B2 (en) 3D shape generator
WO2024108580A1 (en) Multi-dimensional parameterized city information model construction method and system, and computer device
CN107403467A (en) A kind of data modeling system and method
Kim et al. Generation of design history from B-rep models by mapping and sequencing of design features

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050405

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050603

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050920

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051118

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20051208

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: 20060110

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060202

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: 20090210

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100210

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110210

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110210

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120210

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130210

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130210

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140210

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees