JP2021108032A - Information processing device and its processing method and program - Google Patents

Information processing device and its processing method and program Download PDF

Info

Publication number
JP2021108032A
JP2021108032A JP2019239348A JP2019239348A JP2021108032A JP 2021108032 A JP2021108032 A JP 2021108032A JP 2019239348 A JP2019239348 A JP 2019239348A JP 2019239348 A JP2019239348 A JP 2019239348A JP 2021108032 A JP2021108032 A JP 2021108032A
Authority
JP
Japan
Prior art keywords
point
line information
line
information
points
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.)
Pending
Application number
JP2019239348A
Other languages
Japanese (ja)
Inventor
今泉 雅裕
Masahiro Imaizumi
雅裕 今泉
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Priority to JP2019239348A priority Critical patent/JP2021108032A/en
Publication of JP2021108032A publication Critical patent/JP2021108032A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Numerical Control (AREA)

Abstract

To efficiently create a line segment from a point cloud.MEANS FOR SOLVING THE PROBLEM: An information processing device provided with a CAD application, for example, includes: designation means for designating a start point and an end point in a point cloud; line information determining means for determining line information connecting points by using an intersection of a circle centered on a plurality of approximate target points in the point cloud; and creation control means for creating and controlling a line segment from the start point to the end point designated by the designation means according to the line information determined by the line information determination means.SELECTED DRAWING: Figure 3

Description

点群から線分を生成する情報処理装置とその処理方法、プログラム。 An information processing device that generates line segments from a point cloud, its processing method, and a program.

従来から、カメラを用いて物体を撮影して、物体のエッジの点群を用いて物体の輪郭を抽出する技術が存在する(例えば、特許文献1)。 Conventionally, there has been a technique of photographing an object with a camera and extracting the outline of the object using a point cloud of the edge of the object (for example, Patent Document 1).

そして、これらの点群を用いて、CAD上で加工線を作成することが行われている。これはNC加工機で加工する場合に用いるもので、NC加工機で扱うために円弧や直線で定義する必要がある。このNC加工機で円弧や直線を定義する技術としては、特許文献2などがある。 Then, a processed line is created on CAD using these point clouds. This is used when processing with an NC processing machine, and it is necessary to define it as an arc or a straight line in order to handle it with an NC processing machine. As a technique for defining an arc or a straight line with this NC processing machine, there is Patent Document 2 and the like.

特開2016−61687号公報Japanese Unexamined Patent Publication No. 2016-61687 特開2017−16654号公報Japanese Unexamined Patent Publication No. 2017-16654

しかしながら、上記の通り、点群のままでは直線や円弧として定義することができないため、直線や円弧に変換する必要がある。CAD上で点群を直線・円弧として近似する必要があるが、この作業をする際どこまでが直線でどこまでが円弧であるかを決定することが求められる。 However, as described above, since the point cloud cannot be defined as a straight line or an arc as it is, it is necessary to convert it into a straight line or an arc. It is necessary to approximate the point cloud as a straight line / arc on CAD, but when performing this work, it is required to determine how far the straight line is and how far the arc is.

これらは、まずCAD上で直線を引きその直線に点が重なるかどうかを見て、直線部でよいかを確認する作業や円弧を引きその円弧に点が重なるかどうか、またどこまで直線や円弧になるのかを確認しながら、作業者の経験と勘に基づいて行われており、大変な時間を要していた。 For these, first draw a straight line on CAD and see if the points overlap the straight line, check if the straight line is okay, draw an arc and see if the points overlap the arc, and how far the straight line or arc will be. It took a lot of time because it was done based on the experience and intuition of the workers while confirming whether it would be possible.

そこで、本発明の目的は、点群から効率よく線分を作成する仕組みを提供することである。 Therefore, an object of the present invention is to provide a mechanism for efficiently creating a line segment from a point cloud.

点群における始点と終点を指定する指定手段と、前記点群において近似する複数の対象点を中心とした円の交点を用いて、点を結ぶ線情報を決定する線情報決定手段と、前記線情報決定手段で決定された線情報に従って、前記指定手段で指定された始点から終点までの線分を作成制御する作成制御手段とを備えることを特徴とする。 A line information determining means for determining line information connecting points by using a designation means for designating a start point and an end point in a point group, and an intersection of circles centered on a plurality of target points to be approximated in the point group, and the line. It is characterized by including a creation control means for creating and controlling a line segment from a start point to an end point designated by the designated means according to the line information determined by the information determining means.

本発明によれば、点群から効率よく線分を作成することができる。 According to the present invention, a line segment can be efficiently created from a point cloud.

本発明の実施形態におけるCADシステム100の一例を示す構成図である。It is a block diagram which shows an example of the CAD system 100 in embodiment of this invention. 情報処理装置101及びサーバ102のハードウェア構成の一例を示す構成図である。It is a block diagram which shows an example of the hardware composition of the information processing apparatus 101 and the server 102. 点群から線分を作成する全体処理を示すフローチャートである。It is a flowchart which shows the whole process which creates a line segment from a point cloud. 近似円弧を算出する処理を示すフローチャートである。It is a flowchart which shows the process of calculating an approximate arc. 円弧や直線作成制御処理を示すフローチャートである。It is a flowchart which shows the arc or straight line creation control processing. パラメータ入力画面を示す図である。It is a figure which shows the parameter input screen. 点群表と近傍点の整理表のデータの一例を示す図である。It is a figure which shows an example of the data of the point group table and the rearrangement table of a neighborhood point. 探索方法の一例を示す図である。It is a figure which shows an example of the search method. 交点の算出処理の一例を示す図である。It is a figure which shows an example of the calculation process of an intersection point. 近似円弧の計算時の整理表と点群の近傍点整理表のデータの一例を示す図である。It is a figure which shows an example of the data of the rearranging table at the time of calculation of an approximate arc and the neighborhood point rearranging table of a point cloud. Point00001からPoint00006までの円弧または直線(線分)を作成したイメージ図である。It is an image diagram which created the arc or the straight line (line segment) from Point00001 to Point00006. CADアプリケーションの所定のレイヤーに円弧や直線が作成されたイメージ図である。It is an image diagram in which an arc or a straight line is created in a predetermined layer of a CAD application.

