All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgActivityTracutManagement

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

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


interface CATIMfgActivityTracutManagement

Interface implemented on a Manufacturing Activity for management of Tracut data.
Role: If the Manufacturing Activity is inside a Tracut block, this interface allows to retrieve the data to apply on the Manufacturing Activity.


Method Index


o GetTracutMatrix(int&,CATMathTransformation&)
Retrieves the transformation to apply to a Manufacturing Activity if this last one is in a Tracut block.

Methods


o GetTracutMatrix
public virtual HRESULT GetTracutMatrix(int& oTracutToDo,
CATMathTransformation& oTracutTransformation) =0
Retrieves the transformation to apply to a Manufacturing Activity if this last one is in a Tracut block.
Parameters:
oTracutToDo

Legal values:
  • 0 : The Manufacturing Activity is not in a Tracut block.
  • <> 0 : The Manufacturing Activity is in a Tracut block.
oTracutTransformation
The Tracut transformation

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

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