JP3615230B2 - CAD system - Google Patents

CAD system Download PDF

Info

Publication number
JP3615230B2
JP3615230B2 JP08912393A JP8912393A JP3615230B2 JP 3615230 B2 JP3615230 B2 JP 3615230B2 JP 08912393 A JP08912393 A JP 08912393A JP 8912393 A JP8912393 A JP 8912393A JP 3615230 B2 JP3615230 B2 JP 3615230B2
Authority
JP
Japan
Prior art keywords
display
cursor
menu
displayed
window
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP08912393A
Other languages
Japanese (ja)
Other versions
JPH06282402A (en
Inventor
明人 小沢
悟 野川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mutoh Industries Ltd
Original Assignee
Mutoh Industries Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mutoh Industries Ltd filed Critical Mutoh Industries Ltd
Priority to JP08912393A priority Critical patent/JP3615230B2/en
Publication of JPH06282402A publication Critical patent/JPH06282402A/en
Application granted granted Critical
Publication of JP3615230B2 publication Critical patent/JP3615230B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)

Description

【0001】
【産業上の利用分野】
本発明は、CADシステムにおいて図形要素の選択後のパラメータ設定に使用されるメニューの表示方法に関する。
【0002】
【従来の技術】
CADシステムでは、システムに対して種々の操作及び処理を指示する際に、線種、文字の大きさ、尺度等のパラメータを設定することがある。この種のパラメータは、通常、表示画面には全く表示されないか、表示画面のごく狭い固定的な領域に表示されることが多い。しかし、設定すべきパラメータの数が多い場合には、全てのパラメータを表示することが困難であるため、パラメータ設定に係る対象要素が選択されたときに、選択的にパラメータ設定用のメニューを表示するようにしたシステムも知られている。
従来、この種のメニューは、表示画面の固定的な位置に表示されるのが一般的である。また、パラメータ設定に使用されるカーソルの移動量を極力少なくするために、カーソルの位置の近傍にパラメータ設定用のメニューを表示させるようにしたシステムも知られている。
【0003】
【発明が解決しようとする課題】
しかしながら、上述した従来のメニュー表示方法では、パラメータ設定用のメニューが表示画面の固定的位置かカーソル位置の近傍に表示されるので、選択要素がメニューの下に隠れてしまうことがある。特に後者のばあいには、要素選択した位置にメニューが現われるので、選択要素は必然的にメニューの下に隠れてしまう。このため、選択された要素を画面上で確認しながらパラメータ設定を行うことが困難になるという問題点がある。
【0004】
本発明はこのような問題点を解決するためになされたもので、選択要素を画面上で確認しながら、パラメータ設定用のメニューによって上記選択要素のパラメータを設定することができるCADシステムを提供することを目的とする。
【0005】
【課題を解決するための手段】
本発明は、位置情報を入力する入力手段と、この入力手段からの位置情報に基づいてカーソルの位置を識別するカーソル位置識別手段と、編集対象の図形要素を表示すると共に前記カーソル位置識別手段で識別された位置にカーソルを表示する表示手段と、前記カーソル位置識別手段で識別されたカーソルの位置の近傍に存在する図形要素を選択し選択要素とする要素選択手段と、この要素選択手段から与えられる選択要素の情報から前記選択要素の存在領域を識別し前記表示手段に表示された表示データのうち前記選択要素の存在領域の表示データを切り出すウィンドウ表示要素切出手段と、このウィンドウ表示要素切出手段で切り出された表示データと前記選択要素のパラメータを設定するためのメニューとを前記表示手段に同時に表示させると共に前記メニューによるパラメータの変更入力に応じて前記同時に表示された選択要素の表示データの表示形態を変化させる表示制御手段とを備えたことを特徴とする。
【0006】
【作用】
本発明によれば、メニューにウィンドウを設け、このウィンドウ内に前記対象要素を表示するようにしたので、対象要素を画面上で確認しながらメニューを使用してパラメータ設定操作を行うことができる。
【0007】
【実施例】
以下、添付の図面を参照してこの発明の実施例について説明する。
図1はこの発明の実施例に係るCADシステムの機能ブロック図である。
入力装置1は、マウス等のポインティングデバイスやキーボード等のコード入力手段を含む。入力装置1のマウス等からの位置情報は、カーソル位置識別部2に入力され、マウス等によって操作されるカーソルの位置が識別される。カーソル位置識別部2の位置識別結果は、表示制御部3に与えられ、ディスプレイ4の識別された位置にカーソルが表示されるようになっている。カーソル位置識別部2からの位置識別結果は、要素選択部5及びコマンド実行部6にも供給されている。要素選択部5は、カーソル位置識別部2で識別されたカーソルの位置の近傍に存在する図形要素をCAD処理部7から選択し、その図形要素を選択要素とする。コマンド実行部6は、カーソル位置識別部2で識別されたカーソル位置に表示されているコマンドを実行し、CAD処理部7に対して指定された処理を施す。
【0008】
また、ウィンドウ表示要素切出部8は、要素選択部5から与えられる選択要素の情報から選択要素の存在領域を識別し、表示制御部3に供給されている表示データのうち、上記選択要素の存在領域の表示データを切り出す。切り出された表示データは、ダイアログメニュー表示制御部9に与えられている。ダイアログメニュー表示制御部9は、内部にウィンドウを含むダイアログメニューの表示情報を備えている。そして、ダイアログメニュー表示制御部9は、上記切り出された表示データをダイアログメニューに用意されているウィンドウの大きさに適宜拡大・縮小したのちウィンドウの部分に貼り付け、その他の表示情報と共に表示制御部3に与える。これにより、ディスプレイ4の所定位置にウィンドウを有するダイアログメニューが表示されるようになっている。
なお、出力装置10は、CAD処理部7の制御に従って図面を出力するプロッタ等の出図装置である。
【0009】
図2は、このCADシステムのディスプレイ4に表示される画面の一例を示す図である。
画面11は、図形表示領域12、メインメニュー13及びメッセージ表示ライン14を備えて構成されている。この例は、寸法線の付加操作時の表示例を示したもので、図中点線で囲まれた部分が編集の対象となっている対象要素15である。この対象要素15には、端点距離の自動認識のために選択された選択要素16、寸法線の位置を指定するためのカーソル17及び寸法線の位置を示す補助線18等を含む。即ち、対象要素15には、編集操作時にダイレクトに変化したり、操作対象となっている部分の全てを含んでいる。
【0010】
メッセージ表示ライン14に表示された“寸法線の位置を指定して下さい。”というメッセージに従って、オペレータが寸法線の位置をマウスのクリック操作等で確定すると、次に図3に示すように、対象要素15に関するパラメータを設定するためのダイアログメニュー19が表示される。このとき、ダイアログメニュー19の表示位置は、予め固定された位置でも良いし、カーソルの移動量を少なくするために、カーソル17の位置に表示するようにしてもよい。
【0011】
図3に示すように、ダイアログメニュー19が表示されると、対象要素15がこのダイアログメニュー19の下に隠れてしまうことがある。このため、このシステムでは、ダイアログメニュー19の一部にウィンドウ20を設け、このウィンドウ20に対象要素15を表示するようにしている。
【0012】
図4は、ダイアログメニュー19の一例を示す図である。このダイアログメニュー19には、上述したウィンドウ20のほかに、記入する寸法線のパラメータとして、端点距離の測定のための点選択を自動認識を行うこと、ペン番号が1番の白であること、表示色が5番の水色であること、ピッチが標準ピッチであること、線種が実線であること、寸法形式が「Value 」であること、文字サイズが3.2mmであること、端末記号が内開矢1であること等が設定されている。これらのパラメータを変更する場合には、ダイアログメニュー19の必要なパラメータをカーソル17で選択し、設定値を変更すればよい。パラメータが変更されると、それに応じてウィンドウ20に表示された対象要素15の表示形態も変化する。
【0013】
【発明の効果】
以上述べたように、本発明によれば、メニューにウィンドウを設け、このウィンドウ内に対象要素を表示するようにしたので、対象要素を画面上で確認しながらメニューを使用してパラメータ設定操作を行うことができるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の実施例に係るCADシステムの機能ブロック図である。
【図2】同システムにおける表示画面の一例を示す図である。
【図3】同システムにおける表示画面の一例を示す図である。
【図4】同表示画面におけるダイアログメニューの表示例を拡大して示す図である。
【符号の説明】
1…入力装置、2…カーソル位置識別部、3…表示制御部、4…ディスプレイ、5…要素選択部、6…コマンド実行部、7…CAD処理部、8…ウィンドウ表示要素切出部、9…ダイアログメニュー表示制御部、10…出力装置、11…画面、12…図形表示領域、13…メインメニュー、14…メッセージ表示ライン、15…対象要素、16…選択要素、17…カーソル、18…補助線、19…ダイアログメニュー、20…ウィンドウ。
[0001]
[Industrial application fields]
The present invention relates to a menu display method used for parameter setting after selection of a graphic element in a CAD system.
[0002]
[Prior art]
In a CAD system, parameters such as line type, character size, and scale may be set when various operations and processes are instructed to the system. This type of parameter is usually not displayed at all on the display screen or is often displayed in a very narrow fixed area of the display screen. However, when there are a large number of parameters to be set, it is difficult to display all the parameters, so when a target element related to parameter setting is selected, a parameter setting menu is selectively displayed. Systems that do this are also known.
Conventionally, this type of menu is generally displayed at a fixed position on the display screen. In addition, a system is also known in which a parameter setting menu is displayed in the vicinity of the cursor position in order to minimize the amount of movement of the cursor used for parameter setting.
[0003]
[Problems to be solved by the invention]
However, in the conventional menu display method described above, the parameter setting menu is displayed at a fixed position on the display screen or in the vicinity of the cursor position, so that the selected element may be hidden under the menu. Especially in the latter case, the menu appears at the position where the element is selected, and the selected element is necessarily hidden under the menu. For this reason, there is a problem that it is difficult to set parameters while confirming the selected element on the screen.
[0004]
The present invention has been made to solve the above problems, provides a CAD system capable of making sure the selected element on the screen, you set the parameters of the selected element by the menu for setting parameters The purpose is to do.
[0005]
[Means for Solving the Problems]
The present invention provides an input means for inputting position information, a cursor position identifying means for identifying the position of the cursor based on the position information from the input means, a graphic element to be edited, and the cursor position identifying means. A display means for displaying a cursor at the identified position, an element selection means for selecting a graphic element existing in the vicinity of the cursor position identified by the cursor position identification means as a selection element, and an element selection means Window display element cutting means for identifying the existing area of the selected element from the selected element information and cutting out the display data of the existing area of the selected element from the display data displayed on the display means; Display data cut out by the output means and a menu for setting the parameter of the selected element are simultaneously displayed on the display means. Characterized by comprising a display control means for changing a display form of the display data of the selected elements the displayed simultaneously in accordance with the change input parameters by the menu causes.
[0006]
[Action]
According to the present invention, since a window is provided in a menu and the target element is displayed in the window, a parameter setting operation can be performed using the menu while checking the target element on the screen.
[0007]
【Example】
Embodiments of the present invention will be described below with reference to the accompanying drawings.
FIG. 1 is a functional block diagram of a CAD system according to an embodiment of the present invention.
The input device 1 includes a pointing device such as a mouse and code input means such as a keyboard. Position information from the mouse or the like of the input device 1 is input to the cursor position identification unit 2, and the position of the cursor operated by the mouse or the like is identified. The position identification result of the cursor position identification unit 2 is given to the display control unit 3 so that the cursor is displayed at the identified position on the display 4. The position identification result from the cursor position identification unit 2 is also supplied to the element selection unit 5 and the command execution unit 6. The element selection unit 5 selects a graphic element existing in the vicinity of the cursor position identified by the cursor position identification unit 2 from the CAD processing unit 7, and sets the graphic element as a selection element. The command execution unit 6 executes the command displayed at the cursor position identified by the cursor position identification unit 2 and performs a designated process on the CAD processing unit 7.
[0008]
Further, the window display element cutting unit 8 identifies the existence area of the selected element from the information of the selected element given from the element selecting unit 5, and among the display data supplied to the display control unit 3, Cut out the display data of the existing area. The cut display data is given to the dialog menu display control unit 9. The dialog menu display control unit 9 includes display information of a dialog menu including a window therein. Then, the dialog menu display control unit 9 appropriately enlarges / reduces the cut-out display data to the size of the window prepared in the dialog menu, and then pastes it on the window part, together with other display information, the display control unit Give to 3. Thus, a dialog menu having a window at a predetermined position on the display 4 is displayed.
The output device 10 is a plotting device such as a plotter that outputs a drawing according to the control of the CAD processing unit 7.
[0009]
FIG. 2 is a diagram showing an example of a screen displayed on the display 4 of this CAD system.
The screen 11 includes a graphic display area 12, a main menu 13, and a message display line 14. This example shows a display example at the time of adding a dimension line, and a portion surrounded by a dotted line in the figure is a target element 15 to be edited. The target element 15 includes a selection element 16 selected for automatic recognition of the end point distance, a cursor 17 for designating the position of the dimension line, an auxiliary line 18 indicating the position of the dimension line, and the like. In other words, the target element 15 includes all of the portions that are directly changed during the editing operation or that are the operation target.
[0010]
When the operator confirms the position of the dimension line by clicking the mouse or the like in accordance with the message “Specify the position of the dimension line” displayed on the message display line 14, as shown in FIG. A dialog menu 19 for setting parameters related to the element 15 is displayed. At this time, the display position of the dialog menu 19 may be a fixed position in advance, or may be displayed at the position of the cursor 17 in order to reduce the amount of movement of the cursor.
[0011]
As shown in FIG. 3, when the dialog menu 19 is displayed, the target element 15 may be hidden under the dialog menu 19. For this reason, in this system, a window 20 is provided in a part of the dialog menu 19 and the target element 15 is displayed in the window 20.
[0012]
FIG. 4 is a diagram illustrating an example of the dialog menu 19. In this dialog menu 19, in addition to the window 20 described above, as a parameter of the dimension line to be entered, the point selection for measuring the end point distance is automatically recognized, the pen number is white, The display color is light blue, the pitch is a standard pitch, the line type is a solid line, the dimensional format is “Value”, the character size is 3.2 mm, and the terminal symbol is It is set to be inner open arrow 1 or the like. In order to change these parameters, a necessary parameter in the dialog menu 19 is selected with the cursor 17 and the set value may be changed. When the parameter is changed, the display form of the target element 15 displayed in the window 20 is changed accordingly.
[0013]
【The invention's effect】
As described above, according to the present invention, the window is provided in the menu and the target element is displayed in the window. Therefore, the parameter setting operation is performed using the menu while checking the target element on the screen. There is an effect that it can be performed.
[Brief description of the drawings]
FIG. 1 is a functional block diagram of a CAD system according to an embodiment of the present invention.
FIG. 2 is a diagram showing an example of a display screen in the system.
FIG. 3 is a diagram showing an example of a display screen in the system.
FIG. 4 is an enlarged view showing a display example of a dialog menu on the same display screen.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Input device, 2 ... Cursor position identification part, 3 ... Display control part, 4 ... Display, 5 ... Element selection part, 6 ... Command execution part, 7 ... CAD process part, 8 ... Window display element extraction part, 9 ... dialog menu display control unit, 10 ... output device, 11 ... screen, 12 ... graphic display area, 13 ... main menu, 14 ... message display line, 15 ... target element, 16 ... selected element, 17 ... cursor, 18 ... auxiliary Line, 19 ... dialog menu, 20 ... window.