以下、図面を参照して、本発明の実施の形態の一例について説明する。 Hereinafter, an example of the embodiment of the present invention will be described with reference to the drawings.

図1は、本発明のCADシステム100のシステム構成の一例を示す図である。本発明のCADシステム100は、クライアントPC(情報処理装置)101、サーバ102が設置されており、それら装置はLAN(Local Area Network)等のネットワーク103を介して相互にデータ通信可能に接続されている。図1のネットワーク103上に接続される各種端末あるいはサーバの構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。 FIG. 1 is a diagram showing an example of a system configuration of the CAD system 100 of the present invention. In the CAD system 100 of the present invention, a client PC (information processing device) 101 and a server 102 are installed, and these devices are connected to each other via a network 103 such as a LAN (Local Area Network) so that data can be communicated with each other. There is. The configuration of various terminals or servers connected on the network 103 of FIG. 1 is an example, and it goes without saying that there are various configuration examples depending on the application and purpose.

情報処理装置101は、オペレーティングシステム上でCADアプリケーションとアドオンツール(点群近似線作成プログラム)を実行する装置である。CADアプリケーションとアドオンツール(点群近似線作成プログラム)は後述する図2のROM202または外部メモリ211に記憶されており、ユーザからの指示に応じて、CPU201がRAM203に読み出して各種動作を行う。すなわち、2次元図面(設計図)を表示するアプリケーションとオペレーティングシステムを有する情報処理装置の一例を示す。 The information processing device 101 is a device that executes a CAD application and an add-on tool (point cloud approximation line creation program) on the operating system. The CAD application and the add-on tool (point cloud approximation line creation program) are stored in the ROM 202 or the external memory 211 of FIG. 2, which will be described later, and the CPU 201 reads them into the RAM 203 and performs various operations in response to an instruction from the user. That is, an example of an information processing device having an application for displaying a two-dimensional drawing (design drawing) and an operating system is shown.

オペレーティングシステムは、情報処理装置101を動作させるための基本的なアプリケーションである。オペレーティングシステム上でCADアプリケーションやアドオンツール(点群近似線作成プログラム)、その他各種プログラムを動作させることができる。 The operating system is a basic application for operating the information processing device 101. CAD applications, add-on tools (point cloud approximation line creation programs), and various other programs can be run on the operating system.

CADアプリケーションは、ユーザからの操作に応じて、設計物の立体形状を示す3次元モデルの作成や構築、また3次元モデルに基づく2次元図面の作成を行う。 The CAD application creates and constructs a three-dimensional model showing the three-dimensional shape of the design object, and creates a two-dimensional drawing based on the three-dimensional model in response to an operation from the user.

アドオンツール(点群近似線作成プログラム)は、CADアプリケーションで表示された点群情報をCADアプリケーションから取得する。この取得には、アドオンツール(点群近似線作成プログラム)がCADアプリケーションのAPIを実行して取得する。取得した点群情報をもとに、描画する線を決定し、CADアプリケーションのAPIを用いて、CADアプリケーション上で線を作成する。 The add-on tool (point cloud approximation line creation program) acquires the point cloud information displayed by the CAD application from the CAD application. For this acquisition, an add-on tool (point cloud approximation line creation program) executes the API of the CAD application to acquire it. The line to be drawn is determined based on the acquired point cloud information, and the line is created on the CAD application using the API of the CAD application.

このように、アドオンツール(点群近似線作成プログラム)は、CADアプリケーションに備えられた各種APIを用いて指示を出力することが可能なプログラムである。アドオンツール(点群近似線作成プログラム)は、CADアプリケーションのアドオン(アドイン)のプログラムであることが望ましいが、CADアプリケーションにもともと備わる機能としてもよいことは言うまでもない。 As described above, the add-on tool (point cloud approximation line creation program) is a program capable of outputting instructions using various APIs provided in the CAD application. The add-on tool (point cloud approximation line creation program) is preferably an add-on (add-in) program of the CAD application, but it goes without saying that the add-on tool (point cloud approximation line creation program) may be a function originally provided in the CAD application.

サーバ102は、情報処理装置101で作成された各種データ(3次元モデルや2次元図面、点群を記憶した図面)を記憶管理する装置である。サーバ102にはファイル管理アプリケーションが動作している。 The server 102 is a device that stores and manages various data (three-dimensional model, two-dimensional drawing, drawing that stores a point cloud) created by the information processing device 101. A file management application is running on the server 102.

尚、情報処理装置101が、サーバ102の構成を含んでもよいし、サーバ102が情報処理装置101の構成を含んでもよい。また、本実施形態においては、情報処理装置101に各種データが記憶され、ユーザからの操作によって動作させる形態に基づいて説明を行う。 The information processing device 101 may include the configuration of the server 102, or the server 102 may include the configuration of the information processing device 101. Further, in the present embodiment, various data are stored in the information processing device 101, and the description will be given based on a mode in which the information processing device 101 is operated by an operation from the user.

図2は、本発明の実施形態における各種端末のハードウェア構成を示す図である。 FIG. 2 is a diagram showing a hardware configuration of various terminals according to the embodiment of the present invention.

