JP2011248676A - Drawing generation support device - Google Patents

Drawing generation support device Download PDF

Info

Publication number
JP2011248676A
JP2011248676A JP2010121844A JP2010121844A JP2011248676A JP 2011248676 A JP2011248676 A JP 2011248676A JP 2010121844 A JP2010121844 A JP 2010121844A JP 2010121844 A JP2010121844 A JP 2010121844A JP 2011248676 A JP2011248676 A JP 2011248676A
Authority
JP
Japan
Prior art keywords
component
data table
hierarchy
group
configuration 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.)
Granted
Application number
JP2010121844A
Other languages
Japanese (ja)
Other versions
JP5359994B2 (en
Inventor
Akira Osawa
亮 大澤
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.)
NSK Ltd
Original Assignee
NSK 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 NSK Ltd filed Critical NSK Ltd
Priority to JP2010121844A priority Critical patent/JP5359994B2/en
Publication of JP2011248676A publication Critical patent/JP2011248676A/en
Application granted granted Critical
Publication of JP5359994B2 publication Critical patent/JP5359994B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To easily obtain hierarchical connection of components constituting a product by improving working efficiency and drawing quality.SOLUTION: A drawing generation support device includes: a component configuration information extraction part 11 for extracting component configuration information which includes information regarding the hierarchical depths of component models and groups constituted by the component models from a three-dimensional model which is constituted of a plurality of hierarchically connected component models and has hierarchical information concerning the hierarchies of the component models; a component configuration data table generation part 12 for generating a component configuration data table including the hierarchical depths and the groups, based on the component configuration information extracted by the component configuration information extraction part 11; a component configuration field generation part 13b for drawing a component configuration field with the list of the component models displayed therein, based on the component configuration data table; and a component configuration tree generation part 13c for drawing a component configuration tree expressing the hierarchies of the component models, based on the component configuration data table.

Description

本発明は、図面の作成を支援する図面作成支援装置に関するものである。   The present invention relates to a drawing creation support apparatus that supports creation of a drawing.

図面相互の関連を自動的に識別し、変更された図面が関係する全ての図面の図番、履歴等を自動的に変更する技術として、例えば、特許文献1に開示された技術がある。特許文献1に開示された技術は、CAD設計図面のそれぞれの図面の図面番号、図面名称、最上位図面、下位図面等のデータに属性を付与し、その属性に基づいて設計図面から図面番号、図面名称、最上位図面、下位図面等のデータを読み出してそれら設計図面の階層関係を表す図面構成テーブルを作成し、設計図面が変更されたとき、変更される前の設計図面に関係する全ての設計図面を図面構成テーブルに基づいて検出し、その検出された設計図面を変更された設計図面に基づいて変更図面に変更する。   As a technique for automatically identifying the relationship between the drawings and automatically changing the figure numbers, histories, etc. of all the drawings related to the changed drawings, there is a technique disclosed in Patent Document 1, for example. The technology disclosed in Patent Document 1 assigns attributes to data such as the drawing number, drawing name, top-level drawing, and subordinate drawing of each drawing of the CAD design drawing, and the drawing number from the design drawing based on the attribute, Read the data of drawing name, top-level drawing, subordinate drawing, etc. and create a drawing configuration table showing the hierarchical relationship of those design drawings. When the design drawing is changed, all the drawings related to the previous design drawing are changed. The design drawing is detected based on the drawing configuration table, and the detected design drawing is changed to a changed drawing based on the changed design drawing.

特開2001−282866号公報JP 2001-282866 A

特許文献1に開示された技術では、CAD設計図面のそれぞれの図面の図面番号、図面名称、最上位図面、下位図面等のデータに属性を付与する必要がある。属性を付与するためには属性と部品名などとの繋がりを管理するファイルを別途準備する必要があり、そのようなファイル作成は手作業となるので、作業効率が悪く、品質面においても十分であるとは言えない。また、特許文献1に開示された技術では、部品間の繋がりを図面構成テーブルで表現するが、テーブルでは部品間の繋がりが視覚的に分りづらい。   In the technique disclosed in Patent Document 1, it is necessary to assign attributes to data such as the drawing number, drawing name, top-level drawing, and subordinate drawing of each CAD design drawing. In order to assign attributes, it is necessary to prepare a separate file that manages the connection between the attribute and the part name. Since creating such a file is a manual operation, work efficiency is poor and quality is sufficient. I can't say there is. Further, in the technique disclosed in Patent Document 1, the connection between components is expressed by a drawing configuration table, but the connection between components is difficult to visually understand in the table.

本発明は、上記に鑑みてなされたものであって、CAD設計図面のそれぞれの図面の図面番号等のデータに属性を付与することなく、作業効率及び図面品質を向上させ、製品を構成する部品の階層的繋がりの把握を容易にすることを目的とする。   The present invention has been made in view of the above, and improves the work efficiency and drawing quality without giving attributes to the data such as the drawing number of each drawing of the CAD design drawing, and constitutes a product The purpose is to make it easier to understand the hierarchical connection of

上述した課題を解決し、目的を達成するために、本発明は、階層的に繋がった複数の部品モデルで構成され、前記部品モデルの階層に関する階層情報を有する3次元モデルを格納した記憶手段と、前記3次元モデルから、前記部品モデルの階層深さ及び前記部品モデルが構成するグループを含む情報である部品構成情報を抽出する部品構成情報抽出手段と、前記部品構成情報抽出手段で抽出された部品構成情報に基づいて、前記階層深さ及びグループを含む部品構成データ表を作成する部品構成データ表作成手段と、前記部品構成データ表に基づいて、前記部品モデルを一覧表示した部品構成欄を描画する部品構成欄作成手段と、前記部品構成データ表に基づいて、前記部品モデルの階層を表す部品構成ツリーを描画する部品構成ツリー作成手段と、を含むことを特徴とする図面作成支援装置である。   In order to solve the above-described problems and achieve the object, the present invention includes a storage unit that stores a three-dimensional model that includes a plurality of hierarchically connected component models and has hierarchical information related to the hierarchy of the component models. Extracted from the three-dimensional model by the component configuration information extracting means for extracting the component configuration information, which is information including the hierarchical depth of the component model and the group constituted by the component model, and the component configuration information extracting means. A part configuration data table creating means for creating a part configuration data table including the hierarchy depth and group based on the part configuration information, and a part configuration column displaying a list of the part models based on the part configuration data table Part configuration column creation means for rendering a part configuration tree representing a hierarchy of the part model based on the part configuration column creation means for rendering and the part configuration data table The stage is a drawing production support device which comprises a.

本発明は、階層的に繋がった複数の部品モデルで構成され、部品モデルの階層に関する階層情報を有する3次元モデルから、部品モデルの階層深さ及び部品モデルが構成するグループを含む部品構成データ表を作成し、部品構成データ表に基づいて、部品モデルを一覧表示した部品構成欄を描画し、部品構成データ表に基づいて、部品モデルの階層を表す部品構成ツリーを描画する。これによって、作業効率及び図面品質を向上させ、製品を構成する部品の階層的繋がりの把握を容易にすることができる。   The present invention is a component configuration data table including a plurality of component models connected in a hierarchical manner, and a three-dimensional model having hierarchical information related to the component model hierarchy, including a layer depth of the component model and a group formed by the component model. Is created, a part configuration column displaying a list of part models is drawn based on the part configuration data table, and a part configuration tree representing the hierarchy of the part model is drawn based on the part configuration data table. As a result, it is possible to improve work efficiency and drawing quality, and to easily grasp the hierarchical connection of the parts constituting the product.

