All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgActivityToolAxis
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgActivityToolAxis
Interface to handle with Tool Axis of Manufacturing Activity.
Method Index
- o
GetToolAxisFeature(CATBaseUnknown_var&)
- Retrieves the tool axis.
- o
GetToolAxis(CATMathDirection&,CATIMfgActivityToolAxis::MfgTypeOfToolAxis&,CATUnicodeString&)
- Retrieves the tool axis information.
- o
SetToolAxis(CATMathDirection&,CATUnicodeString&)
- Sets the tool axis information.
Enumerated Type Index
- o
MfgTypeOfToolAxis
- Possible tool axis types.
Methods
o GetToolAxisFeature
| public virtual GetToolAxisFeature( | | oToolAxisFeature) |
-
Retrieves the tool axis.
- Parameters:
-
- oToolAxisFeature
- The tool axis feature.
NULL_var if there is no tool axis feature on the activity.
Note that in this case, GetToolAxis can give a valid CATMathDirection anyway.
o GetToolAxis
| public virtual GetToolAxis( | | oToolAxis, |
| | oType, |
| | oMode) |
-
Retrieves the tool axis information.
- Parameters:
-
- oToolAxis
- the tool axis coordinates
- oType
- the tool axis type
- oMode
- the tool axis mode
o SetToolAxis
| public virtual SetToolAxis( | const | iToolAxis, |
| const | iMode) |
-
Sets the tool axis information.
- Parameters:
-
- iToolAxis
- the tool axis coordinates
- oMode
- the tool axis mode
Enumerated Types
o MfgTypeOfToolAxis
-
enum MfgTypeOfToolAxis {
Undefined,
Selected,
ExactComputation,
ApproximatedComputation
}
Possible tool axis types.
- Parameters:
-
- Undefined
- the tool axis is not defined
- Selected
- the tool is selected from model
- ExactComputation
- the tool axis is computed
- ExactComputation
- the tool axis is approximate
This object is included in the file: CATIMfgActivityToolAxis.h
If needed, your Imakefile.mk should include the module: MfgItfEnv