Claims (1)

位置情報を入力する入力手段と、
この入力手段からの位置情報に基づいてカーソルの位置を識別するカーソル位置識別手段と、
編集対象の図形要素を表示すると共に前記カーソル位置識別手段で識別された位置にカーソルを表示する表示手段と、
前記カーソル位置識別手段で識別されたカーソルの位置の近傍に存在する図形要素を選択し選択要素とする要素選択手段と、
この要素選択手段から与えられる選択要素の情報から前記選択要素の存在領域を識別し前記表示手段に表示された表示データのうち前記選択要素の存在領域の表示データを切り出すウィンドウ表示要素切出手段と、
このウィンドウ表示要素切出手段で切り出された表示データと前記選択要素のパラメータを設定するためのメニューとを前記表示手段に同時に表示させると共に前記メニューによるパラメータの変更入力に応じて前記同時に表示された選択要素の表示データの表示形態を変化させる表示制御手段と
を備えたことを特徴とするCADシステム
An input means for inputting position information;
Cursor position identifying means for identifying the position of the cursor based on position information from the input means;
Display means for displaying a graphic element to be edited and displaying a cursor at a position identified by the cursor position identifying means;
An element selection means for selecting a graphic element existing in the vicinity of the position of the cursor identified by the cursor position identification means as a selection element;
Window display element cutting means for identifying the existing area of the selected element from the information of the selected element given from the element selecting means and cutting out the display data of the existing area of the selected element from the display data displayed on the display means; ,
The display data cut out by the window display element cutting means and the menu for setting the parameter of the selected element are displayed on the display means at the same time, and are displayed at the same time according to the parameter change input by the menu. Display control means for changing a display form of display data of the selected element;
CAD systems comprising the.
JP08912393A 1993-03-24 1993-03-24 CAD system Expired - Lifetime JP3615230B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP08912393A JP3615230B2 (en) 1993-03-24 1993-03-24 CAD system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP08912393A JP3615230B2 (en) 1993-03-24 1993-03-24 CAD system

