All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

ManufacturingInterfaces Interface CATIMfgVirtualActivity

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

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


interface CATIMfgVirtualActivity

Interface for management of a Virtual Activity.


Method Index


o GetMfgActivity()
Retrieves the Manufacturing Activity on a Virtual Activity.
o GetToolPath()
Retrieves the Tool Path on a Virtual Activity.
o GetTransformation()
Retrieves the contextual Transformation on a Virtual Activity.
o SetMfgActivity(CATBaseUnknown_var&)
Sets the Manufacturing Activity on the Virtual Activity.
o SetToolPath(CATBaseUnknown_var&)
Set the Tool Path on the Virtual Activity.
o SetTransformation(CATMathTransformation*)
Sets the contextual Transformation on a Virtual Activity.

Methods


o GetMfgActivity
public virtual CATBaseUnknown_var GetMfgActivity()= 0
Retrieves the Manufacturing Activity on a Virtual Activity.
Returns:
The Manufacturing Activity if it exists (NULL_var otherwise)
o GetToolPath
public virtual CATBaseUnknown_var GetToolPath()= 0
Retrieves the Tool Path on a Virtual Activity.
Returns:
The Tool Path if it exists (NULL_var otherwise)
o GetTransformation
public virtual CATMathTransformation * GetTransformation()= 0
Retrieves the contextual Transformation on a Virtual Activity.
Returns:
The Transformation if it exists (NULL_var otherwise)
o SetMfgActivity
public virtual HRESULT SetMfgActivity(CATBaseUnknown_var& iMfgAct) = 0
Sets the Manufacturing Activity on the Virtual Activity.
Parameters:
iMfgAct
The Manufacturing Activity
o SetToolPath
public virtual HRESULT SetToolPath(CATBaseUnknown_var& iTLP) = 0
Set the Tool Path on the Virtual Activity.
Parameters:
iTLP
The Tool Path
o SetTransformation
public virtual HRESULT SetTransformation(CATMathTransformation* iTransformation) = 0
Sets the contextual Transformation on a Virtual Activity.
Parameters:
iTransformation
The Transformation

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

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