Indexes   

ManufacturingGeneratorData (Object)

Represents the manufacturing output stream object.
This object contains the output stream generated for the output files (APT, etc.).

Method Index

AddObjectToGenerateFromBuffer
Adds an object to the output stream from the buffer.
AddObjectToGenerateWithBuffer
Adds an object to the output stream within the buffer.
AddObjectToGenerateWithOutBuffer
Adds an object to the output stream without the buffer.
AddObjectToGenerate
Adds an object to the output stream.
AddObjectToModalValues
Adds an object to the modal values manager only.
GetFT06Stream
Retrieves the FT06 stream.
GetLastObjectToGenerate
Retrieves the last object to generate.
GetOutputStream
Retrieves the output stream.
ResetAllModalValues
Resets all modal values.
SetLastObjectToGenerate
Sets the last Activity to generate.

Methods


o Sub AddObjectToGenerateFromBuffer( iObject)
Adds an object to the output stream from the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToGenerateWithBuffer( iObject)
Adds an object to the output stream within the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToGenerateWithOutBuffer( iObject)
Adds an object to the output stream without the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToGenerate( iObject)
Adds an object to the output stream.
  • With buffer: V5R13 and next <=> AddObjectToGenerate
  • Without buffer: V5R12 and previous <=> AddObjectToGenerate
  • From buffer: Debug only
Parameters:
iObject
The object to add
o Sub AddObjectToModalValues( iObject)
Adds an object to the modal values manager only.
Parameters:
iObject
The object to add
o Sub GetFT06Stream( oStream)
Retrieves the FT06 stream.
Parameters:
oStream
The retrieved stream
o Sub GetLastObjectToGenerate( oObject)
Retrieves the last object to generate.
Parameters:
oObject
The retrieved object
o Sub GetOutputStream( oStream)
Retrieves the output stream.
Parameters:
oStream
The retrieved stream
o Sub ResetAllModalValues()
Resets all modal values.
o Sub SetLastObjectToGenerate( iObject)
Sets the last Activity to generate.
Parameters:
iObject
The activity to generate

Copyright © 2006, Dassault Systèmes. All rights reserved.