CPU201は、システムバス204に接続される各デバイスやコントローラを統括的に制御する。 The CPU 201 comprehensively controls each device and controller connected to the system bus 204.

また、ROM202あるいは外部メモリ211(記憶)には、CPU201の制御プログラムであるBIOS(Basic Input / OutputSystem)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。 Further, in the ROM 202 or the external memory 211 (storage), in order to realize the functions executed by the BIOS (Basic Input / Output System) and the operating system program (hereinafter, OS), which are the control programs of the CPU 201, and each server or each PC. Various programs, etc., which will be described later, required for the above are stored. The RAM 203 functions as a main memory, a work area, and the like of the CPU 201.

CPU201は、処理の実行に際して必要なプログラム等をRAM203にロードして、プログラムを実行することで各種動作を実現するものである。 The CPU 201 realizes various operations by loading a program or the like necessary for executing a process into the RAM 203 and executing the program.

また、入力コントローラ(入力C)205は、キーボード209や不図示のマウス等のポインティングデバイスからの入力を制御する。 Further, the input controller (input C) 205 controls the input from a pointing device such as a keyboard 209 or a mouse (not shown).

ビデオコントローラ(VC)206は、CRTディスプレイ(CRT)210等の表示器への表示を制御する。表示器はCRTだけでなく、液晶ディスプレイでも構わない。これらは必要に応じて管理者が使用するものである。 The video controller (VC) 206 controls the display on a display such as a CRT display (CRT) 210. The display may be not only a CRT but also a liquid crystal display. These are used by the administrator as needed.

メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピーディスク(登録商標 FD)或いはPCMCIAカードスロットにアダプタを介して接続されるカード型メモリ等の外部メモリ211へのアクセスを制御する。 The memory controller (MC) 207 is a hard disk (HD), floppy disk (registered trademark FD), or PCMCIA card slot for storing boot programs, browser software, various applications, font data, user files, editing files, various data, and the like. Controls access to an external memory 211 such as a card-type memory connected to the computer via an adapter.

通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。 The communication I / F controller (communication I / FC) 208 connects and communicates with an external device via a network, and executes communication control processing on the network. For example, Internet communication using TCP / IP is possible.

尚、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。 The CPU 201 enables display on the CRT 210 by, for example, executing an outline font expansion (rasterization) process in the display information area in the RAM 203. Further, the CPU 201 enables a user instruction with a mouse cursor or the like (not shown) on the CRT 210.

本発明の情報処理装置101が後述する各種処理を実行するために用いられる各種プログラム等は外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、本発明に係わるプログラムが用いる定義ファイルや各種情報テーブルは外部メモリ211に格納されている。 Various programs and the like used by the information processing apparatus 101 of the present invention to execute various processes described later are recorded in the external memory 211, and are executed by the CPU 201 by being loaded into the RAM 203 as needed. be. Further, the definition file and various information tables used by the program according to the present invention are stored in the external memory 211.

次に、図3〜図5を用いて、本実施形態における詳細な処理について説明する。なお、各ステップの処理は、各装置のCPU201が実行する。本実施形態では、クライアント端末101で処理は実行されるものとするが、サーバ102をクラウド環境として、サーバ102で処理を実行する形態であってもよい。 Next, detailed processing in this embodiment will be described with reference to FIGS. 3 to 5. The processing of each step is executed by the CPU 201 of each device. In the present embodiment, the processing is executed by the client terminal 101, but the processing may be executed by the server 102 with the server 102 as a cloud environment.

まず、図3は、点群から線分を作成する全体処理を示すフローチャートである。 First, FIG. 3 is a flowchart showing an overall process of creating a line segment from a point cloud.

ステップS301では、CADアプリケーションを起動し、点群情報が記録されているファイルを実行する。 In step S301, the CAD application is started and the file in which the point cloud information is recorded is executed.

ステップS302では、実行されたファイルをCADアプリケーションにて表示する。 In step S302, the executed file is displayed by the CAD application.

ステップS303では、CADアプリケーションのアドオンツールをユーザの操作に応じて起動する。起動した際の画面例が図6である。 In step S303, the add-on tool of the CAD application is started in response to the user's operation. FIG. 6 shows an example of a screen when the screen is started.

ステップS304では、アドオンツールの入力部からパラメータの入力を受け付ける。ここでパラメータの入力を、図6を用いて説明する。 In step S304, the input of the parameter is accepted from the input unit of the add-on tool. Here, the parameter input will be described with reference to FIG.

図6はパラメータ入力画面である。601は点群情報を表示した領域であり、602が実際の点群を表している。この点群602の中で近似円弧を作成するための基準となる点群605、始点606と終点607を選択する。603が始点を示し、604が終点を示す。なお、点群605では、247点の点群が選択されている。602で表示されている点群すべてが選択されても、一部の点群が選択されていてもよく、近似円弧を作成するために必要な点群が選択されていればよい。 FIG. 6 is a parameter input screen. 601 is an area where the point cloud information is displayed, and 602 represents the actual point cloud. In this point cloud 602, a point cloud 605, a start point 606, and an end point 607, which are reference points for creating an approximate arc, are selected. 603 indicates the start point and 604 indicates the end point. In the point cloud 605, a point cloud of 247 points is selected. All the point clouds displayed in 602 may be selected, or some point clouds may be selected, as long as the point clouds necessary for creating the approximate arc are selected.

