MachiningUseItf Interface DELIMfgPPCommand

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


interface DELIMfgPPCommand

Interface to manage PP Command


Method Index


o GetCharacteristics(double&,double&)
This method is used to get milling time and global time necessary to execute PP Command
o GetCommandEvaluation(CATListValCATUnicodeString&)
This method is used to get the evaluation of a PP Command
o GetCommandName(CATUnicodeString&)
This method is used to get the name of NC_Command on current object
o GetSequenceNumber(int&)
This method is used to get the number of sequence of NC_Command on current object
o SetCommandName(CATUnicodeString&)
This method is used to set the name of NC_Command on current object
o SetSequenceNumber(int&)
This method is used to set the number of sequence of NC_Command on current object

Methods


o GetCharacteristics
public virtual GetCharacteristics( MillingTime,
GlobalTime)
This method is used to get milling time and global time necessary to execute PP Command
Parameters:
oMillingTime
Milling time (expressed in minutes)
oGlobalTime
Global time (expressed in minutes)
o GetCommandEvaluation
public virtual GetCommandEvaluation( oValue)
This method is used to get the evaluation of a PP Command
Parameters:
oValue
Evaluation of the command
o GetCommandName
public virtual GetCommandName( oCommandName)
This method is used to get the name of NC_Command on current object
Parameters:
oCommandName
Name of NC_Command
o GetSequenceNumber
public virtual GetSequenceNumber( oSequenceNumber)
This method is used to get the number of sequence of NC_Command on current object
Parameters:
oSequenceNumber
Number of the sequence to use for the NC_Command
o SetCommandName
public virtual SetCommandName( const iCommandName)
This method is used to set the name of NC_Command on current object
Parameters:
iCommandName
Name of NC_Command
o SetSequenceNumber
public virtual SetSequenceNumber( const iSequenceNumber)
This method is used to set the number of sequence of NC_Command on current object
Parameters:
iSequenceNumber
Number of the sequence to use for the NC_Command

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

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