|
The electrical schema, defined
for the data exchange between CATIA V5 electrical products and external
applications (CAA partners applications, etc.), describes a subset of
electrical objects together with their relations. This schema is based on the fact that an object is defined as a class, which one is associated to a behavior set. Thus, an electrical connector corresponds to the Connector class, to which the Connector and Product behaviors are associated. |
|||
Electrical Objects |
||||
The following classes with their associated
behavior describe the electrical objects within the iXF Electrical Schema.
|
||||
All these classes derived from the Object abstract class. This one is not to be used as is but allows you to define the Name attribute for all the classes deriving from the Object class.
The following behaviors, associated to the electrical objects are defined in the iXF electrical schema (behavior named ClassBehavior):
At last, all the objects expressed in a iXF document have an attribute identifying in a unique way each object within the project, except for the objects of Link type, which have a unique identifier within the document. To illustrate how to describe an electrical object with the iXF format, let's take the example of an electrical connector: This electrical connector of Connector class has:
|
||||
Relations between Electrical Objects |
||||
Using a Link type behaviorNearly all the relations between electrical objects take the form of objects with a Link type behavior. The Link object classes of the electrical schema are the following:
These object classes allow you to define:
These links take the form of identifiers. Using a Specific AttributeThe relation between two connectors (mating connector, connector) is not managed by a Link type object as above but using a specific attribute named MatingConnector (behavior attribute of Connector type). This attribute is optional and is valuated with the identifier of the mating connector on both sides of the connection. Let see an example where two connectors are connected together. The connectivity between them is described as follows: |