そして、近似円弧を作成するために必要な設定として、探索円の最小半径608(例では、3mm)、探索円の最大半径609(例では、1000mm)、探索円の拡大ピッチ610(例では、3mm)、近似円弧中心の精度611(例では、0.5mm)を設定する。これらの設定は、点群から円弧の線情報を作成するために、設定する条件であり、条件設定処理の一例を示すものである。 Then, as the settings required to create the approximate arc, the minimum radius of the search circle is 608 (3 mm in the example), the maximum radius of the search circle is 609 (1000 mm in the example), and the expansion pitch of the search circle is 610 (in the example, 3 mm). 3 mm), the accuracy of the approximate arc center is set to 611 (0.5 mm in the example). These settings are conditions to be set in order to create line information of an arc from a point cloud, and show an example of condition setting processing.

その他、近似円弧を作成した際に用いるカラー設定(円弧や直線の色など)を行う。なお、点群の情報は、図7の点群表701に記録される。また、始点と終点の情報が登録されるものとする。その他、設定されたパラメータはRAMに記憶されるものとする。 In addition, set the color used when creating the approximate arc (color of arc or straight line, etc.). The point cloud information is recorded in the point cloud table 701 of FIG. In addition, it is assumed that information on the start point and the end point is registered. In addition, the set parameters shall be stored in the RAM.

各パラメータの意味は次の通りである。
・探索円の最小半径(mm):対象点の探索円の最小値
・探索円の最大半径(mm):対象点の探索円の最大値、これ以上の大きい半径は探索しない
・探索円の拡大ピッチ(mm):探索円の拡大ピッチ
・最小円弧長(mm):このパラメータを超える近似円弧のみ作成する
・近似円弧中心の精度(mm):交点と平均点との平均距離の許容値
・作成レイヤー:近似円弧と直線を作成するレイヤー
・作成レイヤーカラー:作成レイヤーの色
・円弧カラー:近似円弧の色
・直線カラー:直線の色
The meaning of each parameter is as follows.
-Minimum radius of search circle (mm): Minimum value of search circle of target point-Maximum radius of search circle (mm): Maximum value of search circle of target point, no larger radius is searched-Expansion of search circle Pitch (mm): Enlarged pitch of the search circle ・ Minimum arc length (mm): Create only approximate arcs that exceed this parameter ・ Accuracy of the center of the approximate arc (mm): Allowable value of the average distance between the intersection and the average point ・ Creation Layer: Layer to create approximate arc and straight line-Create layer color: Create layer color-Arc color: Approximate arc color-Straight color: Straight color

なお、始点606と終点607の選択が、点群における始点と終点を指定する指定処理の一例を示すものである。 The selection of the start point 606 and the end point 607 shows an example of the designation process for designating the start point and the end point in the point cloud.

ステップS305では、ステップS304で入力されたパラメータをもとに、近似円弧を算出する。算出の詳細については、図4を用いて後述する。線情報決定処理の一例を示すものである。 In step S305, an approximate arc is calculated based on the parameters input in step S304. The details of the calculation will be described later with reference to FIG. This is an example of line information determination processing.

ステップS306では、ステップS305の近似円弧の算出に基づき、CADアプリケーションで円弧や直線を作成するための作成制御を行う。作成制御の詳細については、図5を用いて後述する。線情報決定処理で決定された線情報に従って、指定処理で指定された始点から終点までの線分を作成制御する作成制御処理の一例を示すものである。 In step S306, based on the calculation of the approximate arc in step S305, creation control for creating an arc or a straight line in the CAD application is performed. The details of the creation control will be described later with reference to FIG. An example of a creation control process for creating and controlling a line segment from a start point to an end point specified in the designated process according to the line information determined in the line information determination process is shown.

ステップS307では、アドオンツールからの命令に従って、CADアプリケーションがCADアプリケーションの所定のレイヤーに円弧や直線を作成する。 In step S307, the CAD application creates an arc or a straight line on a predetermined layer of the CAD application according to an instruction from the add-on tool.

円弧や直線が作成されたイメージが図12である。説明の便宜上、点線で近似円弧部と直線部を付している。点群の情報から、ユーザの手間を大幅に減らして円弧や直線で必要な線分を作成することが可能となる。 An image in which an arc or a straight line is created is shown in FIG. For convenience of explanation, an approximate arc portion and a straight portion are attached by dotted lines. From the point cloud information, it is possible to significantly reduce the user's effort and create the required line segment with an arc or a straight line.

なお、円弧や直線かを識別可能にするため、図6のカラー設定の情報に従って線分を作成する。作成された円弧や直線が識別可能にCADアプリケーションで表示される。作成された線分は円弧の種別、直線の種別を有しており、この種別に応じて識別表示される。 A line segment is created according to the color setting information of FIG. 6 so that it can be identified as an arc or a straight line. The created arcs and straight lines are displayed in the CAD application so that they can be identified. The created line segment has a type of arc and a type of straight line, and is identified and displayed according to this type.

すなわち、作成制御された線分を線分の種別に従って識別可能に表示する表示処理の一例を示すものである。 That is, it shows an example of the display processing which displays the line segment created and controlled so as to be distinguishable according to the type of the line segment.

この線分のデータをNC加工機の制御に利用するデータに変換する。 The data of this line segment is converted into the data used for controlling the NC processing machine.

次に、図4を用いて、近似円弧を算出する処理を示すフローチャートについて説明する。 Next, a flowchart showing a process of calculating an approximate arc will be described with reference to FIG.

ステップS401では、近傍点の整理表を作成する。近傍点の整理表702への登録については、ステップS402以降で説明するが、概要は以下の通りである。 In step S401, a rearrangement table of neighborhood points is created. The registration of the neighborhood points in the rearranging table 702 will be described in steps S402 and subsequent steps, but the outline is as follows.

