MachiningUseItf Interface DELIMfgViewDirection

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


interface DELIMfgViewDirection

Interface to manage the view direction of an operation.

Role: DELIMfgViewAccess has methods to manage the view direction of an operation.


Method Index


o RemoveViewDirectionGeometry()
Removes 'View Direction' geometry from the operation.
o SetViewDirectionGeometry(CATBaseUnknown_var&,CATBaseUnknown_var&)
Sets 'View Direction' geometry to the operation.

Methods


o RemoveViewDirectionGeometry
public virtual RemoveViewDirectionGeometry()
Removes 'View Direction' geometry from the operation.
Returns:
S_OK
if the method succeeds
o SetViewDirectionGeometry
public virtual SetViewDirectionGeometry( const iReference,
const iProduct)
Sets 'View Direction' geometry to the operation.
Usually the part surface normal is used as the view direction.
Parameters:
iReference
The geometric element to set.
iProduct
The associated product of the referenced geometry.
Returns:
S_OK
if the method succeeds
E_FAIL
if iReference is not valid

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

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