Assembly Process

The assembly process data structure defines the process's structure.
This part of data structure is optional.
Each part or subpart is included between a start tag <xxx> and an end tag <Endxxx>. These tags are mandatory.
 

Assembly Process

  ...

<AssemblyProcess>
Number: 5

...
   
  <AssemblyProcess>
  Start tag of assembly process.
  Number: 5
  Defines the number of assembly activities.
   
  ...

Name: Activity.1
Activity: POSITIONING
PreviousActivities: No
PositioningSystems: PositionSys1 PositionSys2
Fastenings: No
TolerancingBag: TPSBag1

...
   
  Name: ActivityName
  Defines the activity name.
  Activity: ActivityType
  Defines the activity type:
  • POSTIONING for positioning activity.
  • FASTENING for fastening activity.
  • RELEASE for release activity.
  PreviousActivities: Activity1 Activity2 ... or No 
  Retrieves the previous activities before this one from their name:
  • A list of activity names.
  • No when there is no previous activity.
  PositioningSystems: PositioningSystemName1 PositioningSystemName2 ... 
  Retrieves the positioning system names associated with the activity.
  Fastenings: FasteningName1 FasteningName2 or No
  Retrieves the fastening names associated with the activity from their name:
  • A list of fastening names when the activity type is FASTENING. See Activity.
  • No when the activity type is not FASTENING. See Activity.
  TolerancingBag
  Retrieves the tolerancing bag associated with the activity from its name.
   
  ...

<EndAssemblyProcess>

...
   
  <EndAssemblyProcess>
  End tag of assembly process.