本発明の望ましい態様としては、前記部品構成データ表作成手段は、前記階層情報の行方向に最下位階層の部品を探し、探した最下位階層の部品の上位階層を辿り、最上位階層の部品までを1つのグループとし、当該グループにグループ属性を付与し、当該グループ内の各部品の名称、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表に付加することが好ましい。これによって、部品構成データ表を作成することが可能となる。   As a desirable mode of the present invention, the part configuration data table creation means searches for a part in the lowest hierarchy in the row direction of the hierarchy information, traces a higher hierarchy of the searched lowest hierarchy part, and It is preferable to add a group attribute to the group, and add a line including the name, number, hierarchy depth, group attribute, and line number of each part in the group to the part configuration data table. . This makes it possible to create a component configuration data table.

本発明の望ましい態様としては、前記部品構成ツリー作成手段は、I行J列(Iは部品構成データ表の行数、Jは階層深さの最大値+1)の格子点を作成し、格子点の各行ごとに横線を作成するために必要な格子点を階層深さに応じて選定し、選定された格子点と同一行の右端の格子点との間に横線を描画し、同一グループ、同一階層上で、選定された格子点でI番号の最も大きいものを選択し、選択した格子点と一つ上位の階層上で同一J番号を持つ格子点との間に縦線を描画することが好ましい。これによって、部品構成ツリーを描画することが可能となる。   As a desirable mode of the present invention, the part configuration tree creation means creates grid points of I rows and J columns (I is the number of rows in the component configuration data table, J is the maximum value of the hierarchy depth + 1), and grid points Select the grid points necessary to create a horizontal line for each row in accordance with the depth of the layer, draw a horizontal line between the selected grid point and the rightmost grid point on the same row, the same group, the same Selecting the highest I number among the selected grid points on the hierarchy, and drawing a vertical line between the selected grid point and the grid point having the same J number on the next higher hierarchy preferable. This makes it possible to draw a component configuration tree.

本発明は、部品モデルを一覧表示した部品構成欄及び製品を構成する部品の階層的繋がりを表す部品構成ツリーを短時間で効率よく描画することができ、作業効率及び図面品質を向上させることができる。また、部品構成ツリーから、図面上で子部品に対する親部品について、視覚的なイメージとして確認することができ、構成情報の精度確認、親部品検索精度の向上及び検索時間の短縮を図ることができる。   The present invention can efficiently draw in a short time a part configuration column that displays a list of part models and a part configuration tree that represents a hierarchical connection of parts that make up a product, thereby improving work efficiency and drawing quality. it can. In addition, from the part configuration tree, the parent part corresponding to the child part can be confirmed as a visual image on the drawing, and the accuracy of the configuration information can be confirmed, the parent part search accuracy can be improved, and the search time can be shortened. .

図1は、本実施形態に係る2次元図面作成支援装置のハードウェア構成を示す図である。FIG. 1 is a diagram illustrating a hardware configuration of a two-dimensional drawing creation support apparatus according to the present embodiment. 図2は、3次元モデルの一例を示す図である。FIG. 2 is a diagram illustrating an example of a three-dimensional model. 図3は、3次元モデルが有する、構成部品の階層構造を表す階層情報の一例を示す図である。FIG. 3 is a diagram illustrating an example of hierarchical information representing a hierarchical structure of component parts included in the three-dimensional model. 図4は、3次元モデルの一例を示す図である。FIG. 4 is a diagram illustrating an example of a three-dimensional model. 図5は、3次元モデルの一例を示す図である。FIG. 5 is a diagram illustrating an example of a three-dimensional model. 図6は、3次元モデルの一例を示す図である。FIG. 6 is a diagram illustrating an example of a three-dimensional model. 図7は、3次元モデルの一例を示す図である。FIG. 7 is a diagram illustrating an example of a three-dimensional model. 図8は、3次元モデルの一例を示す図である。FIG. 8 is a diagram illustrating an example of a three-dimensional model. 図9は、3次元モデルの一例を示す図である。FIG. 9 is a diagram illustrating an example of a three-dimensional model. 図10は、3次元モデルの一例を示す図である。FIG. 10 is a diagram illustrating an example of a three-dimensional model. 図11は、3次元モデルの一例を示す図である。FIG. 11 is a diagram illustrating an example of a three-dimensional model. 図12は、3次元モデルの一例を示す図である。FIG. 12 is a diagram illustrating an example of a three-dimensional model. 図13は、3次元モデルの一例を示す図である。FIG. 13 is a diagram illustrating an example of a three-dimensional model. 図14は、本実施形態に係る2次元図面作成支援装置の機能ブロックを示す図である。FIG. 14 is a diagram showing functional blocks of the two-dimensional drawing creation support apparatus according to the present embodiment. 図15は、部品構成データ表の一例を示す図である。FIG. 15 is a diagram illustrating an example of the component configuration data table. 図16は、部品構成欄及び部品構成ツリーを示す図である。FIG. 16 is a diagram showing a part configuration column and a part configuration tree. 図17は、本実施形態に係る2次元図面作成支援装置の処理の手順を示すフローチャートである。FIG. 17 is a flowchart showing a processing procedure of the two-dimensional drawing creation support apparatus according to the present embodiment. 図18は、本実施形態に係る2次元図面作成支援装置の処理の手順を示すフローチャートである。FIG. 18 is a flowchart showing a processing procedure of the two-dimensional drawing creation support apparatus according to the present embodiment. 図19は、3次元モデルデータ選択画面の一例を示す図である。FIG. 19 is a diagram illustrating an example of a three-dimensional model data selection screen. 図20は、階層情報から部品構成データ表を作成する作り方を示す図である。FIG. 20 is a diagram showing how to create a component configuration data table from hierarchical information. 図21は、2次元図面選択画面の一例を示す図である。FIG. 21 is a diagram illustrating an example of a two-dimensional drawing selection screen. 図22は、格子点の各行ごとに水平線(横線)を作成するために必要な格子点を選定した様子を示す図である。FIG. 22 is a diagram illustrating a state in which grid points necessary for creating a horizontal line (horizontal line) for each row of grid points are selected. 図23は、選定された格子点と同一行の右端の格子点との間に横線を作成した様子を示す図である。FIG. 23 is a diagram illustrating a state in which a horizontal line is created between the selected lattice point and the rightmost lattice point in the same row. 図24は、グループ属性1のグループで選定された格子点のうちi番号の最も大きいものと一つ上位の階層上にある同一j番号を持つ格子点との間に垂直線(縦線)を作成した様子を示す図である。FIG. 24 shows a vertical line (vertical line) between the lattice point having the largest i number among the lattice points selected in the group of group attribute 1 and the lattice point having the same j number on the hierarchy one level higher. It is a figure which shows the mode that it produced. 図25は、グループ属性1のグループの各階層から上位の階層に垂直線(縦線)を作成した様子を示す図である。FIG. 25 is a diagram illustrating a state in which a vertical line (vertical line) is created from each layer of the group having the group attribute 1 to a higher layer. 図26は、グループ属性2のグループの格子点を示す図である。FIG. 26 is a diagram illustrating a grid point of a group having the group attribute 2. 図27は、グループ属性2のグループの各階層から上位の階層に垂直線(縦線)を作成した様子を示す図である。FIG. 27 is a diagram illustrating a state in which a vertical line (vertical line) is created from each layer of the group having the group attribute 2 to a higher layer. 図28は、グループ属性3のグループの格子点を示す図である。FIG. 28 is a diagram showing a grid point of a group having the group attribute 3. 図29は、グループ属性3のグループの各階層から上位の階層に垂直線(縦線)を作成した様子を示す図である。FIG. 29 is a diagram illustrating a state in which a vertical line (vertical line) is created from each layer of the group having the group attribute 3 to a higher layer.

