MachiningUseItf Interface DELIMfgDirection

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIMfgDirection



Method Index


o GetDirection(CATMathDirection&)
Gets the Direction of the Machining Direction Object.
o GetMode(CATUnicodeString&)
Gets the definition mode of the Machining Direction Object.
o GetOrigin(CATMathPoint&)
Gets Machining Direction origin.
o GetVector(CATMathDirection&)
Gets Machining Direction Vector.
o InvertDirection()
Machining machining direction.
o SetDirection(CATMathDirection&,int)
Sets the direction of the Machining Direction Object.
o SetMode(CATUnicodeString&)
Sets the definition mode of the Machining Direction Object.
o SetOrigin(CATMathPoint&)
Sets Machining Direction origin.
o SetVector(CATMathDirection&)
Sets Machining Direction Vector.

Methods


o GetDirection
public virtual GetDirection( oDirection)
Gets the Direction of the Machining Direction Object.
Parameters:
oDirection
The mathematical direction of the object
o GetMode
public virtual GetMode( oString)
Gets the definition mode of the Machining Direction Object.
Parameters:
oString
The mode
o GetOrigin
public virtual GetOrigin( oPoint)
Gets Machining Direction origin.
Parameters:
oPoint
The mathematical point
o GetVector
public virtual GetVector( oDirection)
Gets Machining Direction Vector.
Parameters:
oDirection
The vector
o InvertDirection
public virtual InvertDirection()
Machining machining direction.
o SetDirection
public virtual SetDirection( const iDirection,
iNotify= 1)
Sets the direction of the Machining Direction Object.
Parameters:
iDirection
The mathematic direction
iNotify
The notification
o SetMode
public virtual SetMode( const iString)
Sets the definition mode of the Machining Direction Object.
Parameters:
String
The mode
o SetOrigin
public virtual SetOrigin( const iPoint)
Sets Machining Direction origin.
Parameters:
iPoint
The mathematical point
o SetVector
public virtual SetVector( const iDirection)
Sets Machining Direction Vector.
Parameters:
iDirection
The vector

This object is included in the file: DELIMfgDirection.h
If needed, your Imakefile.mk should include the module: MachiningUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.