Publications (2)

Publication Number Publication Date
JPH06282402A JPH06282402A (en) 1994-10-07
JP3615230B2 true JP3615230B2 (en) 2005-02-02

Family

ID=13962116

Family Applications (1)

Application Number Title Priority Date Filing Date
JP08912393A Expired - Lifetime JP3615230B2 (en) 1993-03-24 1993-03-24 CAD system

Country Status (1)

Country Link
JP (1) JP3615230B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003050831A (en) * 2001-08-06 2003-02-21 Komatsu Wall System Development Co Ltd Management method for drawing information and device therefor

Also Published As

Publication number Publication date
JPH06282402A (en) 1994-10-07

Similar Documents

Publication Publication Date Title
US7721255B2 (en) Sequence program editing apparatus
EP0814432A1 (en) Composite picture editing device
JPH06105455B2 (en) Method and system for generating manufacturing process plans
JP3615230B2 (en) CAD system
CN115526015B (en) Command interaction-based power grid diagram generation method, device, medium and equipment
EP0355166A1 (en) Picture element correction method
US5113338A (en) Similar shape part program creation method
JPH06282401A (en) Menu display method
JPH04370806A (en) Programmable control and its display method, display method, and programming device
JPH01316804A (en) Contour shape defining method
CA1281140C (en) Managing object relationships
JPH08202856A (en) Picture processing method
JP3201461B2 (en) Processing of processed figures
JPH0580814A (en) Programming device for programmable controller
KR960029945A (en) Apparatus and method for editing a figure
JP3674905B2 (en) Document editing device
JPH103516A (en) Method and device for processing information
EP0331759A1 (en) Automatic programming device
JPH077839U (en) Numerical control device
JP3416171B2 (en) Graph processing apparatus and method
JPH0916218A (en) Programming device of programmable controller, and its sequence program preparing method
JPH0628350A (en) Document editing device
JPH1021228A (en) Document editing device
JPH044473A (en) Drawing device
JPH05101044A (en) Document processor

Legal Events

Date Code Title Description
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: 20041005

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041029

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20071112

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20081112

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20091112

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20091112

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20101112

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111112

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20111112

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20131112

Year of fee payment: 9