| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
Tags
- 변환
- Catalog
- 교향곡
- XDMCP
- FTP 명령어
- 팝
- Context
- 카티아
- freeware
- Uno21.com
- 모르면 병
- Mechanical Feature
- IdentityCard
- Feature Initiate
- 푸치니
- 가요
- ObjectSpecsModeler
- 파가니니
- 여러파일 FTP로 받기
- Excel
- Feature
- MP3
- 날짜관련함수
- 화일갯수
- CATIA
- CAA Doc
- Catia V5
- CAA
- Mechanical feature inheritance
- 클래식
Archives
- Today
- Total
data for us
ObjectSpecsModeler:Mechanical feature:Architecture 본문
ObjectSpecsModeler:Mechanical feature
Architecture:Implement the feature behaviors
* Interfaces are implemented through the Object Modeler extension mechanism
* At last you will need to:
- Encapsulate in your own interfaces the access to the feature's attributes
- Provide the build mechanism for your feature
* Also you want to implement some DS interfaces to further integrate your
feature in CATIA V5
Architecture:Factory Definition
* You need to define a factory to be able to instantiate your own feature
* Define a factory interface and implement it in an extension on
aggregating tool
* The creation method will open the catalog, retrieve the StartUp,
instantiate the feature, and set its attributes
* If it's a solid feature, it will also insert it in the procedural view of
the MechanicalTool
* If it's a surface or wireframe feature, it will aggregate it to the GSMTool
Architecture:Implement the feature behaviors
* Interfaces are implemented through the Object Modeler extension mechanism
* At last you will need to:
- Encapsulate in your own interfaces the access to the feature's attributes
- Provide the build mechanism for your feature
* Also you want to implement some DS interfaces to further integrate your
feature in CATIA V5
Architecture:Factory Definition
* You need to define a factory to be able to instantiate your own feature
* Define a factory interface and implement it in an extension on
aggregating tool
* The creation method will open the catalog, retrieve the StartUp,
instantiate the feature, and set its attributes
* If it's a solid feature, it will also insert it in the procedural view of
the MechanicalTool
* If it's a surface or wireframe feature, it will aggregate it to the GSMTool