All Frameworks  Class Hierarchy  This Framework  Indexes   

PrismaticMachiningInterfaces Interface 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 GetAuxiliaryGuidingCurves( oAuxGuidingElements)
Retrieves the auxiliary guiding curves of the design feature.
Parameters:
oAuxGuidingElements
The auxiliary guiding curves list
o GetChecks
public virtual GetChecks( oChecks)
Retrieves the checks of the design feature.
Parameters:
oChecks
The guiding curves list
o GetGuidingCurves
public virtual GetGuidingCurves( oGuidingElements)
Retrieves the guiding curves of the design feature.
Parameters:
oGuidingElements
The guiding curves list
o GetRelimitingElements
public virtual GetRelimitingElements( oFirstRelimitingElements,
oSecondRelimitingElements)
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

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