始点から点群表701の中で最小距離の点を探索し、近傍店整理表702に記録する。近傍点整理表702では、始点から終点までの順に各点の情報が記憶されている。「Pointオブジェクト」には各点のオブジェクト名称(ID)が記憶されており、「前近似曲線/直線」と「後近似曲線/直線」は、初めはすべてNULLとなっている。 The point with the shortest distance from the start point in the point group table 701 is searched for and recorded in the nearby store rearranging table 702. In the neighborhood point rearranging table 702, information on each point is stored in the order from the start point to the end point. The object name (ID) of each point is stored in the "Point object", and the "pre-approximate curve / straight line" and the "post-approximate curve / straight line" are all NULL at the beginning.

なお、最小距離の点の探索は、CADアプリケーションのAPIを用いて行うものとする。APIを用いない場合には、図8の探索方法を用いて行う。 The search for the minimum distance point shall be performed using the API of the CAD application. When API is not used, the search method shown in FIG. 8 is used.

ここで図8の探索方法について説明する。始点801から探索円802を徐々に広げていき(803のように拡大)、近傍点804を取得する。取得した点から同様に探索円を広げて、取得済みの点を対象外として終点まで近傍点を取得する。探索円を広げて同時に2点以上取得された場合は探索円の広げるピッチを細分化し、1点のみ取得できるまで実施する。 Here, the search method of FIG. 8 will be described. The search circle 802 is gradually expanded from the start point 801 (expanded like 803), and the neighborhood point 804 is acquired. Similarly, the search circle is expanded from the acquired points, and the acquired points are excluded from the target, and the neighboring points are acquired up to the end point. If the search circle is expanded and two or more points are acquired at the same time, the pitch at which the search circle is expanded is subdivided and the search is carried out until only one point can be acquired.

ステップS402では、上述した方法にて、まず始点の近傍点を探索する。所定の点に対応する近傍点を探索する探索処理の一例を示すものである。 In step S402, first, a point near the start point is searched by the method described above. This is an example of a search process for searching for a nearby point corresponding to a predetermined point.

ステップS403では、探索できた近傍点を近似円弧算出の対象点とする。対象点は、図9の901である。 In step S403, the searched neighborhood point is set as the target point for calculating the approximate arc. The target point is 901 in FIG.

ステップS404では、対象点の総数は3点以上かを判定する。はじめは、対象点は1点しかないので3点になるまで繰り返すように、ステップ417へ処理を移す。対象点が3点となった場合には、ステップS405へ処理を移す。 In step S404, it is determined whether the total number of target points is 3 or more. At first, since there is only one target point, the process is moved to step 417 so as to repeat until it reaches three points. When the number of target points is three, the process is moved to step S405.

ステップS405では、各対象点901の探索円(初回は最小値)との交点を算出する。探索処理で探索された複数の近傍点を用いた円から交点を決定する交点決定処理の一例を示すものである。 In step S405, the intersection of each target point 901 with the search circle (minimum value at the first time) is calculated. This is an example of an intersection determination process for determining an intersection from a circle using a plurality of neighboring points searched by the search process.

ここで、交点の算出処理について図9を用いて説明する。 Here, the calculation process of the intersection will be described with reference to FIG.

対象点901を中心に探索円を[入力された最小値(例えば0.05mm)]から[入力された拡ピッチ(例えば1mm)]ずつ拡大し、各対象点の弧探索円の交点911を取得する。交点は0〜2の範囲で取得される。全ての探索円の組合せで1以上の交点が取得された場合、探索円の同一組合せ以外の交点の組合せ(以降、交点組合せ)で、平均点910を計算する。組合せ交点の平均点と、交点と平均点との平均距離912を算出する。平均距離が[入力された近似円弧中心の精度(例えば、0.5)]より小さい場合、その平均点が近似円弧の中心点とする。精度より大きい場合には、近似円弧の中心点とはしない。 The search circle is expanded by [input minimum value (for example, 0.05 mm)] to [input widening pitch (for example, 1 mm)] around the target point 901, and the intersection 911 of the arc search circles of each target point is acquired. do. Intersections are acquired in the range 0-2. When one or more intersections are obtained for all combinations of search circles, an average point 910 is calculated for a combination of intersections other than the same combination of search circles (hereinafter referred to as an intersection combination). The average point of the combination intersection and the average distance 912 between the intersection and the average point are calculated. When the average distance is smaller than [the accuracy of the input approximate arc center (for example, 0.5)], the average point is set as the center point of the approximate arc. If it is larger than the accuracy, it is not used as the center point of the approximate arc.

以下、より詳細な例で説明する。
近似円弧探索円の交点組合せ(青−緑01, 青−赤01, 緑−赤01)(図9の905と907と909)の場合、青−緑01(24.7424, 1.7922)、青−赤01(26.217, 1.0876)、緑−赤01(27.9972, 1.6372)から平均点(26.318866,1.505666)となる。
Hereinafter, a more detailed example will be described.
In the case of the intersection points combination of the approximate arc search circles (blue-green 01, blue-red 01, green-red 01) (905, 907, and 909 in FIG. 9), blue-green 01 (24.7424, 1.7922), From blue-red 01 (26.217, 1.0876) and green-red 01 (27.9972, 1.6372), the average score (26.318866, 1.505666) is obtained.

そして、青−緑01と平均点との距離は「1.6878」、青−赤01と平均点との距離は「1.5993」、青−緑01と平均点との距離は「2.4241」となる。これらの距離から平均距離は「1.2370」となる。 The distance between the blue-green 01 and the average point is "1.6878", the distance between the blue-red 01 and the average point is "1.5993", and the distance between the blue-green 01 and the average point is "2. 4241 ”. From these distances, the average distance is "1.2370".