以下、本発明につき図面を参照しつつ詳細に説明する。なお、この発明を実施するための形態(以下、実施形態という)により本発明が限定されるものではない。また、以下の説明における構成要素には、当業者が容易に想定できるもの、実質的に同一のもの、いわゆる均等の範囲のものが含まれる。   Hereinafter, the present invention will be described in detail with reference to the drawings. The present invention is not limited by the mode for carrying out the invention (hereinafter referred to as an embodiment). In addition, constituent elements in the following description include those that can be easily assumed by those skilled in the art, those that are substantially the same, and those in a so-called equivalent range.

図1は、本実施形態に係る2次元図面作成支援装置のハードウェア構成を示す図である。本実施形態は、本発明を2次元図面の作成支援に適用したものである。図1に示すように、この2次元図面作成支援装置1は、入力装置2と、表示装置3と、制御装置4と、外部記憶装置5と、を備えている。   FIG. 1 is a diagram illustrating a hardware configuration of a two-dimensional drawing creation support apparatus according to the present embodiment. In the present embodiment, the present invention is applied to creation support of a two-dimensional drawing. As shown in FIG. 1, the two-dimensional drawing creation support apparatus 1 includes an input device 2, a display device 3, a control device 4, and an external storage device 5.

入力装置2は、マウス、キーボード等であり、作図者の入力操作、選択操作を受け付け、入力信号を制御装置4に出力する。表示装置3は、CRT、液晶ディスプレイ等の画像を表示する装置である。   The input device 2 is a mouse, a keyboard, or the like, accepts an input operation or selection operation of a plotter, and outputs an input signal to the control device 4. The display device 3 is a device that displays an image such as a CRT or a liquid crystal display.

制御装置4は、パーソナルコンピュータ(PC)等であり、入力インターフェース4aと、出力インターフェース4bと、処理装置としてのCPU4cと、ROM4dと、RAM4eと、内部記憶装置4fと、を含んでいる。入力インターフェース4a、出力インターフェース4b、CPU4c、ROM4d、RAM4e及び内部記憶装置4fは、内部バスで接続されている。   The control device 4 is a personal computer (PC) or the like, and includes an input interface 4a, an output interface 4b, a CPU 4c as a processing device, a ROM 4d, a RAM 4e, and an internal storage device 4f. The input interface 4a, output interface 4b, CPU 4c, ROM 4d, RAM 4e, and internal storage device 4f are connected by an internal bus.

入力インターフェース4aは、入力装置2からの入力信号を受け取り、CPU4cに出力する。出力インターフェース4bは、CPU4cから画像信号を受け取り、表示装置3に出力する。   The input interface 4a receives an input signal from the input device 2 and outputs it to the CPU 4c. The output interface 4 b receives an image signal from the CPU 4 c and outputs it to the display device 3.

ROM4dには、BIOS等のプログラムが記憶されている。内部記憶装置4fは、例えばHDD等であり、オペレーティングシステムプログラムやアプリケーションプログラムが記憶されている。CPU4cは、RAM4eをワークエリアとして使用しながらROM4dや内部記憶装置4fに記憶されているプログラムを実行することにより、種々の機能を実現する。   The ROM 4d stores a program such as BIOS. The internal storage device 4f is, for example, an HDD or the like, and stores an operating system program and application programs. The CPU 4c implements various functions by executing programs stored in the ROM 4d and the internal storage device 4f while using the RAM 4e as a work area.

外部記憶装置5は、サーバ等であり、LAN等のネットワークを介して制御装置4と接続されている。なお、外部記憶装置5は、制御装置4から離れた場所に設置されていても良い。   The external storage device 5 is a server or the like, and is connected to the control device 4 via a network such as a LAN. Note that the external storage device 5 may be installed at a location away from the control device 4.

内部記憶装置4f又は外部記憶装置5には、製品の3次元(3D)モデルが記憶されている。図2は、内部記憶装置4f又は外部記憶装置5に記憶されている3次元モデルの一例を示す図である。図2は、車両のステアリングのコラムを構成するCOLUMN_A_ASSYの3次元モデルの一例を示す図である。図3は、COLUMN_A_ASSYの3次元モデルが有する、COLUMN_A_ASSYを構成する部品の階層構造を表す階層情報の一例を示す図である。図3の部品の階層構造は、部品の上位、下位の構成を示すモデル情報で、モデル構成ツリーから成るデータ構造体として記憶されている。図3に示す階層情報20を参照すると、COLUMN_A_ASSYは、COLUMN_B_ASSYとCOLUMN_D_ASSYとで構成される。図4は、COLUMN_B_ASSYの3次元モデルの一例を示す図であり、図5は、COLUMN_D_ASSYの3次元モデルの一例を示す図である。   The internal storage device 4f or the external storage device 5 stores a three-dimensional (3D) model of the product. FIG. 2 is a diagram illustrating an example of a three-dimensional model stored in the internal storage device 4 f or the external storage device 5. FIG. 2 is a diagram illustrating an example of a three-dimensional model of COLUMN_A_ASSY that constitutes a steering column of a vehicle. FIG. 3 is a diagram illustrating an example of hierarchical information representing a hierarchical structure of components constituting COLUMN_A_ASSY, which the three-dimensional model of COLUMN_A_ASSY has. The hierarchical structure of the parts in FIG. 3 is model information indicating the upper and lower configurations of the parts, and is stored as a data structure including a model configuration tree. Referring to the hierarchy information 20 shown in FIG. 3, COLUMN_A_ASSY includes COLUMN_B_ASSY and COLUMN_D_ASSY. FIG. 4 is a diagram illustrating an example of a three-dimensional model of COLUMN_B_ASSY, and FIG. 5 is a diagram illustrating an example of a three-dimensional model of COLUMN_D_ASSY.

再び図3に示す階層情報20を参照すると、COLUMN_B_ASSYは、COLUMN_C_ASSYとSHAFT_A_ASSYとで構成される。図6は、COLUMN_C_ASSYの3次元モデルの一例を示す図であり、図7は、SHAFT_A_ASSYの3次元モデルの一例を示す図である。   Referring to the hierarchy information 20 shown in FIG. 3 again, COLUMN_B_ASSY includes COLUMN_C_ASSY and SHAFT_A_ASSY. FIG. 6 is a diagram illustrating an example of a three-dimensional model of COLUMN_C_ASSY, and FIG. 7 is a diagram illustrating an example of a three-dimensional model of SHAFFT_A_ASSY.

再び図3に示す階層情報20を参照すると、COLUMN_C_ASSYは、COLUMN_A_PARTとBEARING_A_PARTとで構成される。図8は、COLUMN_A_PARTの3次元モデルの一例を示す図であり、図9は、BEARING_A_PARTの3次元モデルの一例を示す図である。   Referring back to the hierarchy information 20 shown in FIG. 3, COLUMN_C_ASSY is composed of COLUMN_A_PART and BEARING_A_PART. FIG. 8 is a diagram illustrating an example of a three-dimensional model of COLUMN_A_PART, and FIG. 9 is a diagram illustrating an example of a three-dimensional model of BEARING_A_PART.

