JP6196032B2 - 複数の3d曲線からの表面の生成 - Google Patents
複数の3d曲線からの表面の生成 Download PDFInfo
- Publication number
- JP6196032B2 JP6196032B2 JP2012260195A JP2012260195A JP6196032B2 JP 6196032 B2 JP6196032 B2 JP 6196032B2 JP 2012260195 A JP2012260195 A JP 2012260195A JP 2012260195 A JP2012260195 A JP 2012260195A JP 6196032 B2 JP6196032 B2 JP 6196032B2
- Authority
- JP
- Japan
- Prior art keywords
- curves
- determining
- graph
- mesh
- node
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 claims description 122
- 238000004590 computer program Methods 0.000 claims description 9
- 238000012935 Averaging Methods 0.000 claims description 4
- 238000003860 storage Methods 0.000 claims description 4
- 239000000047 product Substances 0.000 description 19
- 238000004519 manufacturing process Methods 0.000 description 16
- 238000013461 design Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 12
- 230000008569 process Effects 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000010276 construction Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000012356 Product development Methods 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 239000006227 byproduct Substances 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 239000002131 composite material Substances 0.000 description 1
- 238000011960 computer-aided design Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000005553 drilling Methods 0.000 description 1
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 238000013178 mathematical model Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 238000012800 visualization Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
- G06T17/20—Finite element generation, e.g. wire-frame surface description, tesselation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
- G06T17/30—Polynomial surface description
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Geometry (AREA)
- Computer Graphics (AREA)
- Algebra (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Mathematical Physics (AREA)
- Pure & Applied Mathematics (AREA)
- Processing Or Creating Images (AREA)
- Image Generation (AREA)
Description
Claims (12)
- 複数の3D曲線から表面を生成するための、コンピュータによって実施される方法であって、
複数の3D曲線を与えるステップ(S10)と、
前記複数の3D曲線を土台に射影し、それによって、複数の対応する射影された曲線を得るステップ(S22)、
射影された曲線の対の間のクロッシングを決定するステップ(S23)、および
前記射影された曲線の対の間の前記クロッシングに対応する前記3D曲線の点の対を取得するステップ(S24)
によって、前記3D曲線のそれぞれの対の間の少なくとも1つのクロッシングを、前記3D曲線の前記それぞれの対のうちの異なる曲線にそれぞれが属する点の対として決定するステップを含む、前記3D曲線の対の間のクロッシングを決定するステップ(S20)と、
前記クロッシングを表すノード、および隣り合うクロッシングを表すノードの対を接続する弧を含む基底グラフを定義するステップ(S30)と、
前記グラフから、3Dの位置によって定義される頂点、および前記頂点の対を接続するエッジを含むメッシュを決定するステップ(S40)と、
前記メッシュに表面を当てはめるステップ(S50)と
を含むことを特徴とする方法。 - 前記複数の3D曲線を土台に射影するステップ(S22)は、前記複数の3D曲線を、線分の組に存するポリラインに離散化するステップ(S221)と、前記線分を前記土台に射影し、それによって、複数の対応する射影された線分を得るステップ(S222)とを含み、
射影された曲線の対の間のクロッシングを決定するステップ(S23)は、同じボクセルに属する異なる曲線に対応する前記射影された線分の対を決定するステップ(S231)と、決定された射影された線分の対の間の両垂線を決定するステップ(S232)と、前記両垂線の末端を決定するステップ(S233)とを含むことを特徴とする請求項1に記載の方法。 - 前記メッシュを決定するステップ(S40)は、前記グラフのすべてのタイルが3つまたは4つの弧を有する面に分割されるまで前記グラフに弧および/またはノードを追加するステップ(S401)を含むことを特徴とする請求項1または2に記載の方法。
- 前記メッシュを決定するステップ(S40)は、T字型の接続がなくなるまで前記グラフに弧および/またはノードを追加するステップ(S402)を含むことを特徴とする請求項1から3のいずれかに記載の方法。
- 前記メッシュを決定するステップ(S40)は、メッシュの細分割スキームにしたがって前記グラフに弧および/またはノードを追加するステップ(S403)を含むことを特徴とする請求項1から4のいずれかに記載の方法。
- 前記クロッシングは、前記3D曲線のそれぞれの対のうちの異なる曲線にそれぞれが属する点の対として決定された、前記3D曲線の前記それぞれの対の間の少なくとも1つのクロッシングを含み、前記メッシュを決定するステップ(S40)は、前記少なくとも1つのクロッシングを表すノードに前記点の対の中間の3Dの位置を関連付けるステップ(S406)を含むことを特徴とする請求項1から5のいずれかに記載の方法。
- 前記メッシュを決定するステップ(S40)は、前記グラフにノードを追加するステップ(S401、S402、S403)と、所与の追加されたノードに、ノードを追加する前の前記グラフに対する前記所与のノードのトポロジー上の位置に依存する3Dの位置を関連付けるステップ(S407)とを含むことを特徴とする請求項6に記載の方法。
- 所与の追加されたノードに関連付けられる前記3Dの位置は、
前記所与の追加されたノードのトポロジー上の位置が、ノードを追加する前の前記グラフの弧の上である場合、前記弧の末端のノードに関連付けられる3Dの位置に応じて前記弧によって表される曲線をずらすことによって計算された位置であり、または
前記ノードのトポロジー上の位置が、4つの辺を持つ前記グラフにノードを追加する前の前記グラフのタイルの中にある場合、Coons法によって計算された位置であり、または
任意のその他の場合、隣接するノードの3Dの位置を平均することによって計算された位置であることを特徴とする請求項7に記載の方法。 - 前記複数の3D曲線は、フリーハンドでスケッチされる曲線を含むことを特徴とする請求項1から8のいずれかに記載の方法。
- 請求項1から9のいずれかに記載の方法を実行するための命令をその上に記録する少なくとも1つのメモリと、
前記メモリに結合された少なくとも1つのプロセッサと、
前記プロセッサに結合され、前記命令の実行に好適な少なくとも1つのグラフィカルユーザインターフェースと
を含むことを特徴とするCADシステム。 - 請求項1から9のいずれかに記載の方法を実行するための命令を含むことを特徴とするコンピュータプログラム。
- 請求項11に記載のコンピュータプログラムをその上に記録することを特徴とするコンピュータ可読ストレージ媒体。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP11306583.3 | 2011-11-29 | ||
EP11306583.3A EP2600315B1 (en) | 2011-11-29 | 2011-11-29 | Creating a surface from a plurality of 3D curves |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013114694A JP2013114694A (ja) | 2013-06-10 |
JP6196032B2 true JP6196032B2 (ja) | 2017-09-13 |
Family
ID=45406550
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012260195A Active JP6196032B2 (ja) | 2011-11-29 | 2012-11-28 | 複数の3d曲線からの表面の生成 |
Country Status (6)
Country | Link |
---|---|
US (1) | US9171400B2 (ja) |
EP (1) | EP2600315B1 (ja) |
JP (1) | JP6196032B2 (ja) |
KR (1) | KR102040988B1 (ja) |
CN (1) | CN103136790B (ja) |
CA (1) | CA2797162C (ja) |
Families Citing this family (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2600315B1 (en) | 2011-11-29 | 2019-04-10 | Dassault Systèmes | Creating a surface from a plurality of 3D curves |
EP3057805A4 (en) * | 2013-10-14 | 2017-07-12 | United Technologies Corporation | Automated laminate composite solid ply generation |
EP2930691A1 (en) | 2014-04-10 | 2015-10-14 | Dassault Systèmes | Fitting sample points with an isovalue surface |
EP2930692A1 (en) | 2014-04-10 | 2015-10-14 | Dassault Systèmes | Fitting sample points of 3D curves sketched by a user with an isovalue surface |
US10062202B2 (en) | 2014-12-22 | 2018-08-28 | General Electric Company | System and methods of generating a computer model of a composite component |
US20190043255A1 (en) * | 2016-02-11 | 2019-02-07 | 3M Innovative Properties Company | Population-based surface mesh reconstruction |
IL247245B (en) * | 2016-08-11 | 2019-01-31 | Technion Res & Dev Foundation | Systems and methods for printing 3D models |
CN106599426A (zh) * | 2016-12-05 | 2017-04-26 | 中船黄埔文冲船舶有限公司 | 一种空间过渡板件的生成方法及装置 |
CN110235182A (zh) * | 2017-09-07 | 2019-09-13 | 西门子产品生命周期管理软件公司 | 用于轻量精确3d视觉格式的系统和方法 |
EP3460760B1 (en) * | 2017-09-26 | 2021-05-19 | Dassault Systèmes | Generating a 2d drawing representing a mechanical part |
CN111656354A (zh) * | 2018-01-29 | 2020-09-11 | 西门子工业软件有限公司 | 操作用于对待制造物品建模的cad系统模型的方法 |
CN108763668B (zh) * | 2018-05-15 | 2022-03-01 | 杭州电子科技大学 | 基于细分技术与边界替换的齿轮模型区域参数化方法 |
US11663372B2 (en) | 2018-09-04 | 2023-05-30 | Siemens Industry Software Inc. | Spatially-aware detection of trapped support areas in 3D printing |
CN109598793B (zh) * | 2018-11-27 | 2022-04-12 | 武大吉奥信息技术有限公司 | 基于倾斜摄影测量快速修改植被和水体的制作方法及装置 |
EP3675064B1 (en) * | 2018-12-29 | 2022-09-07 | Dassault Systèmes | Generation of a structured 3d model from a raw mesh |
CN110111396B (zh) * | 2019-05-13 | 2023-05-26 | 武汉轻工大学 | 柱面方程的图像绘制方法、设备、存储介质及装置 |
EP4016465A1 (en) | 2020-12-17 | 2022-06-22 | Dassault Systèmes | Method for designing a 3d object by using a virtual 3d grid and hand drawn sketches |
EP4016363A1 (en) * | 2020-12-21 | 2022-06-22 | Dassault Systèmes | Topology optimization with reaction-diffusion equations |
CN113192158B (zh) * | 2021-03-09 | 2022-08-02 | 江苏大学 | 一种基于计算机几何偏移算法的3d模型放样方法 |
KR102403256B1 (ko) * | 2021-12-29 | 2022-05-30 | 주식회사 리콘랩스 | 기계학습을 위한 프리핸드 스케치 이미지 생성 방법 및 시스템 |
CN114820991B (zh) * | 2022-06-30 | 2022-09-16 | 中国空气动力研究与发展中心计算空气动力研究所 | 一种非结构附面层网格交叉处理方法及装置 |
CN116393769B (zh) * | 2023-04-17 | 2024-03-26 | 南京工大数控科技有限公司 | 一种基于附加抛物线运动的磨削齿面偏差修正方法 |
Family Cites Families (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5371845A (en) * | 1990-04-27 | 1994-12-06 | Ashlar, Inc. | Technique for providing improved user feedback in an interactive drawing system |
GB2253772B (en) * | 1991-03-12 | 1995-01-25 | Honda Motor Co Ltd | Method of creating solid model |
US5768156A (en) * | 1995-10-25 | 1998-06-16 | Sandia Corporation | Connectivity-based, all-hexahedral mesh generation method and apparatus |
JP3341548B2 (ja) * | 1995-11-14 | 2002-11-05 | ミノルタ株式会社 | 3次元形状データの生成方法及び処理装置 |
US6639592B1 (en) * | 1996-08-02 | 2003-10-28 | Silicon Graphics, Inc. | Curve network modeling |
JP3039387B2 (ja) * | 1996-08-06 | 2000-05-08 | 日本電気株式会社 | 3次元cadにおけるb−スプライン曲線と直線との交点算出装置 |
JPH11126262A (ja) * | 1997-10-23 | 1999-05-11 | Sharp Corp | カーブメッシュ生成装置およびカーブメッシュ曲面生成装置 |
WO2002097735A1 (en) | 2001-05-31 | 2002-12-05 | Kent Ridge Digital Labs | System and method of anatomical modeling |
US6806874B2 (en) | 2001-07-24 | 2004-10-19 | International Business Machines Corporation | Method and apparatus for providing sharp features on multiresolution subdivision surfaces |
EP1665130A4 (en) * | 2003-09-25 | 2009-11-18 | Paieon Inc | SYSTEM FOR THREE-DIMENSIONAL RECONSTRUCTION OF A TUBULAR ORGAN |
DE602004022629D1 (de) * | 2004-02-06 | 2009-10-01 | Dassault Systemes | Methode für das Zeichnen einer Kurve in einem CAD-System |
US7646383B1 (en) * | 2004-05-28 | 2010-01-12 | Autodesk, Inc. | Methods and apparatuses to effect deformation of computer-generated three-dimensional surfaces |
CN101065782A (zh) | 2004-11-27 | 2007-10-31 | 布雷克成像有限公司 | 在网格表面和立体对象上产生和测量表面线的系统和方法以及网格分割技术(“曲线测量”) |
US7408548B2 (en) * | 2005-06-30 | 2008-08-05 | Microsoft Corporation | Triangulating procedural geometric objects |
US7400323B2 (en) | 2005-08-04 | 2008-07-15 | Dassault Systemes | Process for creating a parametric surface having a required geometrical continuity |
US7595799B2 (en) | 2005-08-04 | 2009-09-29 | Dassault Systemes | Process for creating from a mesh an isotopologic set of parameterized surfaces |
EP1804187B1 (en) * | 2005-12-30 | 2020-09-09 | Dassault Systèmes | Process for displaying objects in a PLM database and apparatus implementing this process |
KR20070097605A (ko) * | 2006-03-28 | 2007-10-05 | 이문권 | 곡선을 이용한 컴퓨터 모델링 2 |
US8259101B2 (en) * | 2006-06-07 | 2012-09-04 | Carnegie Mellon University | Sketch-based design system, apparatus, and method for the construction and modification of three-dimensional geometry |
EP1881458B1 (en) * | 2006-07-21 | 2011-06-08 | Dassault Systèmes | Computer-implemented process for creating a parametric surface |
US20080303810A1 (en) * | 2007-06-07 | 2008-12-11 | Seockhoon Bae | System and method for calculating loft surfaces using 3d scan data |
US7843456B2 (en) | 2007-06-29 | 2010-11-30 | Microsoft Corporation | Gradient domain editing of animated meshes |
FR2948215B1 (fr) | 2009-07-16 | 2011-06-24 | Inst Francais Du Petrole | Methode pour generer un maillage hexa-dominant d'un milieu souterrain faille |
EP2333682B1 (en) * | 2009-11-06 | 2020-05-20 | Dassault Systèmes | Method and system for designing an assembly of objects in a system of computer-aided design |
EP2333683A1 (en) * | 2009-11-06 | 2011-06-15 | Dassault Systèmes | Method and system for designing an assembly of objects in a system of computer-aided design |
EP2383669B1 (en) * | 2010-04-02 | 2018-07-11 | Dassault Systèmes | Design of a part modeled by parallel geodesic curves |
US8659599B2 (en) * | 2010-08-27 | 2014-02-25 | Adobe Systems Incorporated | System and method for generating a manifold surface for a 3D model of an object using 3D curves of the object |
US10019440B2 (en) * | 2011-05-27 | 2018-07-10 | Adobe Systems Incorporated | Methods and apparatus for three-dimensional (3D) sketching |
EP2600315B1 (en) | 2011-11-29 | 2019-04-10 | Dassault Systèmes | Creating a surface from a plurality of 3D curves |
-
2011
- 2011-11-29 EP EP11306583.3A patent/EP2600315B1/en active Active
-
2012
- 2012-11-28 JP JP2012260195A patent/JP6196032B2/ja active Active
- 2012-11-28 US US13/687,502 patent/US9171400B2/en active Active
- 2012-11-28 CA CA2797162A patent/CA2797162C/en active Active
- 2012-11-29 CN CN201210595719.5A patent/CN103136790B/zh active Active
- 2012-11-29 KR KR1020120137398A patent/KR102040988B1/ko active IP Right Grant
Also Published As
Publication number | Publication date |
---|---|
KR20130060162A (ko) | 2013-06-07 |
EP2600315A1 (en) | 2013-06-05 |
US9171400B2 (en) | 2015-10-27 |
JP2013114694A (ja) | 2013-06-10 |
US20130135302A1 (en) | 2013-05-30 |
CN103136790A (zh) | 2013-06-05 |
CA2797162C (en) | 2020-06-02 |
CA2797162A1 (en) | 2013-05-29 |
CN103136790B (zh) | 2017-08-15 |
KR102040988B1 (ko) | 2019-11-05 |
EP2600315B1 (en) | 2019-04-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6196032B2 (ja) | 複数の3d曲線からの表面の生成 | |
US9836884B2 (en) | Parameterizing a 3D modeled object for tessellation | |
JP6787661B2 (ja) | 工作物の機械加工のシミュレート | |
JP6356378B2 (ja) | 幾何学的三次元モデルオブジェクトを設計する方法 | |
JP6445255B2 (ja) | 3dモデル化オブジェクトの圧縮および展開 | |
KR102060839B1 (ko) | 3d 모델링된 객체의 설계 | |
US9875577B2 (en) | Tessellation of a parameterized 3D modeled object | |
JP5697951B2 (ja) | コンピュータ支援設計のシステムにおいてオブジェクトのアセンブリを設計するための方法およびシステム | |
JP6721332B2 (ja) | 3dモデル化されたアセンブリ上で境界ボックスを生成すること | |
JP2019106177A (ja) | 3d部品の付加製造 | |
JP5837363B2 (ja) | 3dモデル化オブジェクトのウォータマーキング | |
JP2013507679A (ja) | 三次元物体モデルの3dプリントが可能な方法及びシステム | |
JP2019075103A (ja) | 機械部品を表す2d図面の生成 | |
JP2021111376A (ja) | 製品の物理的なプロトタイプの3dモデル化オブジェクト | |
US9245060B2 (en) | Selection of three-dimensional parametric shapes | |
US20120290270A1 (en) | Designing A Staggered Pattern Of Objects In A Computer-Aided Design System | |
JP2020115338A (ja) | 生メッシュからの構造化3dモデルの生成 | |
KR102055952B1 (ko) | 오브젝트들의 원형 스태거드 패턴의 설계 | |
JP2021131852A (ja) | 機械部品の構造シミュレーション |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20151127 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20161012 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20161108 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170208 |
|
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: 20170718 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170817 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6196032 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |