MachiningUseItf Interface DELIMfgToolCorrector
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgToolCorrector
Interface dedicated to Tool Corrector objects management.
Role: This interface offers services to manage mainly the tools parameters.
Common attributes are declared in DELMfgToolConstant.
- See also:
-
- See also:
-
Method Index
- o
GetValues(CATUnicodeString&,int&,int&,int&,double&,int)
- Get the values according to a Corrector.
- o
SetValues(CATUnicodeString&,CATListOfInt&,CATListOfInt&,CATListOfInt&,CATListOfDouble&,int)
- Set the values according to a Corrector.
Methods
o GetValues
public virtual GetValues( | | oPoint, |
| | oNumber, |
| | oLengthNumber, |
| | oRadiusNumber, |
| | oDiameter, |
| | iUnit | =0) |
-
Get the values according to a Corrector.
Returns HRESULT.
- Parameters:
-
- oPoint
- : Type point as CATUnicodeString (Ex: P1, ..., P9)
- oNumber
- : Corrector number as Integer
- oLengthNumber
- : Length Corrector number as Integer
- oRadiusNumber
- : Radius Corrector number as Integer
- oDiameter
- : Tool diameter for this point as Double
o SetValues
public virtual SetValues( | const | iPoint, |
| const | iListNumbers, |
| const | iListLengthNumbers, |
| const | iListRadiusNumbers, |
| const | iListDiameters, |
| | iUnit | =0) |
-
Set the values according to a Corrector.
Returns HRESULT.
- Parameters:
-
- iPoint
- : Type point as CATUnicodeString (Ex: P1,... P9)
- iListNumbers
- : List of corrector numbers as CATListOfInt
- iListLengthNumbers
- : List of corrector numbers as CATListOfInt
This object is included in the file: DELIMfgToolCorrector.h
If needed, your Imakefile.mk should include the module: MachiningUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.