ここで、近似円弧中心の精度(0.5)<平均距離(1.2370)となるため、近似円弧の中心点としないようになる。 Here, since the accuracy of the center of the approximate arc (0.5) <the average distance (1.2370), it is not set as the center point of the approximate arc.

ステップS406では、すべての探索円の組合せの交点911は1以上かを判定する。1以上でない場合には、ステップS407へ処理を移し、交点911が1以上の場合、ステップS411へ処理を移す。 In step S406, it is determined whether the intersection 911 of all the combinations of search circles is 1 or more. If it is not 1 or more, the process is transferred to step S407, and if the intersection point 911 is 1 or more, the process is transferred to step S411.

ステップS407では、交点911がないため、探索円の半径をピッチ分増やす(拡大する)。 In step S407, since there is no intersection 911, the radius of the search circle is increased (expanded) by the pitch.

ステップS408では、探索円の半径は最大値より小さいかを判定する。小さい場合には、ステップS406へ処理を移す。小さくない場合、すなわち最大値より大きくなる場合には、ステップS409へ処理を移す。 In step S408, it is determined whether the radius of the search circle is smaller than the maximum value. If it is small, the process is moved to step S406. If it is not small, that is, if it is larger than the maximum value, the process is moved to step S409.

ステップS409では、交点が見つからないため、最後の対象点以外を対象から解放して、ステップS410へ処理を移す。ステップS414からの場合には、近似円弧の中心点としないため、最後の対象点以外を対象から解放して、ステップS410へ処理を移す。 In step S409, since the intersection cannot be found, the points other than the last target point are released from the target, and the process is moved to step S410. In the case from step S414, since it is not set as the center point of the approximate arc, the processing is moved to step S410 by releasing the points other than the last target point from the target.

ステップS410では、最後の対象点の近傍点を探索する。所定の点に対応する近傍点を探索する探索処理の一例を示すものである。 In step S410, a point near the last target point is searched. This is an example of a search process for searching for a nearby point corresponding to a predetermined point.

ステップS411では、交点の組合せを図10の近似円弧の計算時の整理表1001へ登録する。 In step S411, the combination of intersections is registered in the rearranging table 1001 at the time of calculation of the approximate arc of FIG.

ステップS412では、交点の組合せごとの平均点の座標を整理表1001へ登録する。 In step S412, the coordinates of the average points for each combination of intersections are registered in the rearranging table 1001.

ステップS413では、交点と平均点との平均距離を整理表1001へ登録する。 In step S413, the average distance between the intersection and the average point is registered in the rearranging table 1001.

ステップS414では、平均距離の最長値は精度の範囲内(精度より小さい)かを判定する。交点決定処理によって決定された交点の距離関係に従って、円弧の線情報とするかを決定する線情報決定処理の一例を示すものである。 In step S414, it is determined whether the longest value of the average distance is within the accuracy range (smaller than the accuracy). This is an example of the line information determination process for determining whether to use the line information of the arc according to the distance relationship of the intersections determined by the intersection determination process.

精度の範囲内であれば、ステップS415へ処理を移し、精度の範囲外であれば、ステップS409とする。 If it is within the accuracy range, the process is transferred to step S415, and if it is outside the accuracy range, step S409 is performed.

ステップS415では、円弧長は入力条件(最小円弧長611)に合致するかを判定する。入力条件に合致する(円弧が最小円弧長以上)場合にはステップS416に処理を移す。入力条件に合致しない場合(円弧が最小円弧長未満)には、円弧が短いことからステップS410へ処理を移す。 In step S415, it is determined whether the arc length matches the input condition (minimum arc length 611). If the input conditions are met (the arc is equal to or longer than the minimum arc length), the process is moved to step S416. If the input condition is not met (the arc is less than the minimum arc length), the process is moved to step S410 because the arc is short.

ステップS416では、対象点の近傍点整理表1002に、近似円弧の情報を登録する。登録された情報は点線で示す1003である。Point00001〜Point00003までが円弧となる。 In step S416, the information of the approximate arc is registered in the neighborhood point rearranging table 1002 of the target point. The registered information is 1003 shown by a dotted line. A circular arc is formed from Point00001 to Point00003.

なお、ステップS406〜S416が、点群において近似する複数の対象点を中心とした円の交点を用いて、点を結ぶ線情報を決定する線情報決定処理の一例を示すものである。また、交点決定処理によって決定された交点を用いて、点を結ぶ線情報を決定するものである。 It should be noted that steps S406 to S416 show an example of line information determination processing for determining line information connecting points by using the intersections of circles centered on a plurality of target points that are approximated in a point group. Further, the line information connecting the points is determined by using the intersections determined by the intersection determination process.

ステップS417では、対象点が終点でないかを判定する。終点であった場合には処理を終了し。終点でない場合には、ステップS410へ処理を移行する。 In step S417, it is determined whether the target point is not the end point. If it is the end point, the process ends. If it is not the end point, the process proceeds to step S410.

これで、近似円弧を算出した近傍点整理表ができあがり、この近傍点整理表に従って、円弧や直線が作成される。 This completes the neighborhood point rearranging table for which the approximate arc is calculated, and arcs and straight lines are created according to this neighborhood point rearranging table.

次に、図5を用いて、円弧や直線作成制御処理を示すフローチャートについて説明する。 Next, a flowchart showing the arc or straight line creation control process will be described with reference to FIG.

ステップS501では、近傍点整理表1002から近似円弧の情報を取得する。上述した通り、Point00001〜Point00003までが近似円弧の情報である。 In step S501, the information of the approximate arc is acquired from the neighborhood point rearranging table 1002. As described above, Point00001 to Point00003 are information on the approximate arc.

