All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgManufacturingFeatureFactory

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgManufacturingFeatureFactory
 

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


interface CATIMfgManufacturingFeatureFactory

Interface to create a manufacturing tool axis.

Role: CATIMfgManufacturingFeatureFactory has methods to create a manufacturing tool axis.


Method Index


o CreateToolAxis(CATUnicodeString&,CATBaseUnknown_var&)
Creates a manufacturing tool axis.

Methods


o CreateToolAxis
public virtual HRESULT CreateToolAxis( const CATUnicodeString& iToolAxisMode,
CATBaseUnknown_var& oToolAxis) = 0
Creates a manufacturing tool axis.
Parameters:
iToolAxisMode
The type of tool axis to be created. By default, it is set to Manual.
Legal values: The tool axis mode may be
NormalBottom
Selection
NormalView
2Rotations
Manual
Axis
PtView
oToolAxis
The tool axis.

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

Copyright © 2003, Dassault Systèmes. All rights reserved.