All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ManufacturingView (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---ManufacturingView
 


The Manufacturing View is the object that holds all the manufacturing features of the model.

Property Index

ManufacturingFeatures
Returns the Manufacturing Features of a Manufacturing View.
Relations
Returns the Relations Set owned by a Manufacturing View.

Method Index

CreateAllMachinableAreaFeaturesFromTechResultsOfUDF
Creates Machinable feature using TR of UDF.

Properties


o Property ManufacturingFeatures() As CATIAManufacturingFeatures (Read Only)
Returns the Manufacturing Features of a Manufacturing View.
Example:
The following example returns in ManufacturingFeatures the Manufacturing Features of the Manufacturing View MfgView:
 Set ManufacturingFeatures = MfgView.ManufacturingFeatures
o Property Relations() As CATIARelations (Read Only)
Returns the Relations Set owned by a Manufacturing View.
Example:
The following example returns in Relations the Relations Set of the Manufacturing View MfgView:
 Set Relations = MfgView.Relations

Methods


o Sub CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(CATIAProduct iFinishPartProduct)
Creates Machinable feature using TR of UDF.
Example:
The following example takes iFinishPartProduct and Create MAF in MfgView:
 MfgView.CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(iFinishPartProduct)

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