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
-
Retrieves the Manufacturing Activity on a Virtual Activity.
- Returns:
- The Manufacturing Activity if it exists (NULL_var otherwise)
o GetToolPath
-
Retrieves the Tool Path on a Virtual Activity.
- Returns:
- The Tool Path if it exists (NULL_var otherwise)
o GetTransformation
-
Retrieves the contextual Transformation on a Virtual Activity.
- Returns:
- The Transformation if it exists (NULL_var otherwise)
o SetMfgActivity
-
Sets the Manufacturing Activity on the Virtual Activity.
- Parameters:
-
- iMfgAct
- The Manufacturing Activity
o SetToolPath
-
Set the Tool Path on the Virtual Activity.
- Parameters:
-
- iTLP
- The Tool Path
o SetTransformation
-
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