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 boolean GetCharacteristics( | double& | MillingTime, |
| double& | GlobalTime) = 0 |
-
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
-
This method is used to get the evaluation of a PP Command
- Parameters:
-
- oValue
- Evaluation of the command
o GetCommandName
-
This method is used to get the name of NC_Command on current object
- Parameters:
-
- oCommandName
- Name of NC_Command
o GetSequenceNumber
public virtual boolean GetSequenceNumber( | int& | oSequenceNumber) = 0 |
-
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
-
This method is used to set the name of NC_Command on current object
- Parameters:
-
- iCommandName
- Name of NC_Command
o SetSequenceNumber
public virtual boolean SetSequenceNumber( | const int& | iSequenceNumber) = 0 |
-
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.