All Frameworks Class Hierarchy This Framework Indexes
PrismaticMachiningInterfaces Interface CATIMfgMappingForPocketing
Usage: you can freely reimplement this interface.
interface CATIMfgMappingForPocketing
Interface to retrieve profile contouring geometry from a design feature.
Role: CATIMfgMappingForPocketing has methods to retrieve geometry
from a design feature.
Method Index
- o
GetGuidingCurves(CATListValCATBaseUnknown_var&)
- Retrieves the guiding curves of the design feature.
- o
GetIslands(CATListValCATBaseUnknown_var&,CATListOfInt&)
- Retrieves the islands of the design feature.
- o
GetPart(CATBaseUnknown_var&)
- Retrieves the part element of the design feature.
- o
GetRelimitingPlane(CATBaseUnknown_var&)
- Retrieves the relimiting element of the design feature.
Methods
o GetGuidingCurves
| public virtual GetGuidingCurves( | | oGuidingElements) |
-
Retrieves the guiding curves of the design feature.
- Parameters:
-
- oGuidingElements
- The guiding curves list
o GetIslands
| public virtual GetIslands( | | oListOfIslands, |
| | oNbOfCurvesByIsland) |
-
Retrieves the islands of the design feature.
- Parameters:
-
- oListOfIslands
- The islands elements list
- oNbOfCurvesByIsland
- The list of elements numbers per island
o GetPart
| public virtual GetPart( | | oPart) |
-
Retrieves the part element of the design feature.
- Parameters:
-
- oPart
- The part element
o GetRelimitingPlane
| public virtual GetRelimitingPlane( | | oRelimitingPlane) |
-
Retrieves the relimiting element of the design feature.
- Parameters:
-
- oRelimitingPlane
- The relimiting plane
This object is included in the file: CATIMfgMappingForPocketing.h
If needed, your Imakefile.mk should include the module: PmgItfEnv