pycatia.analysis_interfaces.analysis_post_pro_anr_setting_att

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.analysis_interfaces.analysis_post_pro_anr_setting_att.AnalysisPostProANRSettingAtt(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
System.SettingController
AnalysisPostProANRSettingAtt

Interface to handle the Analysis & Simulation
“PostProcessingSetting”.
property dmu_player_deformation: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DMUPlayerDeformation() As long

Returns or sets the DMUPlayerDeformation parameter.

Parameters:

iDMUPlayerDeformation
Legal values:
1 : Deformation is real
2 : Deformation is amplified Ensure consistency with the C++ interface to which the work is delegated.
Return type:

int

property dmu_player_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DMUPlayerMode() As long

Returns or sets the DMUPlayerMode parameter.

Parameters:

iDMUPlayerMode
Legal values:
1 : Mode is One Occurrence
2 : Mode is All Occurrences Ensure consistency with the C++ interface to which the work is delegated.
Return type:

int

property dmu_player_steps_number: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DMUPlayerStepsNumber() As long

Returns or sets the DMUPlayerStepsNumber parameter. Ensure consistency with
the C++ interface to which the work is delegated.
Return type:

int

get_dmu_player_deformation_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetDMUPlayerDeformationInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the DMUPlayerDeformation
parameter.
Role:Retrieves the state of the DMUPlayerDeformation parameter in the
current environment.

Parameters:

ioAdminLevel

If the parameter is locked, AdminLevel gives the administration
level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration
level that will give the value of the parameter after a reset.

ioLocked
Indicates if the parameter has been locked.

Returns:
Indicates if the parameter has been explicitly modified or remain to
the administrated value.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_dmu_player_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetDMUPlayerModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the DMUPlayerMode
parameter.
Role:Retrieves the state of the DMUPlayerMode parameter in the current
environment.

Parameters:

ioAdminLevel

If the parameter is locked, AdminLevel gives the administration
level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration
level that will give the value of the parameter after a reset.

ioLocked
Indicates if the parameter has been locked.

Returns:
Indicates if the parameter has been explicitly modified or remain to
the administrated value.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

set_dmu_player_deformation_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetDMUPlayerDeformationLock(boolean iLocked)

Locks or unlocks the DMUPlayerDeformation parameter.
Role:Locks or unlocks the DMUPlayerDeformation parameter if it is possible
in the current administrative context. In user mode this method will always
return E_FAIL.

Parameters:

iLocked
the locking operation to be performed Legal
values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Parameters:

i_locked (bool) –

Return type:

None

set_dmu_player_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetDMUPlayerModeLock(boolean iLocked)

Locks or unlocks the DMUPlayerMode parameter.
Role:Locks or unlocks the DMUPlayerMode parameter if it is possible in the
current administrative context. In user mode this method will always return
E_FAIL.

Parameters:

iLocked
the locking operation to be performed Legal
values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Parameters:

i_locked (bool) –

Return type:

None