再び図3に示す階層情報20を参照すると、SHAFT_A_ASSYは、SHAFT_A_PARTとSHAFT_B_PARTとで構成される。図10は、SHAFT_A_PARTの3次元モデルの一例を示す図であり、図11は、SHAFT_B_PARTの3次元モデルの一例を示す図である。   Referring to the hierarchy information 20 shown in FIG. 3 again, SHAFT_A_ASSY is composed of SHAFT_A_PART and SHAFT_B_PART. FIG. 10 is a diagram illustrating an example of the three-dimensional model of SHAFT_A_PART, and FIG. 11 is a diagram illustrating an example of the three-dimensional model of SHAFT_B_PART.

再び図3に示す階層情報20を参照すると、COLUMN_D_ASSYは、COLUMN_B_PARTとBEARING_B_PARTとで構成される。図12は、COLUMN_B_PARTの3次元モデルの一例を示す図であり、図13は、BEARING_B_PARTの3次元モデルの一例を示す図である。   Referring back to the hierarchy information 20 shown in FIG. 3, COLUMN_D_ASSY is composed of COLUMN_B_PART and BEARING_B_PART. FIG. 12 is a diagram illustrating an example of a three-dimensional model of COLUMN_B_PART, and FIG. 13 is a diagram illustrating an example of a three-dimensional model of BEARING_B_PART.

内部記憶装置4f又は外部記憶装置5には、上述した3次元モデルのほか、2次元(2D)図面が記憶されている。   In addition to the above-described three-dimensional model, a two-dimensional (2D) drawing is stored in the internal storage device 4f or the external storage device 5.

図14は、本実施形態に係る2次元図面作成支援装置の機能ブロックを示す図である。図14に示すように本実施形態に係る2次元図面作成支援装置は、部品構成情報抽出部11と、部品構成データ表作成部12と、2次元(2D)図面部品構成欄作成部13と、を含んでいる。2次元図面部品構成欄作成部13は、2次元(2D)図面選択部13aと、部品構成欄作成部13bと、部品構成ツリー作成部13cと、を含んでいる。これらの各機能ブロックは、CPU4c(図1参照)が内部記憶装置4fに記憶されているプログラムを実行することにより実現される。   FIG. 14 is a diagram showing functional blocks of the two-dimensional drawing creation support apparatus according to the present embodiment. As shown in FIG. 14, the two-dimensional drawing creation support apparatus according to this embodiment includes a part configuration information extraction unit 11, a part configuration data table creation unit 12, a two-dimensional (2D) drawing part configuration column creation unit 13, Is included. The two-dimensional drawing part configuration column creation unit 13 includes a two-dimensional (2D) drawing selection unit 13a, a part configuration column creation unit 13b, and a part configuration tree creation unit 13c. Each of these functional blocks is realized by the CPU 4c (see FIG. 1) executing a program stored in the internal storage device 4f.

部品構成情報抽出部11は、3次元モデルの階層情報20(図3参照)から部品構成情報を抽出する。部品構成データ表作成部12は、部品構成情報抽出部11によって抽出された部品構成情報に基づいて、部品構成を表す部品構成データ表を作成する。図15は、部品構成データ表の一例を示す図である。図15に示す部品構成データ表30は、部品の名称(部品名)、員数、最上位階層の部品から当該部品までの階層の深さである階層深さ、グループ属性(グループ番号)及び行番号の項目を有している。なお、3次元モデルの階層情報20(図3参照)から部品構成データ表30(図15参照)を作成する作り方については、後で詳細に説明する。   The part configuration information extraction unit 11 extracts part configuration information from the hierarchical information 20 (see FIG. 3) of the three-dimensional model. The part configuration data table creation unit 12 creates a part configuration data table representing the part configuration based on the part configuration information extracted by the part configuration information extraction unit 11. FIG. 15 is a diagram illustrating an example of the component configuration data table. The part configuration data table 30 shown in FIG. 15 includes a part name (part name), the number, a hierarchy depth that is a depth of a hierarchy from a top-level part to the part, a group attribute (group number), and a row number. Have items. A method of creating the component configuration data table 30 (see FIG. 15) from the hierarchical information 20 (see FIG. 3) of the three-dimensional model will be described in detail later.

再び図14を参照すると、2次元図面選択部13aは、ユーザの入力に基づいて2次元図面を選択する。部品構成欄作成部13bは、部品構成データ表30に基づいて、2次元図面選択部13aで選択された2次元図面に、部品構成を表す部品構成欄を描画(作成)する。部品構成欄は、各部品の階層深さ、部品名(部品の名称)及び員数の項目を有する。部品構成ツリー作成部13cは、部品構成データ表30に基づいて、部品構成欄内に部品の階層構造を表す部品構成ツリーを描画(作成)する。図16は、部品構成欄作成部13bが2次元図面40に部品構成欄42を描画し、部品構成ツリー作成部13cが部品構成欄42内に部品構成ツリー44を描画した様子を示す図である。なお、部品構成ツリー作成部13cが部品構成データ表30に基づいて部品構成ツリー44を描画する描画の仕方については、後で詳細に説明する。   Referring to FIG. 14 again, the two-dimensional drawing selection unit 13a selects a two-dimensional drawing based on a user input. Based on the part configuration data table 30, the part configuration column creation unit 13b draws (creates) a component configuration column representing the part configuration on the two-dimensional drawing selected by the two-dimensional drawing selection unit 13a. The part configuration column includes items of a hierarchical depth of each part, a part name (part name), and the number of parts. Based on the part configuration data table 30, the part configuration tree creation unit 13c draws (creates) a part configuration tree representing the hierarchical structure of the parts in the part configuration column. FIG. 16 is a diagram illustrating a state in which the part configuration column creation unit 13 b has drawn the part configuration column 42 on the two-dimensional drawing 40 and the part configuration tree creation unit 13 c has drawn the part configuration tree 44 in the part configuration column 42. . The drawing method in which the component configuration tree creation unit 13c draws the component configuration tree 44 based on the component configuration data table 30 will be described in detail later.

図17及び図18は、2次元図面作成支援装置1の処理の手順を示すフローチャートである。2次元図面作成支援装置1の部品構成情報抽出部11(図14参照)は、ステップS1として、対象製品(3次元モデルデータ)の選択をユーザに行わせる。図19は、対象製品(3次元モデルデータ)の選択をユーザに行わせる際の画面の一例を示す図である。この画面50は、ファイル名入力欄50aを有しており、ユーザは、ファイル名入力欄50aに所望の対象製品(3次元モデルデータ)のファイル名を入力し、「実行」というボタン(画像)50bをクリックする。   17 and 18 are flowcharts showing the processing procedure of the two-dimensional drawing creation support apparatus 1. The component configuration information extraction unit 11 (see FIG. 14) of the two-dimensional drawing creation support apparatus 1 causes the user to select a target product (three-dimensional model data) as step S1. FIG. 19 is a diagram illustrating an example of a screen when the user selects a target product (three-dimensional model data). This screen 50 has a file name input field 50a. The user inputs a file name of a desired target product (three-dimensional model data) in the file name input field 50a, and a button (image) “execute”. Click 50b.

再び図17を参照すると、部品構成情報抽出部11は、ステップS2として、対象製品(3次元モデルデータ)のファイルから部品構成データ表作成に必要な階層情報20(図3参照)を抽出する。   Referring to FIG. 17 again, in step S2, the component configuration information extraction unit 11 extracts hierarchical information 20 (see FIG. 3) necessary for creating the component configuration data table from the target product (three-dimensional model data) file.

