Catia V5 4us

ObjectSpecsModeler:Mechanical feature:Architecture

한스 2007. 7. 27. 17:09
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