All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgAxialRadialMove

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgAxialRadialMove
 

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


interface CATIMfgAxialRadialMove

Interface to compute the Toolpath between two machining operations.


Method Index


o ComputeAxialRadialMove(CATMathSetOfPoints&,CATMathSetOfVectors&,CATListOfCATUnicodeString&)
Compute the Toolpath between two machining operations in order to move in 2.

Methods


o ComputeAxialRadialMove
public virtual HRESULT ComputeAxialRadialMove(CATMathSetOfPoints& oListOfPoints,
CATMathSetOfVectors& oListOfAxis,
CATListOfCATUnicodeString& oListOfFeedrates)=0
Compute the Toolpath between two machining operations in order to move in 2.5 axis
Parameters:
oListOfPoints
The list of CATMathPoints to define the Toolpath
oListOfVectors
The list of CATMathVectors to define the Toolpath
oListOfFeedrates
The list of Feedrates to define the Toolpath

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

Copyright © 2003, Dassault Systèmes. All rights reserved.