次に、部品構成データ表作成部12(図14参照)は、ステップS3として、ステップS2で抽出された階層情報20(図3参照)に基づいて、部品構成データ表30(図15参照)を作成する。図20は、階層情報20から部品構成データ表30を作成する作り方を示す図である。まず、部品構成データ表作成部12は、階層情報20の第1行目から行方向(図中Aの方向)に最下位階層の部品を探す。図20に示す例では、部品構成データ表作成部12は、COLUMN_A_PART及びBEARING_A_PARTを探すことになる。次に、部品構成データ表作成部12は、COLUMN_A_PART及びBEARING_A_PARTの上位階層を辿り、COLUMN_A_PART及びBEARING_A_PARTから最上位階層の部品COLUMN_A_ASSYまでを1つのグループとする。そして、部品構成データ表作成部12は、このグループにグループ属性(グループ番号)を付与し、グループ内の各部品の名称(部品名)、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表30に付加する。図20に示す例では、部品構成データ表作成部12は、COLUMN_A_ASSY、COLUMN_B_ASSY、COLUMN_C_ASSY、COLUMN_A_PART及びBEARING_A_PARTを1つのグループ101とする。そして、部品構成データ表作成部12は、このグループ101にグループ属性1を付与し、グループ101内の各部品の名称、員数、階層深さ、グループ属性及び行番号を含む5つの行を部品構成データ表30に付加する。   Next, the part configuration data table creation unit 12 (see FIG. 14) creates the part configuration data table 30 (see FIG. 15) as step S3 based on the hierarchical information 20 (see FIG. 3) extracted in step S2. create. FIG. 20 is a diagram showing how to create the component configuration data table 30 from the hierarchy information 20. First, the component configuration data table creation unit 12 searches for a component in the lowest hierarchy in the row direction (direction A in the drawing) from the first row of the hierarchy information 20. In the example illustrated in FIG. 20, the component configuration data table creation unit 12 searches for COLUMN_A_PART and BEARING_A_PART. Next, the component configuration data table creation unit 12 traces the upper layers of COLUMN_A_PART and BEARING_A_PART, and sets COLUMN_A_PART and BEARING_A_PART to the component COLUMN_A_ASSY of the highest layer as one group. Then, the part configuration data table creation unit 12 assigns a group attribute (group number) to this group, and includes a name (part name), number, hierarchy depth, group attribute, and line number of each part in the group. Is added to the part configuration data table 30. In the example illustrated in FIG. 20, the component configuration data table creation unit 12 sets COLUMN_A_ASSY, COLUMN_B_ASSY, COLUMN_C_ASSY, COLUMN_A_PART, and BEARING_A_PART as one group 101. Then, the component configuration data table creation unit 12 assigns group attribute 1 to this group 101, and configures five rows including the name, number, hierarchy depth, group attribute, and row number of each component in the group 101 as component configuration. It is added to the data table 30.

また、部品構成データ表作成部12は、上記の手順を繰り返し、次の最下位階層の部品を探す。図20に示す例では、部品構成データ表作成部12は、SHAFT_A_PART及びSHAFT_B_PARTを探すことになる。次に、部品構成データ表作成部12は、SHAFT_A_PART及びSHAFT_B_PARTの上位階層を辿り、SHAFT_A_PART及びSHAFT_B_PARTから最上位階層の部品COLUMN_A_ASSYまでを1つのグループとし、このグループにグループ属性(グループ番号)を付与し、グループ内の各部品の名称(部品名)、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表30に付加する。図20に示す例では、部品構成データ表作成部12は、COLUMN_A_ASSY、COLUMN_B_ASSY、SHAFT_A_ASSY、SHAFT_A_PART及びSHAFT_B_PARTを1つのグループ102とし、このグループ102にグループ属性2を付与し、グループ102内の各部品の名称(部品名)、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表30に付加する。なお、COLUMN_A_ASSY及びCOLUMN_B_ASSYに関しては、グループ101に対する処理により既に部品構成データ表30に行が付加されているので、グループ属性2を追加するだけで良い。   In addition, the part configuration data table creation unit 12 repeats the above-described procedure to search for the next lowest-level part. In the example illustrated in FIG. 20, the component configuration data table creation unit 12 searches for SHAFT_A_PART and SHAFT_B_PART. Next, the component configuration data table creation unit 12 traces the upper layer of SHAFT_A_PART and SHAFT_B_PART, sets one group from SHAFT_A_PART and SHAFT_B_PART to the component COLUMN_A_ASSY of the highest layer, and assigns a group attribute (group number) to this group. A line including the name (part name), number, hierarchy depth, group attribute, and line number of each part in the group is added to the part configuration data table 30. In the example illustrated in FIG. 20, the component configuration data table creation unit 12 sets COLUMN_A_ASSY, COLUMN_B_ASSY, SHAFT_A_ASSY, SHAFT_A_PART, and SHAFT_B_PART as one group 102, assigns group attribute 2 to this group 102, and assigns each component in the group 102. A line including the name (part name), the number, the hierarchy depth, the group attribute, and the line number is added to the part configuration data table 30. As for COLUMN_A_ASSY and COLUMN_B_ASSY, a row has already been added to the component configuration data table 30 by the processing for the group 101, so it is only necessary to add the group attribute 2.

また、部品構成データ表作成部12は、上記の手順を繰り返し、次の最下位階層の部品を探す。図20に示す例では、部品構成データ表作成部12は、COLUMN_B_PART及びBEARING_B_PARTを探すことになる。次に、部品構成データ表作成部12は、COLUMN_B_PART及びBEARING_B_PARTの上位階層を辿り、COLUMN_B_PART及びBEARING_B_PARTから最上位階層の部品COLUMN_A_ASSYまでを1つのグループとし、このグループにグループ属性(グループ番号)を付与し、グループ内の各部品の名称(部品名)、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表30に付加する。図20に示す例では、部品構成データ表作成部12は、COLUMN_A_ASSY、COLUMN_D_ASSY、COLUMN_B_PART及びBEARING_B_PARTを1つのグループ103とし、このグループ103にグループ属性3を付与し、グループ103内の各部品の名称(部品名)、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表30に付加する。なお、COLUMN_A_ASSYに関しては、グループ101に対する処理により既に部品構成データ表30に行が付加されているので、グループ属性3を追加するだけで良い。   In addition, the part configuration data table creation unit 12 repeats the above-described procedure to search for the next lowest-level part. In the example illustrated in FIG. 20, the part configuration data table creation unit 12 searches for COLUMN_B_PART and BEARING_B_PART. Next, the component configuration data table creation unit 12 traces the upper layers of COLUMN_B_PART and BEARING_B_PART, sets COLUMN_B_PART and BEARING_B_PART to the component COLUMN_A_ASSY of the highest layer as one group, and assigns a group attribute (group number) to this group. A line including the name (part name), number, hierarchy depth, group attribute, and line number of each part in the group is added to the part configuration data table 30. In the example illustrated in FIG. 20, the component configuration data table creation unit 12 sets COLUMN_A_ASSY, COLUMN_D_ASSY, COLUMN_B_PART, and BEARING_B_PART as one group 103, assigns group attribute 3 to this group 103, and names each component in the group 103 ( A line including the part name), the number, the hierarchy depth, the group attribute, and the line number is added to the part configuration data table 30. As for COLUMN_A_ASSY, a row has already been added to the component configuration data table 30 by the processing for the group 101, so it is only necessary to add the group attribute 3.

