pycatia.manufacturing_interfaces.manufacturing_feature

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.manufacturing_interfaces.manufacturing_feature.ManufacturingFeature(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ManufacturingFeature

ManufacturingFeature defines a set of methods to access a Manufacturing
Feature.
get_a_geometric_attribute(i_attribute: str) Parameter

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetAGeometricAttribute(CATBSTR iAttribut) As
Parameter

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)
Parameters:

i_attribute (str) –

Return type:

Parameter