All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface 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 GetMfgActivity( | ) |
-
Retrieves the Manufacturing Activity on a Virtual Activity.
- Returns:
- The Manufacturing Activity if it exists (NULL_var otherwise)
o GetToolPath
| public virtual GetToolPath( | ) |
-
Retrieves the Tool Path on a Virtual Activity.
- Returns:
- The Tool Path if it exists (NULL_var otherwise)
o GetTransformation
| public virtual GetTransformation( | ) |
-
Retrieves the contextual Transformation on a Virtual Activity.
- Returns:
- The Transformation if it exists (NULL_var otherwise)
o SetMfgActivity
| public virtual SetMfgActivity( | | iMfgAct) |
-
Sets the Manufacturing Activity on the Virtual Activity.
- Parameters:
-
- iMfgAct
- The Manufacturing Activity
o SetToolPath
| public virtual SetToolPath( | | iTLP) |
-
Set the Tool Path on the Virtual Activity.
- Parameters:
-
- iTLP
- The Tool Path
o SetTransformation
| public virtual SetTransformation( | | iTransformation) |
-
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