再び図17を参照すると、2次元図面選択部13a(図14参照)は、ステップS4として、作業対象の2次元図面の選択をユーザに行わせる。図21は、作業対象の2次元図面の選択をユーザに行わせる際の画面の一例を示す図である。この画面52は、新規図面を選択するためのチェックボックス52aと、既存図面を選択するためのチェックボックス52bと、を有しており、ユーザは、チェックボックス52a、チェックボックス52bのいずれかをチェックして新規図面又は既存図面を選択する。また、画面52は、新規図面の図面サイズを入力するための入力欄52cを有しており、ユーザは、新規図面を選択する場合は、入力欄52cに図面サイズを入力する。また、画面52は、既存図面のファイル名を入力する入力欄52dを有しており、ユーザは、既存図面を選択する場合は、入力欄52dに既存図面のファイル名を入力する。その後、ユーザは、「実行」というボタン(画像)52eをクリックする。   Referring to FIG. 17 again, the two-dimensional drawing selection unit 13a (see FIG. 14) causes the user to select a two-dimensional drawing to be worked as step S4. FIG. 21 is a diagram illustrating an example of a screen when the user selects a two-dimensional drawing to be worked. This screen 52 has a check box 52a for selecting a new drawing and a check box 52b for selecting an existing drawing. The user checks either the check box 52a or the check box 52b. Then, a new drawing or an existing drawing is selected. The screen 52 has an input field 52c for inputting the drawing size of the new drawing. When the user selects a new drawing, the user inputs the drawing size in the input field 52c. The screen 52 also has an input field 52d for inputting a file name of an existing drawing. When the user selects an existing drawing, the user inputs the file name of the existing drawing in the input field 52d. Thereafter, the user clicks a button (image) 52e “execute”.

再び図17を参照すると、部品構成欄作成部13b(図14参照)は、ステップS5として、ステップS4で選択された2次元図面上に部品構成欄42(図16参照)を作成する。部品構成欄作成部13bは、部品構成データ表30内の各部品の階層深さ、部品名(部品の名称)及び員数を部品構成欄42に付加する。   Referring to FIG. 17 again, the part configuration column creating unit 13b (see FIG. 14) creates a part configuration column 42 (see FIG. 16) on the two-dimensional drawing selected in step S4 as step S5. The part configuration column creating unit 13b adds the hierarchical depth, part name (part name), and number of each part in the part configuration data table 30 to the part configuration column 42.

次に、部品構成ツリー作成部13c(図14参照)は、ステップS6として、部品構成データ表30から部品構成ツリー44(図16参照)の作成に必要な情報を抽出し、ステップS7として、部品構成欄42の階層枠内に部品構成ツリー44を作成するサブルーチン処理を実行する。   Next, the part configuration tree creation unit 13c (see FIG. 14) extracts information necessary for creating the part configuration tree 44 (see FIG. 16) from the part configuration data table 30 in step S6, and in step S7, the part Subroutine processing for creating a part configuration tree 44 in the hierarchical frame of the configuration column 42 is executed.

図18は、部品構成ツリー44を作成するサブルーチン処理を示すフローチャートである。まず、部品構成ツリー作成部13cは、ステップS11として、部品構成ツリー44の作成に必要な格子点の数を算出する。ここで、部品構成ツリー44の作成に必要な格子点の数は、(i×j)で算出される。ここで、iは部品構成データ表30の行数であり、本実施形態では11である(図15参照)。また、jは(階層深さの最大値+1)である。本実施形態では、階層深さの最大値は4である(図15参照)。なお、jとして階層深さの最大値に1を加算しているのは、階層の最後に横線を描画するためである。   FIG. 18 is a flowchart showing a subroutine process for creating the component configuration tree 44. First, the part configuration tree creation unit 13c calculates the number of grid points necessary for creating the part configuration tree 44 in step S11. Here, the number of grid points necessary for creating the component configuration tree 44 is calculated by (i × j). Here, i is the number of rows in the component configuration data table 30, and is 11 in this embodiment (see FIG. 15). Further, j is (the maximum value of the hierarchy depth + 1). In the present embodiment, the maximum value of the layer depth is 4 (see FIG. 15). The reason why 1 is added to the maximum value of the hierarchy depth as j is to draw a horizontal line at the end of the hierarchy.

次に、部品構成ツリー作成部13cは、ステップS12として、ステップS11で算出された数、つまりi行j列の格子点を作成する。   Next, in step S12, the part configuration tree creation unit 13c creates the number calculated in step S11, that is, the grid points in i rows and j columns.

