All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ManufacturingFeature (Object)

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


ManufacturingFeature defines a set of methods to access a Manufacturing Feature.

Method Index

GetAGeometricAttribute
Retrieve a geometry attribute of a Manufacturing Feature from its name.

Methods


o Func GetAGeometricAttribute(CATBSTR iAttribut) As CATIAParameter
Retrieve a geometry attribute of a Manufacturing Feature from its name.
Parameters:
iAttribute
The identifier of the attribute to be read
Example:
The following example retrieves the attribute 'MfgHoleExtension' of the manufacturing feature mfgFeature:
 call mfgFeature.GetAGeometricAttribute('MfgHoleExtension' ,ExtentParm)

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