All Frameworks Class Hierarchy This Framework Next Indexes
PrismaticMachiningInterfaces Interface CATIMfgMappingForFollowCurve
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgMappingForFollowCurve
Usage: you can freely reimplement this interface.
interface CATIMfgMappingForFollowCurve
Interface to retrieve follow curve geometry from a design feature.
Role: CATIMfgMappingForFollowCurve has methods to retrieve geometry
from a design feature.
Method Index
- o
GetAuxiliaryGuidingCurves(CATListValCATBaseUnknown_var&)
- Retrieves the auxiliary guiding curves of the design feature.
- o
GetChecks(CATListValCATBaseUnknown_var&)
- Retrieves the checks of the design feature.
- o
GetGuidingCurves(CATListValCATBaseUnknown_var&)
- Retrieves the guiding curves of the design feature.
- o
GetRelimitingElements(CATListValCATBaseUnknown_var&,CATListValCATBaseUnknown_var&)
- Retrieves the relimiting elements of the design feature.
Methods
o GetAuxiliaryGuidingCurves
public virtual HRESULT GetAuxiliaryGuidingCurves( | CATListValCATBaseUnknown_var& | oAuxGuidingElements) = 0 |
-
Retrieves the auxiliary guiding curves of the design feature.
- Parameters:
-
- oAuxGuidingElements
- The auxiliary guiding curves list
o GetChecks
public virtual HRESULT GetChecks( | CATListValCATBaseUnknown_var& | oChecks) = 0 |
-
Retrieves the checks of the design feature.
- Parameters:
-
- oChecks
- The guiding curves list
o GetGuidingCurves
public virtual HRESULT GetGuidingCurves( | CATListValCATBaseUnknown_var& | oGuidingElements) = 0 |
-
Retrieves the guiding curves of the design feature.
- Parameters:
-
- oGuidingElements
- The guiding curves list
o GetRelimitingElements
public virtual HRESULT GetRelimitingElements( | CATListValCATBaseUnknown_var& | oFirstRelimitingElements, |
| CATListValCATBaseUnknown_var& | oSecondRelimitingElements) = 0 |
-
Retrieves the relimiting elements of the design feature.
- Parameters:
-
- oFirstRelimitingElements
- The first relimiting elements list
- oSecondRelimitingElements
- The second relimiting elements list
This object is included in the file: CATIMfgMappingForFollowCurve.h
If needed, your Imakefile.mk should include the module: PmgItfEnv