01_creo_modeling
パラメトリック設計のためのCreoモデリング入門
Introduction to Parametric Modeling with Creo
🔗 公式リンク | Official Links
| 言語 / Language | GitHub Pages 🌐 | GitHub 💻 |
|---|---|---|
| 🇯🇵 Japanese |
📘 概要 | Overview
このセクションでは、PTC Creo Parametricを使用して、基本的な3Dモデリング手法とパラメトリック設計の考え方を学びます。
スケッチ拘束、寸法パラメータ、モデル履歴の操作など、後工程(図面化・試作・量産)にもつながる設計意図の明示を重視した基礎演習です。
In this section, learners will explore foundational 3D modeling techniques in PTC Creo Parametric, focusing on parametric constraints, dimensions, and modeling intent.
The goal is to build reusable, editable designs that form the basis for downstream tasks such as drawing, prototyping, and production.
🧑🏫 学習目標 | Learning Objectives
- Creoの基本操作(UI、ファイル保存、モデル操作)に慣れる
- スケッチ拘束と幾何関係(水平・垂直・対称など)を理解する
- 寸法・パラメータを使ったモデル制御を習得する
- フィーチャーの順序と履歴ツリーを活用する
- 「設計意図」の伝わるモデル構築法を実践する
📂 サブディレクトリ構成 | Subdirectories
01_creo_modeling/
├── basic_sketch/ # スケッチ拘束と形状の基本
├── extrusion_practice/ # 押し出し・回転・除去の操作練習
├── parametric_modeling/ # 寸法変数・パラメトリック制御
└── example_models/ # 教材用サンプルモデル(.prt, .asm)
📝 添付ファイル一覧 | Planned Files (後で作図予定)
| ファイル名 | 内容 | 備考 |
|---|---|---|
sketch_block.prt |
基本スケッチ(矩形・拘束付き) | Creoモデル(予定) |
cylinder_cut.prt |
押し出し・除去・フィレット練習 | 〃 |
parametric_box.prt |
寸法変数による再利用可能モデル | 〃 |
parametric_design_checklist.md |
設計意図チェックリスト | 教材内文書 |
※モデルは後で作図リストとしてまとめます。
🔗 関連セクション | Related Sections
02_drawing_creation/
→ モデリング結果をもとに2D設計図面を作成05_production_drawing/
→ パラメータ・公差を含む製図との連携08_mp_guideline/
→ 設計履歴・意図の共有を前提とした構成管理
👤 著作・ライセンス | Author & License
- ✍️ 著作 / Author: 三溝真一(Samizo-AITL)
- 📜 ライセンス
| Item | License | Description |
|---|---|---|
| Source Code | MIT | Free to use, modify, redistribute |
| Text Materials | CC BY 4.0 / CC BY-SA 4.0 | Attribution & share-alike rules |
| Figures & Diagrams | CC BY-NC 4.0 | Non-commercial use |
| External References | Original license applies | Cite properly |
💬 コメント・共有 | Feedback
ファイル構成や学習順の改善案、学生演習での使用例などがありましたらぜひ Discussions にて共有ください。
We welcome your feedback or use cases via Discussions. Feel free to contribute ideas or improvements!