ManufacturingOutputGenerator (Object)

Father object to generate output machining code.

Methods


Sub AddMeToBuffer( oAddMe)
Management of specific buffer for aligned points elimination.
Sub GenerateOutputCode( iData)
Return the Output Code for an object in the right CNC Machine.
Sub GetAPTCode( iData, oCode)
Retrieve generated APT code.
Sub GetCurrentObject( oCurrentObject)
Get current object from buffer.
Sub HasToResetModalValues( oIsModal)
Return the characteristic of an object : Reset or not Modal Values.
Sub InitFileGenerator( iFormat, iFileName, oData)
Init the Output Generator on the current Object and initialise all datas. Generation of NC code can start from the Process, Setup, Program or an Activity.
Parameters:
iFormat
Format of the output file : "APT", ...
iFileName
Output file name
oData
iData contains all the information about the generated NC code
Sub IsModal( oIsModal)
Return the characteristic of an object : Modal or Not Modal.
Func IsSimilarTo( iObject) As
Implement a method to specify if two objects are same (when Modal Mode). The result depends on the tolerance on the values (to points)
Sub RunFileGenerator( iData)
Runs the Output Generator on the datas used for generation. Generation of NC code can start from the Process, Setup, Program or an Activity.
Parameters:
iData
iData contains all the information about the generated NC code
Sub SetCurrentObject( iCurrentObject)
Set current object to buffer.