All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgPolyLineTraject

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ManufacturingInterfaces.CATIMfgToolPath
        |
        +---ManufacturingInterfaces.CATIMfgTraject
          |
          +---ManufacturingInterfaces.CATIMfgElementaryTraject
            |
            +---ManufacturingInterfaces.CATIMfgToolMotion
              |
              +---ManufacturingInterfaces.CATIMfgTPSingleMotion
                |
                +---CATIMfgPolyLineTraject
 

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


interface CATIMfgPolyLineTraject

Interface with identifies polyline traject object.

A polyline traject object is a set of tool linear motions characterized by a type of traject and a type of feedrate.
PLEASE NOTE that you should use CATIMfgTPMultipleMotion interface instead of CATIMfgPolylineTraject.
CATIMfgTPMultipleMotion interface allows to store linear motions, circular motions and PP Instructions (described by a string or by a NC_Command and a NC_Instruction described in PP Table).
It needs less memory and CPU time.
It is the recommended way to modelize tool motions.

See also:
CATIMfgTPMultipleMotion



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

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