pycatia.dmaps_interfaces.process_document

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.dmaps_interfaces.process_document.ProcessDocument(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
InfInterfaces.Document
ProcessDocument

This interface is used to access the PPRDocument and to add a new
library.
add_library(i_file_name: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddLibrary(CATBSTR iFileName)

Adds a new library to the current Process document.

Parameters:

iFileName
The name of the library to be added.
Parameters:

i_file_name (str) –

Return type:

None

property dnb_3d_state_position_management: AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DNB3DStatePositionManagement() As CATBaseDispatch (Read
Only)

Retrieves the interface which manages the 3D state
positions.

Returns:
The DNBIA3DStatePositionManagement corresponding to the current Process
document.
Return type:

AnyObject

property ppr_document: AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property PPRDocument() As CATBaseDispatch (Read Only)

Retrieves the interface which manages the PPRDocument.

Returns:
The PPRDocument corresponding to the current Process document.
Return type:

AnyObject