pycatia.cat_tps_interfaces.capture_factory

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.cat_tps_interfaces.capture_factory.CaptureFactory(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
MecModInterfaces.Factory
CaptureFactory

Interface for the Capture Factory.
This factory is implemented on the Set object. All the created Captures are
added to the Set from which this interface is retrieved.
create_capture() Capture

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func CreateCapture() As Capture

Create a Capture.

Parameters:

oCapture
The new created Capture.
Return type:

Capture