All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgToolAxis
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgToolAxis
Interface dedicated to manufacturing operation tool axis management.
Role This interface allows read write access to tool axis information
Method Index
- o
GetDirection(CATMathDirection&)
- Retrieves the direction of the tool axis.
- o
GetDirection(CATBaseUnknown_var&)
- Retrieves the manufacturing direction of the tool axis.
- o
GetFlagModif(int&)
- Retrieves is a tool axis has been modified or not.
- o
GetMode(CATUnicodeString&)
- Retrieves the tool axis definition mode.
- o
GetSelectedGeometry(CATBaseUnknown_var&)
- Retrieves the reference element of the tool axis.
- o
SetDirection(CATMathDirection&)
- Sets the direction of the tool axis.
- o
SetFlagModif(int&)
- Sets is a tool axis has been modified or not.
- o
SetMode(CATUnicodeString&)
- Sets the tool axis definition mode.
- o
SetSelectedGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
- Sets the reference element of the tool axis.
- o
UpdateTransformation()
- Update tool axis definition transformation matrix.
Methods
o GetDirection
| public virtual GetDirection( | | oDirection) |
-
Retrieves the direction of the tool axis.
- Parameters:
-
- oDirection
- the mathematic direction of the tool axis
o GetDirection
| public virtual GetDirection( | | oDirection) |
-
Retrieves the manufacturing direction of the tool axis.
- Parameters:
-
- oDirection
- the manufacturing direction of the tool axis
o GetFlagModif
| public virtual GetFlagModif( | | oFlag) |
-
Retrieves is a tool axis has been modified or not.
- Parameters:
-
- oFlag
- the modification flag = 1 if modified, 0 otherwise
o GetMode
| public virtual GetMode( | | oString) |
-
Retrieves the tool axis definition mode.
- Parameters:
-
- oString
- the mode : NormalBottom (Feature Defined), Selection, NormalView, 2Rotations, Manual, Axis (Main Axis), PTView (Point In The View)
o GetSelectedGeometry
| public virtual GetSelectedGeometry( | | oElement) |
-
Retrieves the reference element of the tool axis.
- Parameters:
-
- oElement
- the geometric element referenced by the tool axis
o SetDirection
| public virtual SetDirection( | const | iDirection) |
-
Sets the direction of the tool axis.
- Parameters:
-
- iDirection
- the direction of the tool axis
o SetFlagModif
| public virtual SetFlagModif( | const | iFlag) |
-
Sets is a tool axis has been modified or not.
- Parameters:
-
- iFlag
- the modification flag = 1 if modified, 0 otherwise
o SetMode
| public virtual SetMode( | const | iString) |
-
Sets the tool axis definition mode.
- Parameters:
-
- iString
- the mode : NormalBottom (Feature Defined), Selection, NormalView, 2Rotations, Manual, Axis (Main Axis), PTView (Point In The View)
o SetSelectedGeometry
| public virtual SetSelectedGeometry( | const | iElement, |
| const | iProduct | =NULL_var) |
-
Sets the reference element of the tool axis.
- Parameters:
-
- iElement
- the geometric element referenced by the tool axis
- iProduct
- the product referenced by the tool axis
o UpdateTransformation
| public virtual UpdateTransformation( | ) |
-
Update tool axis definition transformation matrix.
This object is included in the file: CATIMfgToolAxis.h
If needed, your Imakefile.mk should include the module: MfgItfEnv