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
-
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
-
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