ステップS502では、CADアプリケーションのAPI(円弧作成API)を用いて、Point00001〜Point00003で円弧を作成する指示をする。RPAの技術を用いて、Point00001〜Point00003を指定して、円弧作成するように制御してもよい。 In step S502, the API of the CAD application (API for creating an arc) is used to give an instruction to create an arc at Points00001 to 00003. Using the technique of RPA, Point00001 to Point00003 may be specified and controlled to create an arc.

ステップS503では、近傍点整理表1002から近似円弧の情報のない点を取得する。例えば、Point00003〜Point00006である。 In step S503, a point without information on the approximate arc is acquired from the neighborhood point rearranging table 1002. For example, Point 00003 to Point 00006.

ステップS504では、CADアプリケーションのAPI(直線作成API)を用いて、Point00003とPoint00006を始点と終点として直線の作成指示をする。こちらもRPAの技術を用いて、直線を作成するように制御してもよい。なお、Point00001〜Point00006までの円弧または直線(線分)を作成したイメージが図11である。 In step S504, the API (Linear Creation API) of the CAD application is used to instruct the creation of a straight line with Point 00003 and Point 00006 as the start point and the end point. This may also be controlled to create a straight line using RPA technology. FIG. 11 is an image in which an arc or a straight line (line segment) from Point00001 to Point00006 is created.

以上説明したように、点群から効率よく線分を作成することができる。また、近似円弧部の設定をユーザが任意に設定して実行することができるので、ユーザが期待する線分を点群から容易に作成できるようになる。 As described above, a line segment can be efficiently created from a point cloud. Further, since the user can arbitrarily set and execute the setting of the approximate arc portion, the line segment expected by the user can be easily created from the point cloud.

また、経験や勘に頼ることなく線分を作成することができるため、人による作成の差を減らし、均質な線分を作成することができる。 In addition, since line segments can be created without relying on experience or intuition, it is possible to reduce the difference in creation by humans and create uniform line segments.

本実施形態は、例えば、システム、装置、方法、プログラム若しくは記憶媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、1つの機器からなる装置に適用してもよい。 This embodiment can be, for example, an embodiment as a system, an apparatus, a method, a program, a storage medium, or the like, and specifically, may be applied to a system composed of a plurality of devices, or may be applied to a system composed of a plurality of devices. It may be applied to a device consisting of one device.

なお、本実施形態は、前述した実施形態の機能を実現するソフトウェアのプログラムを、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。 The present embodiment includes a software program that realizes the functions of the above-described embodiment, which is directly or remotely supplied to the system or device. The present invention also includes cases where the computer of the system or device can also read and execute the supplied program code.

したがって、本実施形態の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。 Therefore, in order to realize the functional processing of the present embodiment on a computer, the program code itself installed on the computer also realizes the present invention. That is, the present invention also includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。 In that case, as long as it has a program function, it may be in the form of an object code, a program executed by an interpreter, script data supplied to the OS, or the like.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。 Recording media for supplying programs include, for example, flexible disks, hard disks, optical disks, optical magnetic disks, MOs, CD-ROMs, CD-Rs, CD-RWs, and the like. There are also magnetic tapes, non-volatile memory cards, ROMs, DVDs (DVD-ROM, DVD-R) and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本実施形態のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。 In addition, as a program supply method, a browser of a client computer is used to connect to an Internet homepage. Then, it can also be supplied by downloading the computer program itself of the present embodiment or a compressed file including the automatic installation function to a recording medium such as a hard disk from the homepage.

また、本実施形態のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。 It can also be realized by dividing the program code constituting the program of the present embodiment into a plurality of files and downloading each file from different homepages. That is, the present invention also includes a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer.

また、本実施形態のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、ダウンロードした鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。 In addition, the program of this embodiment is encrypted, stored in a storage medium such as a CD-ROM, and distributed to users, and the key information for decrypting the encryption is provided to the user who clears the predetermined conditions from the homepage via the Internet. Download it. Then, by using the downloaded key information, it is possible to execute an encrypted program and install it on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。 Further, the function of the above-described embodiment is realized by the computer executing the read program. In addition, based on the instruction of the program, the OS or the like running on the computer performs a part or all of the actual processing, and the function of the above-described embodiment can be realized by the processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。 Further, the program read from the recording medium is written to the memory provided in the function expansion board inserted in the computer or the function expansion unit connected to the computer. After that, based on the instruction of the program, the function expansion board, the CPU provided in the function expansion unit, or the like performs a part or all of the actual processing, and the function of the above-described embodiment is also realized by the processing.

なお、前述した実施形態は、本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。 It should be noted that the above-described embodiments merely show examples of embodiment in carrying out the present invention, and the technical scope of the present invention should not be construed in a limited manner by these. That is, the present invention can be implemented in various forms without departing from the technical idea or its main features.

100 CADシステム
101 情報処理装置
102 サーバ
103 ネットワーク
201 CPU
100 CAD system 101 Information processing device 102 Server 103 Network 201 CPU

Claims (7)

