All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface 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 GetCheckFaces( | | oFacesOfChecks, |
| | oGlobalOffsetOnChecks) |
-
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 GetSetupFixturesFaces( | | oFacesOfSetupFixtures, |
| | oGlobalOffsetOnSetupFixtures) |
-
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 GetSetupPartsFaces( | | oFacesOfSetupParts, |
| | oGlobalOffsetOnSetupParts) |
-
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