pycatia.manufacturing_interfaces.manufacturing_setup3

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_setup3.ManufacturingSetup3(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
DMAPSInterfaces.Activity
ManufacturingInterfaces.ManufacturingActivity
ManufacturingSetup3

A ManufacturingSetup 3 for a Manufacturing Document.
add_fixture(i_geometry: AnyObject, i_product: AnyObject, i_position: int) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddFixture(AnyObject iGeometry,
AnyObject iProduct,
short iPosition)

Add Fixture to part operation

Parameters:

iGeometry
Geometry to assign
iProduct
Product containing the geometry to assign.
iPosition
Position of the geometry in the list (0 to append at the end of the
list).
Parameters:
Return type:

None