All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgTool
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgTool
Interface dedicated to tool object management.
Role: This interface offers services to manage the tools parameters.
Common attributes are declared in CATMfgToolConstant.
Method Index
- o
ComputeToolNumber(int&)
- Computes tool number for the tool object.
- o
GetAPTParameters(double&,double&,double&,double&,double&,double&,double&)
- Retrieves the tool APT parameters.
Methods
o ComputeToolNumber
| public virtual ComputeToolNumber( | | oNumber) |
-
Computes tool number for the tool object.
- Parameters:
-
- oNumber
- The computed tool number
o GetAPTParameters
| public virtual GetAPTParameters( | | oD, |
| | oR, |
| | oE, |
| | oF, |
| | oA, |
| | oB, |
| | oH) |
-
Retrieves the tool APT parameters.
- Parameters:
-
- oD
- The cutter diameter at tool tip point
- oR
- The cutter radius
- oE
- The horizontal distance between radius center point and center of cutter
- oF
- The vertical distance between radius center point and center of cutter
- oA
- The angle of cutter at tip point
- oB
- The angle of cutter
- oh
- The cutter height
This object is included in the file: CATIMfgTool.h
If needed, your Imakefile.mk should include the module: MfgItfEnv