次に、部品構成ツリー作成部13cは、ステップS13として、格子点の各行ごとに水平線(横線)を描画するために必要な格子点を選定する。図22は、格子点の各行ごとに水平線(横線)を描画するために必要な格子点を選定した様子を示す図である。ここで選定される格子点は、階層深さに応じて定まる。例えば、部品構成データ表30の第1行の部品はCOLUMN_A_ASSYであるが、COLUMN_A_ASSYの階層深さは1であるので、格子点の第1行では、左から1番目の格子点が水平線(横線)を描画するために必要な格子点として選定される。また、例えば、部品構成データ表30の第2行の部品はCOLUMN_B_ASSYであるが、COLUMN_B_ASSYの階層深さは2であるので、格子点の第2行では、左から2番目の格子点が水平線(横線)を描画するために必要な格子点として選定される。また、例えば、部品構成データ表30の第3行の部品はCOLUMN_C_ASSYであるが、COLUMN_C_ASSYの階層深さは3であるので、格子点の第3行では、左から3番目の格子点が水平線(横線)を描画するために必要な格子点として選定される。その他の行も、同様に、部品の階層深さに応じて水平線(横線)を作成するために必要な格子点が選定される。なお、本実施形態では、各格子点をPij(i=1〜11、j=1〜5)で表す。 Next, in step S13, the part configuration tree creation unit 13c selects grid points necessary for drawing a horizontal line (horizontal line) for each row of grid points. FIG. 22 is a diagram illustrating a state in which grid points necessary for drawing a horizontal line (horizontal line) for each row of grid points are selected. The lattice points selected here are determined according to the hierarchical depth. For example, the component in the first row of the component configuration data table 30 is COLUMN_A_ASSY, but the hierarchical depth of COLUMN_A_ASSY is 1, so in the first row of lattice points, the first lattice point from the left is a horizontal line (horizontal line). Is selected as a grid point necessary for drawing. Further, for example, the part in the second row of the part configuration data table 30 is COLUMN_B_ASSY, but the hierarchical depth of COLUMN_B_ASSY is 2, so in the second row of grid points, the second grid point from the left is a horizontal line ( This is selected as a grid point necessary for drawing a horizontal line. Also, for example, the part in the third row of the part configuration data table 30 is COLUMN_C_ASSY, but the hierarchical depth of COLUMN_C_ASSY is 3, so in the third row of grid points, the third grid point from the left is a horizontal line ( This is selected as a grid point necessary for drawing a horizontal line. Similarly, grid points necessary for creating a horizontal line (horizontal line) are selected for the other rows in accordance with the layer depth of the component. In the present embodiment, each lattice point is represented by P ij (i = 1 to 11, j = 1 to 5).

再び図18を参照すると、部品構成ツリー作成部13cは、ステップS14として、選定された格子点と同一行の右端の格子点との間に横線を描画する。次に、部品構成ツリー作成部13cは、ステップS15として、最終行まで処理したか否かを判定し、最終行まで処理していない(No)と判定したら次の行を処理対象として処理をステップS14に進め、最終行まで処理した(Yes)と判定したら処理をステップS16に進める。図23は、選定された格子点と同一行の右端の格子点との間に横線を描画した様子を示す図である。   Referring to FIG. 18 again, in step S14, the part configuration tree creation unit 13c draws a horizontal line between the selected lattice point and the rightmost lattice point in the same row. Next, in step S15, the part configuration tree creation unit 13c determines whether or not processing has been performed up to the last row. If it is determined that processing has not been performed to the last row (No), the next row is processed as a processing target. The process proceeds to S14, and if it is determined that the last line has been processed (Yes), the process proceeds to step S16. FIG. 23 is a diagram illustrating a state in which a horizontal line is drawn between the selected lattice point and the rightmost lattice point in the same row.

部品構成ツリー作成部13cは、ステップS15で最終行まで処理した(Yes)と判定したら、ステップS16として、同一グループ、同一階層上で、選定された格子点でi番号の最も大きいものを選択する。次に、部品構成ツリー作成部13cは、ステップS17として、ステップS16で選択した格子点と一つ上位の階層上で同一j番号を持つ格子点との間に垂直線(縦線)を描画する。図24は、グループ属性1のグループで選定された格子点のうちi番号の最も大きいもの(P52)と一つ上位の階層上にある同一j番号を持つ格子点(P32)との間に垂直線(縦線)を描画した様子を示す図である。 If the component configuration tree creation unit 13c determines that the last line has been processed in step S15 (Yes), the component group tree creation unit 13c selects the largest i-number of the selected lattice points on the same group and the same hierarchy in step S16. . Next, in step S17, the component configuration tree creation unit 13c draws a vertical line (vertical line) between the lattice point selected in step S16 and the lattice point having the same j number on the next higher hierarchy. . FIG. 24 shows the relationship between the lattice point selected in the group of group attribute 1 having the largest i number (P 52 ) and the lattice point having the same j number (P 32 ) on the upper layer. It is a figure which shows a mode that the perpendicular line (vertical line) was drawn in FIG.

再び図18を参照すると、部品構成ツリー作成部13cは、ステップS18として、最上位の階層まで処理したか否かを判定し、最上位の階層まで処理していない(No)と判定したら一つ上位の階層を処理対象として処理をステップS16に進め、最上位の階層まで処理した(Yes)と判定したら処理をステップS19に進める。図25は、グループ属性1のグループの各階層から上位の階層に垂直線(縦線)を描画した様子を示す図である。   Referring to FIG. 18 again, in step S18, the part configuration tree creation unit 13c determines whether or not processing has been performed up to the highest hierarchy, and if it is determined that processing has not been performed up to the highest hierarchy (No), one. The process advances to step S16 with the upper hierarchy as the processing target, and if it is determined that the highest hierarchy is processed (Yes), the process advances to step S19. FIG. 25 is a diagram illustrating a state in which a vertical line (vertical line) is drawn from each layer of the group having the group attribute 1 to a higher layer.

再び図18を参照すると、部品構成ツリー作成部13cは、ステップS19として、全グループを処理したか否かを判定し、全グループを処理していない(No)と判定したら次のグループを処理対象として処理をステップS16に進め、全グループを処理した(Yes)と判定したら処理を終了する。図26は、グループ属性2のグループの格子点を示す図であり、図27は、グループ属性2のグループの各階層から上位の階層に垂直線(縦線)を描画した様子を示す図である。図28は、グループ属性3のグループの格子点を示す図であり、図29は、グループ属性3のグループの各階層から上位の階層に垂直線(縦線)を描画した様子を示す図である。   Referring to FIG. 18 again, in step S19, the part configuration tree creation unit 13c determines whether all groups have been processed. If it is determined that all groups have not been processed (No), the next group is processed. The process proceeds to step S16, and if it is determined that all groups have been processed (Yes), the process ends. FIG. 26 is a diagram illustrating a grid point of a group with group attribute 2, and FIG. 27 is a diagram illustrating a state in which a vertical line (vertical line) is drawn from each layer of the group with group attribute 2 to an upper layer. . FIG. 28 is a diagram illustrating lattice points of a group with group attribute 3, and FIG. 29 is a diagram illustrating a state in which a vertical line (vertical line) is drawn from each layer of the group with group attribute 3 to an upper layer. .

部品構成ツリー作成部13cは、上記サブルーチン処理を実行することにより、部品構成ツリー44を描画することができる。   The component configuration tree creation unit 13c can draw the component configuration tree 44 by executing the above subroutine processing.

以上、本実施形態では、階層的に繋がった複数の部品モデルで構成され、部品モデルの階層に関する階層情報を有する3次元モデルから、部品モデルの階層深さ及び部品モデルが構成するグループを含む部品構成データ表を作成し、部品構成データ表に基づいて、部品モデルを一覧表示した部品構成欄を描画し、部品構成データ表に基づいて、部品モデルの階層を表す部品構成ツリーを描画する。これによって、作業効率及び図面品質を向上させ、製品を構成する部品の階層的繋がりの把握を容易にすることができる。   As described above, in the present embodiment, a component including a plurality of component models connected in a hierarchical manner and including a component model layer depth and a group formed by the component model from a three-dimensional model having hierarchical information related to the component model hierarchy. A configuration data table is created, a part configuration column displaying a list of part models is drawn based on the part configuration data table, and a part configuration tree representing a hierarchy of the part model is drawn based on the part configuration data table. As a result, it is possible to improve work efficiency and drawing quality, and to easily grasp the hierarchical connection of the parts constituting the product.

以上のように、本発明に係る図面作成支援装置は、図面の作成を支援するのに有用である。   As described above, the drawing creation support apparatus according to the present invention is useful for supporting the creation of drawings.

1 2次元図面作成支援装置
2 入力装置
3 表示装置
4 制御装置
4a 入力インターフェース
4b 出力インターフェース
4c CPU
4d ROM
4e RAM
4f 内部記憶装置
5 外部記憶装置
11 部品構成情報抽出部
12 部品構成データ表作成部
13 2次元図面部品構成欄作成部
13a 2次元図面選択部
13b 部品構成欄作成部
13c 部品構成ツリー作成部
DESCRIPTION OF SYMBOLS 1 2D drawing creation support device 2 Input device 3 Display device 4 Control device 4a Input interface 4b Output interface 4c CPU
4d ROM
4e RAM
4f Internal storage device 5 External storage device 11 Part configuration information extraction unit 12 Part configuration data table creation unit 13 2D drawing part configuration column creation unit 13a 2D drawing selection unit 13b Part configuration column creation unit 13c Part configuration tree creation unit

Claims (3)

階層的に繋がった複数の部品モデルで構成され、前記部品モデルの階層に関する階層情報を有する3次元モデルを格納した記憶手段と、
前記3次元モデルから、前記部品モデルの階層深さ及び前記部品モデルが構成するグループを含む情報である部品構成情報を抽出する部品構成情報抽出手段と、
前記部品構成情報抽出手段で抽出された部品構成情報に基づいて、前記階層深さ及びグループを含む部品構成データ表を作成する部品構成データ表作成手段と、
前記部品構成データ表に基づいて、前記部品モデルを一覧表示した部品構成欄を描画する部品構成欄作成手段と、
前記部品構成データ表に基づいて、前記部品モデルの階層を表す部品構成ツリーを描画する部品構成ツリー作成手段と、
を含むことを特徴とする図面作成支援装置。
A storage unit configured to store a three-dimensional model including a plurality of hierarchically connected component models and having hierarchical information related to the component model hierarchy;
Part configuration information extracting means for extracting, from the three-dimensional model, part configuration information that is information including a hierarchical depth of the part model and a group formed by the part model;
Based on the part configuration information extracted by the part configuration information extraction unit, a part configuration data table creation unit that creates a part configuration data table including the hierarchy depth and the group;
Based on the component configuration data table, a component configuration column creating means for drawing a component configuration column displaying a list of the part models;
A component configuration tree creating means for drawing a component configuration tree representing a hierarchy of the component model based on the component configuration data table;
A drawing creation support apparatus comprising:
前記部品構成データ表作成手段は、前記階層情報の行方向に最下位階層の部品を探し、探した最下位階層の部品の上位階層を辿り、最上位階層の部品までを1つのグループとし、当該グループにグループ属性を付与し、当該グループ内の各部品の名称、員数、階層深さ、グループ属性及び行番号を含む行を部品構成データ表に付加することを特徴とする請求項1に記載の図面作成支援装置。   The part configuration data table creating means searches for the lowest hierarchy part in the row direction of the hierarchy information, traces the upper hierarchy of the searched lowest hierarchy part, and groups up to the highest hierarchy part as one group. The group attribute is given to the group, and a line including the name, number, hierarchy depth, group attribute, and line number of each part in the group is added to the part configuration data table. Drawing creation support device. 前記部品構成ツリー作成手段は、I行J列の格子点を作成し、格子点の各行ごとに横線を描画するために必要な格子点を階層深さに応じて選定し、選定された格子点と同一行の右端の格子点との間に横線を描画し、同一グループ、同一階層上で、選定された格子点でI番号の最も大きいものを選択し、選択した格子点と一つ上位の階層上で同一J番号を持つ格子点との間に縦線を描画することを特徴とする請求項1又は2に記載の図面作成支援装置。
Iは部品構成データ表の行数、Jは階層深さの最大値+1。
The component configuration tree creating means creates a grid point of I rows and J columns, selects a grid point necessary for drawing a horizontal line for each row of the grid points according to the hierarchical depth, and selects the selected grid point. A horizontal line is drawn between the rightmost grid point and the grid point on the same line, and on the same group and the same hierarchy, the selected grid point having the largest I number is selected. The drawing creation support apparatus according to claim 1, wherein a vertical line is drawn between grid points having the same J number on a hierarchy.
I is the number of rows in the component configuration data table, and J is the maximum hierarchical depth + 1.
JP2010121844A 2010-05-27 2010-05-27 Drawing creation support device Expired - Fee Related JP5359994B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010121844A JP5359994B2 (en) 2010-05-27 2010-05-27 Drawing creation support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010121844A JP5359994B2 (en) 2010-05-27 2010-05-27 Drawing creation support device

Publications (2)

Publication Number Publication Date
JP2011248676A true JP2011248676A (en) 2011-12-08
JP5359994B2 JP5359994B2 (en) 2013-12-04

Family

ID=45413850

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010121844A Expired - Fee Related JP5359994B2 (en) 2010-05-27 2010-05-27 Drawing creation support device

Country Status (1)

Country Link
JP (1) JP5359994B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102025239B1 (en) * 2018-11-21 2019-09-25 한화시스템 주식회사 Method for automatic generating of auto-cad files

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0962730A (en) * 1995-08-30 1997-03-07 Sanyo Electric Co Ltd Product constitution information generating method
JPH11213007A (en) * 1998-01-23 1999-08-06 Canon Inc Method and device for displaying parts constitution information of product
JPH11353349A (en) * 1998-06-10 1999-12-24 Hitachi Ltd Generating method for hierarchical structure data base
JP2003030256A (en) * 2001-07-17 2003-01-31 Mitsubishi Electric Corp Device, method and program for managing product information and recording medium recorded with product information management program
JP2003316834A (en) * 2002-04-22 2003-11-07 Hitachi Ltd Linkage system of 3d-cad and pdm systems
JP2004295560A (en) * 2003-03-27 2004-10-21 Fujitsu Ltd Part information management program and part information management device
JP2007280327A (en) * 2006-04-12 2007-10-25 Fujitsu Ltd Creation system and creation/management method of component configuration table
JP2010020362A (en) * 2008-07-08 2010-01-28 Hitachi Engineering & Services Co Ltd Changed parts list of three-dimensional cad data generating device
JP2010113425A (en) * 2008-11-04 2010-05-20 Hitachi Ltd Manufacturing information management method and manufacturing information management system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0962730A (en) * 1995-08-30 1997-03-07 Sanyo Electric Co Ltd Product constitution information generating method
JPH11213007A (en) * 1998-01-23 1999-08-06 Canon Inc Method and device for displaying parts constitution information of product
JPH11353349A (en) * 1998-06-10 1999-12-24 Hitachi Ltd Generating method for hierarchical structure data base
JP2003030256A (en) * 2001-07-17 2003-01-31 Mitsubishi Electric Corp Device, method and program for managing product information and recording medium recorded with product information management program
JP2003316834A (en) * 2002-04-22 2003-11-07 Hitachi Ltd Linkage system of 3d-cad and pdm systems
JP2004295560A (en) * 2003-03-27 2004-10-21 Fujitsu Ltd Part information management program and part information management device
JP2007280327A (en) * 2006-04-12 2007-10-25 Fujitsu Ltd Creation system and creation/management method of component configuration table
JP2010020362A (en) * 2008-07-08 2010-01-28 Hitachi Engineering & Services Co Ltd Changed parts list of three-dimensional cad data generating device
JP2010113425A (en) * 2008-11-04 2010-05-20 Hitachi Ltd Manufacturing information management method and manufacturing information management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102025239B1 (en) * 2018-11-21 2019-09-25 한화시스템 주식회사 Method for automatic generating of auto-cad files

Also Published As

Publication number Publication date
JP5359994B2 (en) 2013-12-04

Similar Documents

Publication Publication Date Title
KR101512084B1 (en) Web search system for providing 3 dimensional web search interface based virtual reality and method thereof
US8810576B2 (en) Manipulation and management of links and nodes in large graphs
EP2249262A2 (en) Visual hierarchy explorer
US20120120086A1 (en) Interactive and Scalable Treemap as a Visualization Service
Dwyer et al. Exploration of networks using overview+ detail with constraint-based cooperative layout
JP2004288170A (en) Three-dimensional model retrieval method and system
Guerrero et al. PATEX: Exploring pattern variations
JP2021532497A (en) Visualization method, equipment and recording medium for multi-source earth observation image processing
Cuillière et al. Towards the integration of topology optimization into the cad process
JP5898584B2 (en) Hexahedral mesh generator
CN114359501B (en) Configurable 3D visualization platform and scene construction method
JP6112968B2 (en) Command generation method, apparatus, and program
CN117493427B (en) Data large screen generation method and system based on AI large language model
KR101614792B1 (en) Production system of 3d infographic for big data visualization
KR101910179B1 (en) Web-based chart library system for data visualization
JP5359994B2 (en) Drawing creation support device
Baudel Browsing through an information visualization design space
JP5298616B2 (en) Information presenting apparatus, information presenting method, and information presenting program
JP4902567B2 (en) Work procedure manual creation system and work procedure manual creation program
JP5948479B1 (en) System, method and computer software program for displaying and operating two-dimensional or three-dimensional object data
Xia et al. Improvement of virtual EAST system based on WebVR
JP5714472B2 (en) Product information management apparatus, method, and program
JP4958073B2 (en) Evaluation system, evaluation method, and evaluation program
Shi et al. A new interactive information visualization framework based on the object-oriented views of querying and visualizing databases
JP4949001B2 (en) Image processing apparatus, program, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130122

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130726

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130819

R150 Certificate of patent or registration of utility model

Ref document number: 5359994

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees