MachiningUseItf Interface DELIMfgManufacturingGeneratorData

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIMfgManufacturingGeneratorData

Object that represents the output machining code.


Method Index


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

Methods


o AddObjectToGenerate
public virtual AddObjectToGenerate( iObject)
Adds an object to the output stream.
Parameters:
iObject
The object to add
o AddObjectToGenerateFromBuffer
public virtual AddObjectToGenerateFromBuffer( iObject)
Adds an object to the output stream from the buffer.
Parameters:
iObject
The object to add
o AddObjectToGenerateWithBuffer
public virtual AddObjectToGenerateWithBuffer( iObject)
Adds an object to the output stream within the buffer.
Parameters:
iObject
The object to add
o AddObjectToGenerateWithOutBuffer
public virtual AddObjectToGenerateWithOutBuffer( iObject)
Adds an object to the output stream without the buffer.
Parameters:
iObject
The object to add
o AddObjectToModalValues
public virtual AddObjectToModalValues( iObject)
Adds an object to the modal values manager only.
Parameters:
iObject
The object to add
o GetFT06Stream
public virtual GetFT06Stream( oStream)
Retrieves the FT06 stream.
Parameters:
oStream
The retrieved stream
o GetLastObjectToGenerate
public virtual GetLastObjectToGenerate( oObject)
Retrieves the last object to generate.
Parameters:
oObject
The retrieved object
o GetOutputStream
public virtual GetOutputStream( oStream)
Retrieves the output stream.
Parameters:
oStream
The retrieved stream
o ResetAllModalValues
public virtual ResetAllModalValues()
Resets all modal values.
o SetLastObjectToGenerate
public virtual SetLastObjectToGenerate( iObject)
Sets the last Activity to generate.
Parameters:
iObject
The activity to generate

This object is included in the file: DELIMfgManufacturingGeneratorData.h
If needed, your Imakefile.mk should include the module: MachiningUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.