pycatia.in_interfaces.cgr_adhesion_setting_att

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.in_interfaces.cgr_adhesion_setting_att.CgrAdhesionSettingAtt(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
System.SettingController
CGRAdhesionSettingAtt

Represents the base object to handle the parameters of the
cache.
get_v4_model_comment_page_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetV4_Model_CommentPageInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Locks or unlocks the V4_Model_CommentPage container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_v4_model_ln_f_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetV4_Model_LnFInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the V4_Model_LnF container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_v4_v5_fdt_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetV4V5_FDTInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the V4V5_FDT container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_v5_spa_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetV5_SPAInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the V5_SPA container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_voxels_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetVoxelsInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Voxels container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

set_v4_model_comment_page_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetV4_Model_CommentPageLock(boolean iLocked)

Retrieves information about the V4_Model_CommentPage container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_v4_model_ln_f_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetV4_Model_LnFLock(boolean iLocked)

Locks or unlocks the V4_Model_LnF container activation
state.
Refer to CATSysSettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_v4_v5_fdt_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetV4V5_FDTLock(boolean iLocked)

Locks or unlocks the V4V5_FDT container activation state.
Refer to CATSysSettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_v5_spa_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetV5_SPALock(boolean iLocked)

Locks or unlocks the V5_SPA container activation state.
Refer to CATSysSettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_voxels_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetVoxelsLock(boolean iLocked)

Locks or unlocks the Voxels container activation state.
Refer to CATSysSettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

property v4_model_comment_page: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property V4_Model_CommentPage() As boolean

Retrieves the V4_Model_CommentPage container activation state.
Return type:

bool

property v4_model_ln_f: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property V4_Model_LnF() As boolean

Retrieves the V4_Model_LnF container activation state.
Return type:

bool

property v4_v5_fdt: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property V4V5_FDT() As boolean

Retrieves the V4V5_FDT container activation state.
Return type:

bool

property v5_spa: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property V5_SPA() As boolean

Retrieves the V5_SPA container activation state.
Return type:

bool

property voxels: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Voxels() As boolean

Retrieves the Voxels container activation state.
Return type:

bool