MachiningUseItf Interface DELIMfgToolAxis
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgToolAxis
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
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
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 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 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: DELIMfgToolAxis.h
If needed, your Imakefile.mk should include the module: MachiningUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.