pycatia.manufacturing_interfaces.manufacturing_resource_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.manufacturing_interfaces.manufacturing_resource_factory.ManufacturingResourceFactory(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
ManufacturingResourceFactory

Interface to create manufacturing resources.
Role: This interface offers services to create manufacturing
resources
create_resource(i_type: str, i_add_list: bool) AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func CreateResource(CATBSTR iType,
boolean iAddList) As AnyObject

This method is used to create a new manufacturing
resource.

Parameters:

iType
The type of the resource to create.
iAddList
Flag to add the resource into the resource List.
oResource
Handler on the newly created resource of given type.


See also:
DELIMAMfgResource
Parameters:
  • i_type (str) –

  • i_add_list (bool) –

Return type:

AnyObject