ManufacturingFeature (Object)

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

Methods


Func GetAGeometricAttribute( iAttribut) As
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)