Tolerance Analysis Assembly

The tolerance analysis assembly data structure defines the assembly's structure. Assembly components are CATPart, CATAnalysis or model.
This part of data structure is mandatory.
Each part or subpart is included between a start tag <xxx> and a end tag <Endxxx>. These tags are mandatory.
  ...

<Products>
Number: 2

...
   
  <Products>
  Start tag of tolerance analysis assembly.
  Number: 2
  Defines the number of components.
   
  ...

Name: CurvedPlate
Parent: RootProduct
Instance: No
Path: E:\www\awsDocV5R6\TaaEnglish\taaug.doc\src\samples\CurvedPlate.model
Symmetry: No
Positioning:
1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000

...
   
  Name: ComponentName
  Defines the component name.
  Parent: ParentName
  Defines the parent component of the component.
  Instance: No
  Defines if the component is an instance of component or not, No only.
  Path: PathName
  Defines the component path according to the ModelPath option.
  Symmetry: No
  Defines if the component is duplicate by symmetry or not, No only.
  Positioning: PositioningMatrix
  Defines the positioning matrix of the component, the three first columns contain the rotation components and the last column the translation components.
   
  ...

<EndProducts>

...
   
  <EndProducts>
  End tag of tolerance analysis assembly.