MachiningUseItf Interface DELIMfgMachiningDirection
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgMachiningDirection
Interface to manage machining direction.
Method Index
- o
GetMachiningDirection(double&,double&,double&)
- Get Machining Direction
- o
SetMachiningDirection(double&,double&,double&)
- Short role of the method.
Methods
o GetMachiningDirection
public virtual GetMachiningDirection( | | oXAxis, |
| | oYAxis, |
| | oZAxis) |
-
Get Machining Direction
- Parameters:
-
- oXAxis
- [out] X axis
- oYAxis
- [out] Y axis
- oZAxis
- [out] Z axis
- Returns:
-
S_OK
if succeeded
o SetMachiningDirection
public virtual SetMachiningDirection( | | iXAxis, |
| | iYAxis, |
| | iZAxis) |
-
Short role of the method.
Role: Explain what this method does.
- Parameters:
-
- iXAxis
- [in] X axis
- iYAxis
- [in] Y axis
- iZAxis
- [in] Z axis
- Returns:
-
S_OK
if succeeded
This object is included in the file: DELIMfgMachiningDirection.h
If needed, your Imakefile.mk should include the module: MachiningUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.