All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ManufacturingGeneratorData (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---ManufacturingGeneratorData
 


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

Method Index

AddObjectToGenerate
Adds an object to the output stream.
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.
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 AddObjectToGenerate(CATBaseUnknown 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 AddObjectToGenerateFromBuffer(CATBaseUnknown iObject)
Adds an object to the output stream from the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToGenerateWithBuffer(CATBaseUnknown iObject)
Adds an object to the output stream within the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToGenerateWithOutBuffer(CATBaseUnknown iObject)
Adds an object to the output stream without the buffer.
Parameters:
iObject
The object to add
o Sub AddObjectToModalValues(CATBaseUnknown iObject)
Adds an object to the modal values manager only.
Parameters:
iObject
The object to add
o Sub GetFT06Stream(CATIAManufacturingOutput oStream)
Retrieves the FT06 stream.
Parameters:
oStream
The retrieved stream
o Sub GetLastObjectToGenerate(CATBaseUnknown oObject)
Retrieves the last object to generate.
Parameters:
oObject
The retrieved object
o Sub GetOutputStream(CATIAManufacturingOutput oStream)
Retrieves the output stream.
Parameters:
oStream
The retrieved stream
o Sub ResetAllModalValues()
Resets all modal values.
o Sub SetLastObjectToGenerate(CATBaseUnknown iObject)
Sets the last Activity to generate.
Parameters:
iObject
The activity to generate

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