All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgPocketingStartingPoint

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

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


interface CATIMfgPocketingStartingPoint

Interface to manage a user rework feature.

Role: CATIMfgPocketingStartingPoint has methods to manage start and end element of a pocketing feature.


Method Index


o GetStartPointGeometry(CATUnicodeString&,CATBaseUnknown_var&,CATBaseUnknown_var&,double&)
Retrieves the start point of a pocketing feature.
o RemoveStartPointGeometry()
Removes the start point of a pocketing feature.
o SetStartPointGeometry(CATUnicodeString&,CATBaseUnknown_var&,CATBaseUnknown_var&,double&)
Initializes the start point of a pocketing feature.

Methods


o GetStartPointGeometry
public virtual HRESULT GetStartPointGeometry(CATUnicodeString& oGeometryPosition,
CATBaseUnknown_var& oReference,
CATBaseUnknown_var& oProduct,
double& oOffset) = 0
Retrieves the start point of a pocketing feature.
o RemoveStartPointGeometry
public virtual HRESULT RemoveStartPointGeometry()= 0
Removes the start point of a pocketing feature.
o SetStartPointGeometry
public virtual HRESULT SetStartPointGeometry(CATUnicodeString& iGeometryPosition,
CATBaseUnknown_var& iReference,
CATBaseUnknown_var& iProduct,
double& iOffset) = 0
Initializes the start point of a pocketing feature.

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

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