All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgAxialOperationCheckFaces

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

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


interface CATIMfgAxialOperationCheckFaces

Interface to retrieve the Check Faces defined on Axial Operations.


Method Index


o GetCheckFaces(CATLISTP(CATFace)&,double&)
Retrieves the list of CATFaces defined as Check Faces on an Axial operation.
o GetSetupFixturesFaces(CATLISTP(CATFace)&,double&)
Retrieves the list of CATFaces defined as Fixtures Faces on the Setup.
o GetSetupPartsFaces(CATLISTP(CATFace)&,double&)
Retrieves the list of CATFaces defined as Parts Faces on the Setup.

Methods


o GetCheckFaces
public virtual HRESULT GetCheckFaces(CATLISTP(CATFace)& oFacesOfChecks,
double& oGlobalOffsetOnChecks)=0
Retrieves the list of CATFaces defined as Check Faces on an Axial operation.
Parameters:
oFacesOfChecks
the list of CATFaces
oGlobalOffsetOnChecks
the value of the Global Offset on each Check Face
o GetSetupFixturesFaces
public virtual HRESULT GetSetupFixturesFaces(CATLISTP(CATFace)& oFacesOfSetupFixtures,
double& oGlobalOffsetOnSetupFixtures)=0
Retrieves the list of CATFaces defined as Fixtures Faces on the Setup.
Parameters:
oFacesOfSetupFixtures
the list of CATFaces
oGlobalOffsetOnSetupFixtures
the value of the Global Offset on each SetupFixture Face
o GetSetupPartsFaces
public virtual HRESULT GetSetupPartsFaces(CATLISTP(CATFace)& oFacesOfSetupParts,
double& oGlobalOffsetOnSetupParts)=0
Retrieves the list of CATFaces defined as Parts Faces on the Setup.
Parameters:
oFacesOfSetupParts
the list of CATFaces
oGlobalOffsetOnSetupParts
the value of the Global Offset on each SetupPart Face

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

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