点群における始点と終点を指定する指定手段と、
前記点群において近似する複数の対象点を中心とした円の交点を用いて、点を結ぶ線情報を決定する線情報決定手段と、
前記線情報決定手段で決定された線情報に従って、前記指定手段で指定された始点から終点までの線分を作成制御する作成制御手段と
を備えることを特徴とする情報処理装置。
Designating means to specify the start point and end point in the point cloud,
A line information determining means for determining line information connecting points by using the intersections of circles centered on a plurality of target points that are approximated in the point group.
An information processing apparatus comprising: a creation control means for creating and controlling a line segment from a start point to an end point designated by the designated means according to line information determined by the line information determining means.
所定の点に対応する近傍点を探索する探索手段と、
前記探索手段で探索された複数の近傍点を用いた円から交点を決定する交点決定手段とを更に備え、
前記線情報決定手段は、前記交点決定手段によって決定された交点を用いて、点を結ぶ線情報を決定することを特徴とする請求項1に記載の情報処理装置。
A search means for searching for a nearby point corresponding to a predetermined point,
Further provided with an intersection determination means for determining an intersection from a circle using a plurality of neighboring points searched by the search means.
The information processing apparatus according to claim 1, wherein the line information determining means determines line information connecting points by using an intersection determined by the intersection determining means.
前記線情報決定手段は、前記交点決定手段によって決定された交点の距離関係に従って、円弧の線情報とするかを決定することを特徴とする請求項2に記載の情報処理装置。 The information processing apparatus according to claim 2, wherein the line information determining means determines whether or not the line information of an arc is to be obtained according to the distance relationship of the intersections determined by the intersection determining means. 前記点群から円弧の線情報を作成するために、条件を設定する条件設定手段を更に備え、
前記条件設定手段による条件に従って、前記探索手段により近傍点を探索し、前記前記線情報決定手段で点を結ぶ線情報を決定することを特徴とする請求項2又は3に記載の情報処理装置。
In order to create line information of an arc from the point cloud, a condition setting means for setting a condition is further provided.
The information processing apparatus according to claim 2 or 3, wherein a nearby point is searched by the search means according to the conditions of the condition setting means, and line information connecting the points is determined by the line information determining means.
前記作成制御手段で作成制御された線分を線分の種別に従って識別可能に表示する表示手段を
更に備えることを特徴とする請求項1乃至4の何れか1項に記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 4, further comprising a display means for displaying line segments created and controlled by the creation control means so as to be identifiable according to the type of the line segment.
情報処理装置で実行される処理方法であって、
点群における始点と終点を指定する指定ステップと、
前記点群において近似する複数の対象点を中心とした円の交点を用いて、点を結ぶ線情報を決定する線情報決定ステップと、
前記線情報決定ステップで決定された線情報に従って、前記指定ステップで指定された始点から終点までの線分を作成制御する作成制御ステップと
を実行する処理方法。
It is a processing method executed by an information processing device.
A designated step that specifies the start and end points in the point cloud,
A line information determination step for determining line information connecting points using the intersections of circles centered on a plurality of target points that are approximated in the point group.
A processing method for executing a creation control step for creating and controlling a line segment from a start point to an end point specified in the designated step according to the line information determined in the line information determination step.
情報処理装置のプログラムであって、
前記情報処理装置を、
点群における始点と終点を指定する指定手段と、
前記点群において近似する複数の対象点を中心とした円の交点を用いて、点を結ぶ線情報を決定する線情報決定手段と、
前記線情報決定手段で決定された線情報に従って、前記指定手段で指定された始点から終点までの線分を作成制御する作成制御手段
として機能させるためのプログラム。

Information processing device program
The information processing device
Designating means to specify the start point and end point in the point cloud,
A line information determining means for determining line information connecting points by using the intersections of circles centered on a plurality of target points that are approximated in the point group.
A program for functioning as a creation control means for creating and controlling a line segment from a start point to an end point designated by the designated means according to the line information determined by the line information determining means.

JP2019239348A 2019-12-27 2019-12-27 Information processing device and its processing method and program Pending JP2021108032A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019239348A JP2021108032A (en) 2019-12-27 2019-12-27 Information processing device and its processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019239348A JP2021108032A (en) 2019-12-27 2019-12-27 Information processing device and its processing method and program

Publications (1)

Publication Number Publication Date
JP2021108032A true JP2021108032A (en) 2021-07-29

Family

ID=76967941

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019239348A Pending JP2021108032A (en) 2019-12-27 2019-12-27 Information processing device and its processing method and program

Country Status (1)

Country Link
JP (1) JP2021108032A (en)

Similar Documents

Publication Publication Date Title
JP6820160B2 (en) Programs and systems that render images
JP2006277166A (en) Three-dimensional shape comparison program and three-dimensional similar shape retrieval program
JP6344010B2 (en) Production plan creation support program, production plan creation support method, and production plan creation support device
US20150277434A1 (en) Production plan creation support method and production plan creation support apparatus
JP2021108032A (en) Information processing device and its processing method and program
JP7078834B2 (en) Information processing equipment, information processing system, its control method and program
JP2018088223A (en) Information processor, information processing method, and program
US20020051000A1 (en) Design support system facilitating process modification
JP5644452B2 (en) Information processing apparatus, control method thereof, and program
JP2019050064A (en) Information processing device, information processing system, control method therefor, and program
JP6365397B2 (en) Information processing apparatus, information processing system, control method thereof, and program
JP6908835B2 (en) Programs, information processing devices and their processing methods
JP7054988B2 (en) Information processing equipment, information processing device control method, information processing system, and program
JP2018045465A (en) Information processing device, information processing system, control method thereof, and program
JP6458373B2 (en) Information processing apparatus, information processing system, control method thereof, and program
JP6931162B2 (en) Information processing device, its control method, and program
JP6826297B1 (en) Information processing equipment, information processing system, its control method and program
JP6649572B2 (en) Information processing apparatus, information processing system, control method thereof, and program
JP6908852B2 (en) Programs, information processing devices and their processing methods
JP2018106548A (en) Program, information processing device, and processing method
JP6024087B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP2020057440A (en) Information processing apparatus, information processing system, control method therefor, and program
JP7109250B2 (en) WORKBENCH DESIGN DEVICE, WORKBENCH DESIGN METHOD AND PROGRAM
JP6197433B2 (en) Information processing apparatus, and control method and program thereof.
JP6677882B2 (en) Information processing apparatus, control method therefor, and program