All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgViewAccess
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgViewAccess
Interface to add a manufacturing feature to the manufacturing view.
Role: CATIMfgViewAccess has methods to add a manufacturing feature
to the manufacturing view.
Method Index
- o
AddFeature(CATBaseUnknown_var&)
- Adds a manufacturing feature to the manufacturing view.
- o
CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(CATIProduct_var&)
- Creates Machinable feature using Technological Results of UDF.
Methods
o AddFeature
| public virtual AddFeature( | const | iFeatureToAdd) |
-
Adds a manufacturing feature to the manufacturing view.
- Parameters:
-
- iFeatureToAdd
- The manufacturing feature to add
o CreateAllMachinableAreaFeaturesFromTechResultsOfUDF
| public virtual CreateAllMachinableAreaFeaturesFromTechResultsOfUDF( | | iFinishPartProduct) |
-
Creates Machinable feature using Technological Results of UDF.
- Example:
- The following example takes iFinishPartProduct
and Create MAF in MfgView:
MfgView.CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(iFinishPartProduct)
This object is included in the file: CATIMfgViewAccess.h
If needed, your Imakefile.mk should include the module: MfgItfEnv